trainline / python-environment_manager

Python client library for Environment Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python client library for Environment Manager

License:Other


Languages

Language:Python 100.0%