Metadata-Version: 1.1
Name: netvisor
Version: 0.1.0
Summary: Python wrapper for the Netvisor API
Home-page: http://github.com/fastmonkeys/netvisor.py
Author: Janne Vanhala
Author-email: janne@fastmonkeys.com
License: The MIT License (MIT)

Copyright (c) 2013-2014 Fast Monkeys Oy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Description: Netvisor: Python API wrapper
        ============================
        
        .. image:: https://secure.travis-ci.org/fastmonkeys/netvisor.py.png?branch=master
           :target: http://travis-ci.org/fastmonkeys/netvisor.py
        
        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
        ---------
        
        * `Bug Tracker <http://github.com/fastmonkeys/netvisor.py/issues>`_
        * `Code <http://github.com/fastmonkeys/netvisor.py>`_
        * `Development Version <http://github.com/fastmonkeys/netvisor.py/zipball/master#egg=netvisor-dev>`_
        
        Changelog
        ---------
        
        Here you can see the full list of changes between each Unistorage release.
        
        0.1.0 (March 26th, 2014)
        ^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Initial public release.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
