Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.53 KB

README.rst

File metadata and controls

66 lines (43 loc) · 1.53 KB

Procountor

Build status on travis Documentation Status Updates status Coveralls status

Python library for calling Procountor services

Features

  • Full client for calling Procountor REST API

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Releasing new version to pypi

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.