Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
/ elemental Public archive

Python Client for Elemental On-Premises Appliances

Notifications You must be signed in to change notification settings

cbsinteractive/elemental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elemental

continuous integration status codecov

Python Client for Elemental On-Premises Appliances

Run Tests

Before running tests locally, install tox and poetry.

pipx install tox
pipx install poetry

Run tests using

make test

To run lint, use

make lint

Release Updated Version

Use the Github UI to create a new release, the tag needs to follow the semver format 0.0.0. After the new release is created, a Github workflow will build and publish the new python package to PyPI automatically.