Python library for calling Procountor services
- Free software: MIT license
- Documentation: https://procountor.readthedocs.io.
- Full client for calling Procountor REST API
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Install dev tools
`
pipenv install --dev
`
Update HISTORY.rst and commit the changes.
Bump version. (patch | minor | major depending on the scale of changes)
`
bumpversion patch
`
Push changes and tags.
`
git push
git push --tags
`
Double check that the github action runs successfully.