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.6
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.6.tar.gz | 475.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.24.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.24.6.tar.gz
| Download URL | eolymp-0.24.6.tar.gz |
|---|---|
| Size | 475.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
50f6045e466c61e0e57602b46e8b544cfde69e52f453ed4a1f130065a592ebfe
|
|
BLAKE2b-256 checksum How to use checksums |
1db668420023c6ed131c70a75c16778fba345cf6ccae683c6f29388b451e9fa2
|
| 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.6-py3-none-any.whl
| Download URL | eolymp-0.24.6-py3-none-any.whl |
|---|---|
| Size | 914.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e0f08f5916840f6cac12fd1f2e6d5f26a398dbf6f78905513332a681236af8c4
|
|
BLAKE2b-256 checksum How to use checksums |
b503183693ec39fa30ea84998ea8f119bcab6dd43092e90eeeeb9d15e16247e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|