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.5
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.5.tar.gz | 465.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.18.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.18.5.tar.gz
| Download URL | eolymp-0.18.5.tar.gz |
|---|---|
| Size | 465.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6d6e8b3064cfeb9a4064c0267e43183b251e4ab9041f493ab178bb38eac9aebe
|
|
BLAKE2b-256 checksum How to use checksums |
d31f4a666e2e582a09a88ed38d30e278b96c36ed8446932d83afd848ec15d667
|
| 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.5-py3-none-any.whl
| Download URL | eolymp-0.18.5-py3-none-any.whl |
|---|---|
| Size | 898.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0b08ffd6b6865b6cd21a806aff8124336fcd2825ce81e17edb00d2ca18a81ea5
|
|
BLAKE2b-256 checksum How to use checksums |
a6c4cc3c951fc0785802aaf13f65413ac474da3a85ce4fa274f7ac13d5183bc1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|