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.32.tar.gz
(402.5 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.32-py3-none-any.whl
(798.3 kB
view details)
File details
Details for the file eolymp-0.15.32.tar.gz.
File metadata
- Download URL: eolymp-0.15.32.tar.gz
- Upload date:
- Size: 402.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c6b8204de3bcf8ccb5df492e76ac0fc0e5d79e4334db2298fc63407c7739df4
|
|
| MD5 |
882a96a095ca82a83a5cd72c458ec638
|
|
| BLAKE2b-256 |
3f8a92cd9acf70a82a0a64ca890587723de302da3981810cad23b7571ed8d77d
|
File details
Details for the file eolymp-0.15.32-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.32-py3-none-any.whl
- Upload date:
- Size: 798.3 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 |
0794f41dcacb6581d476e30fd180498c43dc70554ac79b815bf0e9fc1bb1a5b1
|
|
| MD5 |
fa164328675c0aee0714d00a65ca7c70
|
|
| BLAKE2b-256 |
95665a4e93a76804a21a39cfdcc3d9f2ba4e61bc78d0813ab16f017e86e686db
|