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.12.46.tar.gz
(329.5 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.12.46-py3-none-any.whl
(675.1 kB
view details)
File details
Details for the file eolymp-0.12.46.tar.gz.
File metadata
- Download URL: eolymp-0.12.46.tar.gz
- Upload date:
- Size: 329.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e95e8781ae3be0f4dd4116260131212a0c1e797a6a35d0d20f6704cb9211d3e
|
|
| MD5 |
131c135185430ad9254f0babe4e40d9a
|
|
| BLAKE2b-256 |
8afbab3fd4294e70096c99170c75e9ab86a81f64b056c48611827b5735ec89bf
|
File details
Details for the file eolymp-0.12.46-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.46-py3-none-any.whl
- Upload date:
- Size: 675.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a44a11ec59a5419d326012de18ab7df46606cf3a9e57286bf4ca72412276bbbe
|
|
| MD5 |
1954e5720d222baf8d13241fabb47bdf
|
|
| BLAKE2b-256 |
c648e42d8a27c3bf242507a53f92fa4a0c347a58b539d822cbfda7aa09681b43
|