Metadata-Version: 2.1
Name: Procountor
Version: 1.2.1
Summary: Python library for calling Procountor REST API
Home-page: https://github.com/vilkasgroup/Procountor
Author: Joonas Maliniemi
Author-email: joonas@vilkas.fi
License: MIT license
Description: ===================
        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
        
        
        =======
        History
        =======
        
        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
        
Keywords: procountor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
