An open API service indexing awesome lists of open source software.

https://github.com/trainline/python-environment_manager

Python client library for Environment Manager
https://github.com/trainline/python-environment_manager

Last synced: 8 months ago
JSON representation

Python client library for Environment Manager

Awesome Lists containing this project

README

          

## Python Environment Manager

Python client library for [Environment Manager](https://github.com/trainline/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](https://github.com/trainline/python-environment_manager/blob/master/environment_manager/api.py)