Skip to main content

A python library to make interacting with the HP SDN Controller REST API easy

Project description

A Python library that makes interaction with the HP SDN Controller REST API easy

Author: Dave Tucker, Hewlett Packard

This library is currently developed against the HP SDN Controller v2.0 API

Usage Example

import hpsdnclient as hp

controller = ‘10.44.254.129’

auth = hp.XAuthToken(user=’sdn’, password=’skyline’, server=controller)

api = hp.Api(controller=controller, auth=auth)

Sample Application

Please see examples/short_detour.py

Running the Tests

The unit tests can be run with tox. Make sure you have modified hpsdnclient/tests/tests.py before you run.

tox -e py27 -v – -v

tox.ini has py26, py27 and py33 environments. Only py26 and py27 have been tested right now

ToDo

Items still to do:

  • Better unit test coverage

  • Implement the cache

  • Python 3.3 compatibility

  • Documentation (Sphinx)

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

hp-sdn-client-0.4.0.tar.gz (628.7 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