Python Client for Elemental On-Premises Appliances
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
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.