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.24.2
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.24.2.tar.gz | 468.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.24.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.24.2.tar.gz
| Download URL | eolymp-0.24.2.tar.gz |
|---|---|
| Size | 468.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ccf477aa0c0330f5e259393e8f0a286cf5b10289bdeaed0a3cc36a48aa5ada51
|
|
BLAKE2b-256 checksum How to use checksums |
eee22ac142b1bfe141f814ff51b3102c16e6e908593aabe7a8f32eaa9e3c0a23
|
| 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.24.2-py3-none-any.whl
| Download URL | eolymp-0.24.2-py3-none-any.whl |
|---|---|
| Size | 907.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
538d641fe0e8f011d2786f5c28962b4d8ae26d751066b7783af9347cbada9653
|
|
BLAKE2b-256 checksum How to use checksums |
0e1ad5ace04d0761502280ce6e21e18e8e801b2c95c3e01213bb093308a2a0eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|