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.0
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.0.tar.gz | 457.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.19.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / eolymp-0.19.0.tar.gz
| Download URL | eolymp-0.19.0.tar.gz |
|---|---|
| Size | 457.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
371659225d106fbc4418e8b6bc521b3e122c984ca883dba54116f03a84b6df21
|
|
BLAKE2b-256 checksum How to use checksums |
049753afaf4016b4498624663b8f2ce9696e1dc5cfdb25b4c3dd3267dcf6f0ee
|
| 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.0-py3-none-any.whl
| Download URL | eolymp-0.19.0-py3-none-any.whl |
|---|---|
| Size | 886.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0a0704e290707b1f3bdf1884ae2ae96400ce31f94a2481865a7ff4c44147d08d
|
|
BLAKE2b-256 checksum How to use checksums |
14fdda8c3b23ef1aedbfd60142b85646e973d7952e9cd4caaca9018fa965f72d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|