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.15.14.tar.gz
(373.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eolymp-0.15.14-py3-none-any.whl
(737.2 kB
view details)
File details
Details for the file eolymp-0.15.14.tar.gz.
File metadata
- Download URL: eolymp-0.15.14.tar.gz
- Upload date:
- Size: 373.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6d54c73a11f73b9ffd212aaa527ccd19b482039fd43ce9321cb4046b2ba37e3
|
|
| MD5 |
dc31fbb44d5f40c8b3148d08353e5030
|
|
| BLAKE2b-256 |
317bfb9860c5e94b18e339af37995047a2847fe8b5b8b060bdb814a730588aec
|
File details
Details for the file eolymp-0.15.14-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.14-py3-none-any.whl
- Upload date:
- Size: 737.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48ed69b18d36ae208311dab6aa179b26b7204f26862d75ef7faa026316fa132e
|
|
| MD5 |
9286488b6b53d17baec74bb5af19f8f2
|
|
| BLAKE2b-256 |
db024064eb574b6c06219011f2bad19625afbef4526d8d706e958cede6b18199
|