if you are interested in the development and maintenance of this package is recommended to use poetry for dependency management.
Clone the project
$ git clone https://gitlab.com/softbutterfly/runningbox-api-python.git
$ cd culqiInstall dependencies
$ poetry installYou can exec test with poetry
poetry run pytest --cov --cov-report=
poetry run coverage reportOr use tox for testing acros multiple environments
poetry run toxPleas before you make your first commit execute
$ poetry run pre-commit installThen you can commit and send your PR!