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.27.tar.gz
(307.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.12.27-py3-none-any.whl
(625.3 kB
view details)
File details
Details for the file eolymp-0.12.27.tar.gz.
File metadata
- Download URL: eolymp-0.12.27.tar.gz
- Upload date:
- Size: 307.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67ffca370fb8a18e125d469f455bfe58fc198ef9c88e586bad7cb0bd941d760b
|
|
| MD5 |
cfae599c6c90a047f1e63fc8015bc69d
|
|
| BLAKE2b-256 |
a915af35cd6c440b7f0ee5fe806f9640231fa5647863a7004ce174c8b81f1a45
|
File details
Details for the file eolymp-0.12.27-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.27-py3-none-any.whl
- Upload date:
- Size: 625.3 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 |
67d7fc45ed85c555244d7e0988a419b646649f12b1b6ec0330b0267865fc5bed
|
|
| MD5 |
295defc29c56ec807a230befa4c39cd5
|
|
| BLAKE2b-256 |
a75db7e43e294611f21dd807dc2d8b93c902afc19a8d08ec2fa2b004e0ccd50f
|