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.33.tar.gz
(312.2 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.33-py3-none-any.whl
(633.0 kB
view details)
File details
Details for the file eolymp-0.12.33.tar.gz.
File metadata
- Download URL: eolymp-0.12.33.tar.gz
- Upload date:
- Size: 312.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1161f86a2b1266b3e3f71b0b6e08a2ddd38d24722373fbd64f8e3af8538faa4e
|
|
| MD5 |
c40d1f68f852c6a4dc21b1016df525d0
|
|
| BLAKE2b-256 |
50cb44e6d755892e2c509f6eb4585df7ad20945056d3ccebe9c6d47ee310b24f
|
File details
Details for the file eolymp-0.12.33-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.33-py3-none-any.whl
- Upload date:
- Size: 633.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d731b010f0e9f89f42c33d379fb561e1159667e0cdd1952206317e407356aed5
|
|
| MD5 |
5243bb7e3b10ab333b26ee8d579d2171
|
|
| BLAKE2b-256 |
c2146d185c2d3d77cdc0392680cfba7682db576035a0ec7c91f8e835c6096802
|