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)
Release files for eolymp 0.18.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eolymp-0.18.6.tar.gz | 466.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.18.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.18.6.tar.gz
| Download URL | eolymp-0.18.6.tar.gz |
|---|---|
| Size | 466.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e01f7000357f2cd2c322e578225fd55175c91b63141a9b9b0aa70844eda8115c
|
|
BLAKE2b-256 checksum How to use checksums |
bd759098dbfe3da2dc1a28201b5ae50986e34a2a80fd839ed13ad27ce99f37b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / eolymp-0.18.6-py3-none-any.whl
| Download URL | eolymp-0.18.6-py3-none-any.whl |
|---|---|
| Size | 899.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0f9d91b120f15b06c453e6af375797fa9c300393e901b5319e6f25312f85b3f0
|
|
BLAKE2b-256 checksum How to use checksums |
06c0e83d82432037b4c081bcb503b612a9d08c612f44dadb5a49ca23d1373c9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|