A small package for Fortnox API
Project description
pyfortnox
REST client for using Fortnox API
Install package
pip install pyfortnox
Usage
import fortnox
client = fortnox.Client(access_token='Your-Access-Token', client_secret='Your-Client-Secret')
Get you necessary services
customers = client.customers.list() // .<desired_service_name>.
Access the data by access/period with attribute name
for customer in customers:
print(customer.Name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyfortnox-0.0.1-py3-none-any.whl
(10.7 kB
view details)
File details
Details for the file pyfortnox-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyfortnox-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b67d76a724992e683dcbcfac482199abb9d2f9fa2ca911537bee5d9d6bce2817
|
|
| MD5 |
21d90ddbb62a04308f51dff277ec0fcb
|
|
| BLAKE2b-256 |
97c860f5bd86717fa8f697c25411f6e32a4e45ac7e714ebb2a1ded076ae5549a
|