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.16.0.tar.gz
(450.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.16.0-py3-none-any.whl
(878.5 kB
view details)
File details
Details for the file eolymp-0.16.0.tar.gz.
File metadata
- Download URL: eolymp-0.16.0.tar.gz
- Upload date:
- Size: 450.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825a41205f6dfc1d26b9932ae476a22432bcd80e82c01a25a1fa1a2e5a1a0f18
|
|
| MD5 |
a3fa87f7e95816cca55a5314f2eb84bf
|
|
| BLAKE2b-256 |
01e5368269a84cdf857419f44d3e7c9abae3677ad4666d9fda2520024a070a7b
|
File details
Details for the file eolymp-0.16.0-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.16.0-py3-none-any.whl
- Upload date:
- Size: 878.5 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 |
7e117c165dfcbf0b09344812f462276e48f6a91d926dfaa43e25cf6e4891bedd
|
|
| MD5 |
b4616870da9d3e88d93ce0f5828b26dd
|
|
| BLAKE2b-256 |
0a0875a81bd2498677f138d5ec37b2dc87cab915d17c958cb0cce66fc02b523a
|