Python library for calling Procountor REST API


Keywords
procountor
License
MIT
Install
pip install Procountor==2.4.0

Documentation

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.