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 a 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.3.0 (April 29th, 2015)

  • Added official Python 3.4 support.

  • Added creating and updating of customers and sales invoices.

  • Changed response parsing not to rename and restructure the responses to keep the Python API implementation simpler and more consistent with the Netvisor API’s XML responses.

  • Changed response parsing to use Marshmallow.

  • Changed Request to take params as a single keyword argument instead of as named variable-length arguments.

  • Fixed tests to work with responses 0.3.0.

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.3.0.tar.gz (20.5 kB view details)

Uploaded Source

File details

Details for the file netvisor-0.3.0.tar.gz.

File metadata

  • Download URL: netvisor-0.3.0.tar.gz
  • Upload date:
  • Size: 20.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for netvisor-0.3.0.tar.gz
Algorithm Hash digest
SHA256 75a9a67dc02120281cffb3f63e8f960f33bcc3c688574071c415d0bc033aa724
MD5 cafe96be1449114c1f0f4b4ae0ca8896
BLAKE2b-256 aab4996f9b554527eb567c61e45517c731d0940810bc8e8cf1f7e10f400c0496

See more details on using hashes here.

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