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.11
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.11.tar.gz | 457.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.18.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / eolymp-0.18.11.tar.gz
| Download URL | eolymp-0.18.11.tar.gz |
|---|---|
| Size | 457.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b766458e3cf2ca7cee4b287ffdbae0c16f7cfc19229ed6c42e8d02634598a6d4
|
|
BLAKE2b-256 checksum How to use checksums |
fe5c0d23d23aa8f12ee294483c8c816e0d31c79e0ab89490584eb786ebf21067
|
| 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.11-py3-none-any.whl
| Download URL | eolymp-0.18.11-py3-none-any.whl |
|---|---|
| Size | 886.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6cac350a1f228de0e372e0af4644f3cad198f33240a5912514f8c5f5fd628a59
|
|
BLAKE2b-256 checksum How to use checksums |
9dded137c1d02d5f70713deb2bc3a31d13b21798d5089476d6720803757aac33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|