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.19.3
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.19.3.tar.gz | 466.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.19.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.19.3.tar.gz
| Download URL | eolymp-0.19.3.tar.gz |
|---|---|
| Size | 466.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d048e81167d2d9d53cb16755eb528c59ab1627717310360e5cbad5b4e3109aff
|
|
BLAKE2b-256 checksum How to use checksums |
5e8f52212cfa30acec2cd6ec03ac6af198171782d68f19f4a4f671056b9119f6
|
| 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.19.3-py3-none-any.whl
| Download URL | eolymp-0.19.3-py3-none-any.whl |
|---|---|
| Size | 904.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
45128dd53fe1c7932ad5fb07e4024bd5d885d43d7320aa3ee98afa778bc1ee00
|
|
BLAKE2b-256 checksum How to use checksums |
23a84791e1f0204745c2a48e2cb5dc65fd82049de199970035cb8158e9b4d899
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|