Skip to content

Juniper/py-space-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • the effort required to create Python programs that interact with Junos Space using REST APIs.
  • the number of lines of Python code required to create such programs and thus makes it easier to develop, test, and maintain them.

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

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

For installing in Python 2:
> sudo python ./py-space-platform/setup.py install
OR
> sudo pip install ./py-space-platform

For installing in Python 3:
> sudo python3 ./py-space-platform/setup.py install
OR
> sudo 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

  • Roshan Joyce (@rjoyce)