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