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
- Host: GitHub
- URL: https://github.com/trainline/python-environment_manager
- Owner: trainline
- License: other
- Created: 2016-11-21T16:37:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T20:49:19.000Z (about 3 years ago)
- Last Synced: 2025-09-14T21:45:16.176Z (9 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)