Skip to main content

Python wrapper for the Netvisor API

Project description

https://secure.travis-ci.org/fastmonkeys/netvisor.py.png?branch=master

This is an Python wrapper for the Netvisor API.

Installation

You can install netvisor with pip:

$ pip install netvisor

Usage

Creating a Netvisor client:

>>> netvisor = Netvisor(
...     host='http://koulutus.netvisor.fi'
...     sender='Test client',
...     partner_id='xxx_yyy',
...     partner_key='E2CEBB1966C7016730C70CA92CBB93DD',
...     customer_id='xx_yyyy_zz',
...     customer_key='7767899D6F5FB333784A2520771E5871',
...     organization_id='1967543-8',
...     language='EN'
... )

Resources

Changelog

Here you can see the full list of changes between each Unistorage release.

0.2.0 (April 8th, 2014)

  • Added support for InvoiceNumber and InvoicesAboveNetvisorKey parameters to sales invoice listing.

  • Changed xmltodict’s dict constructor from OrderedDict to to dict.

  • Fixed parsing of sales invoice with multiple lines.

0.1.0 (March 26th, 2014)

  • Initial public release.

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

netvisor-0.2.0.tar.gz (22.8 kB view hashes)

Uploaded Source

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