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.13.7.tar.gz
(356.0 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.13.7-py3-none-any.whl
(707.1 kB
view details)
File details
Details for the file eolymp-0.13.7.tar.gz.
File metadata
- Download URL: eolymp-0.13.7.tar.gz
- Upload date:
- Size: 356.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5281dc6d3a4479e387bbbbd3b6d0d05891cdc9792386b6b726a13c9e21404a6b
|
|
| MD5 |
2d9530420ea23fa186d1d498312b6d59
|
|
| BLAKE2b-256 |
11d711189c04049bef7567a3aeeaf68b33881f4ca77226e4b3c1c4cb1493bf80
|
File details
Details for the file eolymp-0.13.7-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.7-py3-none-any.whl
- Upload date:
- Size: 707.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d0a4e35c6f1dad768457b9f2b9c41bb939c273a6cf8d2b6bf145326eb9796df
|
|
| MD5 |
00f0ccdbcbfed9a8051bece1d3673493
|
|
| BLAKE2b-256 |
87b3b7816ab54cdac9054a16e4e2015211e6dbf01d2a29b08b3de4718bbd4824
|