Skip to content

vilkasgroup/Procountor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae53eca · Sep 19, 2023
Jun 26, 2023
Feb 28, 2018
Sep 19, 2023
Nov 16, 2020
Apr 12, 2020
Jan 30, 2018
Jun 17, 2019
Jan 31, 2018
Jun 26, 2023
Jan 29, 2018
Jan 29, 2018
Jun 26, 2023
Jul 25, 2023
Jun 26, 2023
May 1, 2023
Sep 19, 2023
Sep 19, 2023
Nov 16, 2020

Repository files navigation

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.