Metadata-Version: 2.1
Name: pe-accounting-python-api
Version: 0.5.1
Summary: API bindings for https://www.accounting.pe/sv/
Home-page: https://github.com/najlen/pe-accounting-python-api
Author: Daniel Nihlén
Author-email: daniel.nihlen@sdnit.se
License: MIT
Description: # pe-accounting-python-api
        
        Python package to use the PE Accounting API with Python.
        
        PE Accounting is the Swedish bookkeeping system found at <https://www.accounting.pe/sv/var-tjanst>. PE's API docs are here: <https://api-doc.accounting.pe>.
        
        ```sh
        pip install pe-accounting-python-api
        ```
        
        ```python
        from pe_accounting_python_api import RESTCLIENT
        pe = RESTCLIENT(token=123123)
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
