Metadata-Version: 2.1
Name: pe-accounting-python-objects
Version: 0.0.8
Summary: API objects for https://www.accounting.pe/sv/
Home-page: https://github.com/najlen/pe-accounting-python-objects
Author: Daniel Nihlén
Author-email: daniel.nihlen@sdnit.se
License: MIT
Description: # pe-accounting-python-objects
        
        Python package to use the PE Accounting API with Python.
        
        Definitions for business level objects. Currently only User, which models the users found in PE accounting.
        
        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>.
        
        This projects builds on the low level API project: <https://pypi.org/project/pe-accounting-python-api/> which will be installed as a requirement.
        
        ```sh
        pip install pe-accounting-python-objects
        ```
        
        ```python
        #!/usr/bin/env python3
        eUser.pe_credentials = PeCredentials(company_id="1212", api_access_token="123asdfwer")
        print(PeUser.all_users())
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
