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.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.18.3.tar.gz | 463.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.18.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.18.3.tar.gz
| Download URL | eolymp-0.18.3.tar.gz |
|---|---|
| Size | 463.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e415f4d8ce697ca731bc10f7bf1b46ffd2c19990401124745d8fcd954ec111f
|
|
BLAKE2b-256 checksum How to use checksums |
5276801839aea62748631272d180691f735ddcf23d92e4bc3d145b9899a67c19
|
| 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.3-py3-none-any.whl
| Download URL | eolymp-0.18.3-py3-none-any.whl |
|---|---|
| Size | 896.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d3c5678d8b0c79c90badb1b6321d372febf0e3495d405672f01fc3f9ea71eb17
|
|
BLAKE2b-256 checksum How to use checksums |
e082696e54712f6be01e09836b42cdbd6d030e08acd28b2bdf385b176165de7f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|