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.15.15.tar.gz
(373.3 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.15.15-py3-none-any.whl
(737.3 kB
view details)
File details
Details for the file eolymp-0.15.15.tar.gz.
File metadata
- Download URL: eolymp-0.15.15.tar.gz
- Upload date:
- Size: 373.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11bf91e734768a4dc4d4525c42914d96ecb33444608238949b982b013dd57826
|
|
| MD5 |
d301e09c2368593b5382c81ac92b5c0e
|
|
| BLAKE2b-256 |
a3b0890baa2aca0324c3f9d3a5ca31293e427a661d029a599f0f0f63d32b4ed6
|
File details
Details for the file eolymp-0.15.15-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.15-py3-none-any.whl
- Upload date:
- Size: 737.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e13e701e032f44a19fdb6505847d0a265e73dfbb7f081577733ab61f1936b1
|
|
| MD5 |
97fda4efb41695c98ecbf887c05a6ec5
|
|
| BLAKE2b-256 |
9cbc127cdf91eba37d79500c8d0ff98ba5977e2d169ebc7a0cca62a03e04ace8
|