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.8
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.8.tar.gz | 456.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.18.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / eolymp-0.18.8.tar.gz
| Download URL | eolymp-0.18.8.tar.gz |
|---|---|
| Size | 456.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
839f114117cc406d600fada963404c5a183f587945953d411f0b92f008d4cbdf
|
|
BLAKE2b-256 checksum How to use checksums |
e2c5224fd42604ff46251dc1c1cfe67454c5cdf77b796702b75894976ae92d7f
|
| 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.8-py3-none-any.whl
| Download URL | eolymp-0.18.8-py3-none-any.whl |
|---|---|
| Size | 885.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bcd0e72028a7fcc9b6a4d146346794e2a6ede85bc594426f19a6a82fb2eb2ddb
|
|
BLAKE2b-256 checksum How to use checksums |
cfcd5a40d03879f6364200b93425be3c73150ecb68bc6b8178e83388acd1e7aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|