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.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.19.2.tar.gz | 466.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.19.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.19.2.tar.gz
| Download URL | eolymp-0.19.2.tar.gz |
|---|---|
| Size | 466.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
64f2f42a0d0f7c9cd19e6fb2ba3b913df8ee8241525fac5498cbdce111fd23b1
|
|
BLAKE2b-256 checksum How to use checksums |
c187f464b629e077c7fd11cbbaf08e142e0881fe3d55222e7edb1373178f4f04
|
| 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.2-py3-none-any.whl
| Download URL | eolymp-0.19.2-py3-none-any.whl |
|---|---|
| Size | 905.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cecfc561caf9c6f5e7b089fcea79ee35f4f373e2525d36c6b4e5477d8577a265
|
|
BLAKE2b-256 checksum How to use checksums |
8a8c766168ac9fb233bc192ab84593e63d81998aba4e337d8221b8d22be48c82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|