Eolymp SDK for Python
Project description
Eolymp SDK in Python
This is SDK to talk to Eolymp API server pragmatically. Learn more
Quick start example
import eolymp.universe
import eolymp.core
transport = eolymp.core.HttpClient(token="etkn-...")
spaces = eolymp.universe.SpaceServiceClient(transport)
out = spaces.ListSpaces(request=eolymp.universe.ListSpacesInput())
for space in out.items:
print(space.name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eolymp-0.12.0.tar.gz
(265.3 kB
view details)
Built Distribution
eolymp-0.12.0-py3-none-any.whl
(543.1 kB
view details)
File details
Details for the file eolymp-0.12.0.tar.gz
.
File metadata
- Download URL: eolymp-0.12.0.tar.gz
- Upload date:
- Size: 265.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92dd064a09243f000669a37703a4fb877cb843f0eaf646c3f4f9e1a6ceee2268 |
|
MD5 | 282474f9ad8377a7b8ee16811e8faa16 |
|
BLAKE2b-256 | cf345f9b994e36f7b4488ab46cc1f975967a948c489671275472ea9f6bb65e2b |
File details
Details for the file eolymp-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.0-py3-none-any.whl
- Upload date:
- Size: 543.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf2531ba61afe24d20e67a3901f5df829af0a4aa04ce05c591e8467c69730688 |
|
MD5 | 27c45761e6342c1d53ce75722b9c46e3 |
|
BLAKE2b-256 | 4783636eaaa34f4e24ce5e2494559c3fa9daf662adc71d09c67213566f964277 |