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)
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.39.tar.gz
(399.7 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.39-py3-none-any.whl
(802.6 kB
view details)
File details
Details for the file eolymp-0.15.39.tar.gz.
File metadata
- Download URL: eolymp-0.15.39.tar.gz
- Upload date:
- Size: 399.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
416410dd9eaf014cddcbafb44e1d6d56dd2ec554ebb08da24901b769e8325d03
|
|
| MD5 |
f6e562f7719f748ddbe6238787155432
|
|
| BLAKE2b-256 |
60fda0b7be2ca9e17264adcc347ac8d6eacec519d578462ef68b3fa81ad4b12d
|
File details
Details for the file eolymp-0.15.39-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.39-py3-none-any.whl
- Upload date:
- Size: 802.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52cd72ccfdd47e3c224803eb4b3ffc472736e376db367c2a4e49dd2c2c58ecac
|
|
| MD5 |
180c2fef76f2afb4f7f0a6847dab72aa
|
|
| BLAKE2b-256 |
b21cc11ea4e75f77f382c98b60964061b79e1e27944fd70613fd97f2621f9a5f
|