environment-manager

A Client library for Environment Manager


Keywords
environment_manager, client, library, development
License
Apache-2.0
Install
pip install environment-manager==0.2.14

Documentation

Python Environment Manager

Python client library for Environment Manager

tl;dr

Normal use of the Client

em_session = EMApi('server', 'user', 'password')
results = em_session.get_upstreams_config()

For the full list of methods available from the API you can check here