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.1
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.1.tar.gz | 457.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.19.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / eolymp-0.19.1.tar.gz
| Download URL | eolymp-0.19.1.tar.gz |
|---|---|
| Size | 457.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
556cb59cc6f134719edeb5bbfc1547bcb09926c3c45e7490df8392029e1823f6
|
|
BLAKE2b-256 checksum How to use checksums |
21d741c3f870961a1dded3705598d66938b292c1fb1c59ad4aa1314bb5a6ba17
|
| 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.1-py3-none-any.whl
| Download URL | eolymp-0.19.1-py3-none-any.whl |
|---|---|
| Size | 885.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c0a77a5fbd3308d003e453c18018e8091a8f3599368c6b0e5253ad89150c875d
|
|
BLAKE2b-256 checksum How to use checksums |
c2d65d145a9f3110004c639c9b32183819896bb3c3f4764890d30b4308c852ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|