Last updated:
0 purchases
peaccountingpythonapi 0.5.6
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.
pip install pe-accounting-python-api
from pe_accounting_python_api import RestClient
pe_rest_client = RestClient(token=123123)
print(pe_rest_client.company())
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.