Skip to main content

A small package for Fortnox API

Project description

pyfortnox

python 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfortnox-0.0.6.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

pyfortnox-0.0.6-py3-none-any.whl (93.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page