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.49.tar.gz
(410.8 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.49-py3-none-any.whl
(819.2 kB
view details)
File details
Details for the file eolymp-0.15.49.tar.gz.
File metadata
- Download URL: eolymp-0.15.49.tar.gz
- Upload date:
- Size: 410.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b8a946b26ace292b355dd4b0072b568c37bc34d3bef076a0fe326c724766333
|
|
| MD5 |
59e3cf69b59e376a555c347ee6cc369a
|
|
| BLAKE2b-256 |
826d560d8a3e01c38af65914823af024e61dbdf4d1b67170674dab8ba76cd87d
|
File details
Details for the file eolymp-0.15.49-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.49-py3-none-any.whl
- Upload date:
- Size: 819.2 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 |
79b76f96eb1d7c8a06263ce00c80d768314532a344897063906c67caa1980832
|
|
| MD5 |
d960dff42a977775a4fc8ac4614d0bdc
|
|
| BLAKE2b-256 |
0bc4a1e6e824bd2541fd3e61114261c532143e8225bc3ae3eea2955fcad2d5fc
|