pyprosafe

Python library for NETGEAR ProSAFE management.

Status

https://secure.travis-ci.org/mkouhei/pyprosafe.png?branch=master https://coveralls.io/repos/mkouhei/pyprosafe/badge.png?branch=master https://img.shields.io/pypi/v/pyprosafe.svg Documentation Status

Requirements

  • Python 2.7 or Python 3.3 over or PyPy 2.4.0 over

Features

  • ToDo: Rewrite me.

Setup

$ pip install --user pyprosafe
or
(venv)$ pip install pyprosafe

Usage

ToDo: Rewrite me.

$ python
>>> import pyprosafe
>>> pyprosafe.sample.hello()
'hello'
>>>