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.17.tar.gz
(373.4 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.17-py3-none-any.whl
(737.4 kB
view details)
File details
Details for the file eolymp-0.15.17.tar.gz.
File metadata
- Download URL: eolymp-0.15.17.tar.gz
- Upload date:
- Size: 373.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e976de171c1f9ff3403269d890428ff6033c1816afd731dd70084835b357b7b
|
|
| MD5 |
b1deb2ef22a63f1fd3d8ef764e5adf92
|
|
| BLAKE2b-256 |
91bd10e13169c23968e8d0ef6b45073547afe682e2e7f0d81dfc1ea3fdff5e0e
|
File details
Details for the file eolymp-0.15.17-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.17-py3-none-any.whl
- Upload date:
- Size: 737.4 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 |
21b49bc0d2aba5f573972c07833aff14eeb0efb112c19db304b06f95e9bb28d4
|
|
| MD5 |
b28b466bc2f57030272e5b437bf2236c
|
|
| BLAKE2b-256 |
d385f4258fc6cb1e24b0bb863098cc608e40c14d1a942171a8d4b5de055d3c52
|