Skip to content

Commit 6b546ae

Browse files
committed
Added initial README.md
1 parent ad596b3 commit 6b546ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Python Environment Manager
2+
3+
Python client library for [Environment Manager](https://github.com/trainline/environment-manager)
4+
5+
### tl;dr
6+
7+
Normal use of the Client
8+
9+
```
10+
em_session = EMApi('server', 'user', 'password')
11+
results = em_session.get_upstreams_config()
12+
```
13+
14+
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)

0 commit comments

Comments
 (0)