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.24.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.24.1.tar.gz | 468.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.24.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.24.1.tar.gz
| Download URL | eolymp-0.24.1.tar.gz |
|---|---|
| Size | 468.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8bffdcedfaec76ae0ce65cf566f64752faa96817f41e42a9d379f5c256d0031b
|
|
BLAKE2b-256 checksum How to use checksums |
12c349f17df8a7c7e40fd3a8527644b48005dbefc248be4d1ed7eca801268429
|
| 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.24.1-py3-none-any.whl
| Download URL | eolymp-0.24.1-py3-none-any.whl |
|---|---|
| Size | 907.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2f4f1d09c6efd397c321a873d007ce5773bbc95e383de65b2f10b7f829c14f4a
|
|
BLAKE2b-256 checksum How to use checksums |
c16be0c77766efb65e8acdaea2c38dc0be9df85a526d1a059e5b0b4db025a43d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|