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.47.tar.gz
(407.6 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.47-py3-none-any.whl
(813.9 kB
view details)
File details
Details for the file eolymp-0.15.47.tar.gz.
File metadata
- Download URL: eolymp-0.15.47.tar.gz
- Upload date:
- Size: 407.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ee640715925f344490354edf0ce206cad15f12979f77dc768be78d6a4f5a2f5
|
|
| MD5 |
5ad33e9ea7e0d4ca13e8a470f4c8931e
|
|
| BLAKE2b-256 |
74addbfb91dd8e123b10283d3bab0eeb4663473748ade317e1f06171a29c4103
|
File details
Details for the file eolymp-0.15.47-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.47-py3-none-any.whl
- Upload date:
- Size: 813.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0ba11fddb1faecbabd0d8e80a4d347ebc94800113eedce80405e7e83526e53e
|
|
| MD5 |
3d50694381a1a5c9531cc8a8ee5470e1
|
|
| BLAKE2b-256 |
e385ccb4ecd411ce2bc89b469a865b512a7d2835703aadc21e263b37805be27c
|