Python wrapper for the Netvisor API
Project description
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
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 Distribution
netvisor-0.2.0.tar.gz
(22.8 kB
view details)
File details
Details for the file netvisor-0.2.0.tar.gz
.
File metadata
- Download URL: netvisor-0.2.0.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bc0d21dc8c87e1b7b3e27a719e4f507cd0706599c459322e91470f74888380c |
|
MD5 | d0749d52476fb4da77b4b52ac38c207e |
|
BLAKE2b-256 | b144113c8668b78f72ffd97b76fd0ee38eea8ab932a20c6426bdd75cf13a8841 |