Skip to content

v1.0.0 Release

Latest
Compare
Choose a tag to compare
@rjoyce rjoyce released this 26 Mar 07:38
· 10 commits to master since this release

First public release of SpaceEZ (py-space-platform). This release has been verified to work with Junos Space 14.1R2 platform.

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.