Juniper/py-space-platform

Name: py-space-platform

Owner: Juniper Networks

Description: Python library for Junos Space APIs

Created: 2014-06-23 15:34:26.0

Updated: 2018-03-06 22:26:54.0

Pushed: 2015-08-24 15:10:08.0

Homepage:

Size: 4177

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The repo is under active development. If you take a clone, you are getting the latest, and perhaps not entirely stable code.

ABOUT

SpaceEZ is an open-source Python library to allow easy access to Junos Space REST API services for Python developers. The design of the library closely follows the hierarchical structure of Junos Space REST API and provides minimum learning curve for Python developers to be able to utilize these APIs. This library also strives to minimize:

This library is designed to work with both Python 2 (2.7+) and Python 3 (3.3+).

DOCUMENTATION

Please read the wiki pages at:

API Documentation hosted by readthedocs

EXAMPLES

You can find working examples using this library under the examples package. Please see here for more details.

INSTALLATION
t, clone the repo. (Or download the most recent release)
t clone https://github.com/Juniper/py-space-platform.git

installing in Python 2:
do python ./py-space-platform/setup.py install

do pip install ./py-space-platform

installing in Python 3:
do python3 ./py-space-platform/setup.py install

do pip3 install ./py-space-platform
SUPPORT

For questions and general support, please visit the Junos Space Developer forum.

Issues and bugs can be opened in the repository.

LICENSE

Apache 2.0

CONTRIBUTORS

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.