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.6.tar.gz
(270.0 kB
view details)
Built Distribution
eolymp-0.12.6-py3-none-any.whl
(552.3 kB
view details)
File details
Details for the file eolymp-0.12.6.tar.gz
.
File metadata
- Download URL: eolymp-0.12.6.tar.gz
- Upload date:
- Size: 270.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecb53f0e3df92c2be50f14b501a0f9679101e44d54501db67911ccefb89c6d21 |
|
MD5 | bb47ccfdfff8bf3c410524a160d59b37 |
|
BLAKE2b-256 | a4d571b57d41dcc1118dcab3992226e59e279d19e86a4ee2f73e11170140444c |
File details
Details for the file eolymp-0.12.6-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.6-py3-none-any.whl
- Upload date:
- Size: 552.3 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 | 31cffa065a76d6ae30eb8b03b9722c2a333a7c0356eb09aa83f21a57098509fc |
|
MD5 | 14729f40079aac93a5f2c5f350ab05a2 |
|
BLAKE2b-256 | 4193bc092c56df14931beb03d150ce8433090103bffb5bcc6eaff26d9af64fab |