Eolymp SDK for Python
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eolymp-0.13.4.tar.gz
(351.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eolymp-0.13.4-py3-none-any.whl
(699.5 kB
view details)
File details
Details for the file eolymp-0.13.4.tar.gz.
File metadata
- Download URL: eolymp-0.13.4.tar.gz
- Upload date:
- Size: 351.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62b9987689cd52225f344fa0f652354380a6a4c24cf1d5b09051a92af8022f79
|
|
| MD5 |
4c62c0bc5d9fba05004965ed621a27f9
|
|
| BLAKE2b-256 |
1152915bf76fbf1c53085d9a918d5e408df5d823bf9e414a221597e21a55d7b3
|
File details
Details for the file eolymp-0.13.4-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.4-py3-none-any.whl
- Upload date:
- Size: 699.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7aa078dc769638ad050f449d11583c436ea8cd72ab90cfce24294c1b5e199d9e
|
|
| MD5 |
5370bee5bd0f01bc620d474f074ade2d
|
|
| BLAKE2b-256 |
d936989453fedcd7ec729c82993eb6aa81b1144377feb67097d765249acaa25f
|