Procountor


NameProcountor JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://github.com/vilkasgroup/Procountor
SummaryPython library for calling Procountor REST API
upload_time2023-09-19 08:04:20
maintainer
docs_urlNone
authorJoonas Maliniemi
requires_python
licenseMIT license
keywords procountor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================
Procountor
===================

.. image:: https://img.shields.io/travis/vilkasgroup/Procountor.svg
   :target: https://travis-ci.org/vilkasgroup/Procountor
   :alt: Build status on travis

.. image:: https://readthedocs.org/projects/procountor/badge/?version=latest
   :target: https://procountor.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://pyup.io/repos/github/vilkasgroup/Procountor/shield.svg
   :target: https://pyup.io/repos/github/vilkasgroup/Procountor/
   :alt: Updates status

.. image:: https://coveralls.io/repos/github/vilkasgroup/Procountor/badge.svg?branch=master
   :target: https://coveralls.io/github/vilkasgroup/Procountor?branch=master
   :alt: Coveralls status


Python library for calling Procountor services

* Free software: MIT license
* Documentation: https://procountor.readthedocs.io.


Features
--------

* Full client for calling Procountor REST API

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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.

=======
History
=======

2.3.2 (2022-06-26)
------------------

* up version number to test new release process

2.3.1 (2022-06-26)
------------------

* Don't send empty json body in get requests
  * fixes problem with azure api gateway rejecting messages
* remove travis

2.2.1 (2021-11-15)
------------------

* Better API Token error message if getting token fails

1.2.0 (2020-04-08)
------------------

* Support for new API urls
    * latest
    * supported (Default)
    * Special version >= 20.02 - not yet new functionalities.

1.1.0 (2019-06-17)
------------------

* Support to use a specified version of Procountor API

1.0.0 (2019-04-21)
------------------

* Version 1.0.0 is compatibled with Procountor API version 10.
* Returns response as dict with keys: status, message and data

0.2.1 (2018-05-24)
------------------

* Fix get_invoices and get_ledger_receipts
* Return attachment data parsed


0.2.0 (2018-05-16)
------------------

* Add an option for using the real API endpoint


0.1.0 (2018-03-15)
------------------

* Bump version: 0.0.1 -> 0.1.0


0.0.1 (2018-03-15)
------------------

* First release for PyPi

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vilkasgroup/Procountor",
    "name": "Procountor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "procountor",
    "author": "Joonas Maliniemi",
    "author_email": "joonas@vilkas.fi",
    "download_url": "https://files.pythonhosted.org/packages/22/58/885c8e93b096f896b56ba00d60bf81e3010f0f7420cb893c59cbac01835e/Procountor-2.4.0.tar.gz",
    "platform": null,
    "description": "===================\nProcountor\n===================\n\n.. image:: https://img.shields.io/travis/vilkasgroup/Procountor.svg\n   :target: https://travis-ci.org/vilkasgroup/Procountor\n   :alt: Build status on travis\n\n.. image:: https://readthedocs.org/projects/procountor/badge/?version=latest\n   :target: https://procountor.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/vilkasgroup/Procountor/shield.svg\n   :target: https://pyup.io/repos/github/vilkasgroup/Procountor/\n   :alt: Updates status\n\n.. image:: https://coveralls.io/repos/github/vilkasgroup/Procountor/badge.svg?branch=master\n   :target: https://coveralls.io/github/vilkasgroup/Procountor?branch=master\n   :alt: Coveralls status\n\n\nPython library for calling Procountor services\n\n* Free software: MIT license\n* Documentation: https://procountor.readthedocs.io.\n\n\nFeatures\n--------\n\n* Full client for calling Procountor REST API\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\nReleasing new version to pypi\n---------\n\nInstall dev tools\n\n```\npipenv install --dev\n```\n\nUpdate `HISTORY.rst` and commit the changes.\n\nBump version. (patch | minor | major depending on the scale of changes)\n\n```\nbumpversion patch\n```\n\nPush changes and tags.\n\n```\ngit push\ngit push --tags\n```\n\nDouble check that the github action runs successfully.\n\n=======\nHistory\n=======\n\n2.3.2 (2022-06-26)\n------------------\n\n* up version number to test new release process\n\n2.3.1 (2022-06-26)\n------------------\n\n* Don't send empty json body in get requests\n  * fixes problem with azure api gateway rejecting messages\n* remove travis\n\n2.2.1 (2021-11-15)\n------------------\n\n* Better API Token error message if getting token fails\n\n1.2.0 (2020-04-08)\n------------------\n\n* Support for new API urls\n    * latest\n    * supported (Default)\n    * Special version >= 20.02 - not yet new functionalities.\n\n1.1.0 (2019-06-17)\n------------------\n\n* Support to use a specified version of Procountor API\n\n1.0.0 (2019-04-21)\n------------------\n\n* Version 1.0.0 is compatibled with Procountor API version 10.\n* Returns response as dict with keys: status, message and data\n\n0.2.1 (2018-05-24)\n------------------\n\n* Fix get_invoices and get_ledger_receipts\n* Return attachment data parsed\n\n\n0.2.0 (2018-05-16)\n------------------\n\n* Add an option for using the real API endpoint\n\n\n0.1.0 (2018-03-15)\n------------------\n\n* Bump version: 0.0.1 -> 0.1.0\n\n\n0.0.1 (2018-03-15)\n------------------\n\n* First release for PyPi\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Python library for calling Procountor REST API",
    "version": "2.4.0",
    "project_urls": {
        "Homepage": "https://github.com/vilkasgroup/Procountor"
    },
    "split_keywords": [
        "procountor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5051667821ef8e7859b87eeb749f919b12fd25a66628033386b995464306fb1",
                "md5": "40143fb975cdcd1646df31c72a097e44",
                "sha256": "76f430f7f5443b9830f0734b006bf07cf86bbc61351ec946d5b64682941b1fb7"
            },
            "downloads": -1,
            "filename": "Procountor-2.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40143fb975cdcd1646df31c72a097e44",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 11381,
            "upload_time": "2023-09-19T08:04:18",
            "upload_time_iso_8601": "2023-09-19T08:04:18.352235Z",
            "url": "https://files.pythonhosted.org/packages/f5/05/1667821ef8e7859b87eeb749f919b12fd25a66628033386b995464306fb1/Procountor-2.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2258885c8e93b096f896b56ba00d60bf81e3010f0f7420cb893c59cbac01835e",
                "md5": "bae4d92af47bf2ca5e6e5064402f1b38",
                "sha256": "59bd46a9468a0e75d52639d7d11b278326575d9570a01662956b00d661f421bc"
            },
            "downloads": -1,
            "filename": "Procountor-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bae4d92af47bf2ca5e6e5064402f1b38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20169,
            "upload_time": "2023-09-19T08:04:20",
            "upload_time_iso_8601": "2023-09-19T08:04:20.067063Z",
            "url": "https://files.pythonhosted.org/packages/22/58/885c8e93b096f896b56ba00d60bf81e3010f0f7420cb893c59cbac01835e/Procountor-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 08:04:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vilkasgroup",
    "github_project": "Procountor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "procountor"
}
        
Elapsed time: 0.15292s