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.12.tar.gz
(361.6 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.12-py3-none-any.whl
(718.0 kB
view details)
File details
Details for the file eolymp-0.13.12.tar.gz.
File metadata
- Download URL: eolymp-0.13.12.tar.gz
- Upload date:
- Size: 361.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33d0f0d3a0ce022319c84bbaf3124ffba5153dff7dc95b40634dd8ef132e53f2
|
|
| MD5 |
af8afb1d5acd8a41053dffc91e29d697
|
|
| BLAKE2b-256 |
3938be0068ce5d5912490ae1cb4b3a72ea510103cd2a74b36798bfa5116cd1cc
|
File details
Details for the file eolymp-0.13.12-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.12-py3-none-any.whl
- Upload date:
- Size: 718.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0838670265f2c620ce2a8b1e24fda051e4e6d598fb8ee892226118eb94218bda
|
|
| MD5 |
c74593b13a5d34a03a6ccc862617af5a
|
|
| BLAKE2b-256 |
8116469fb379bff2893d8e360d6cc869789d4d2a51f559314b7873ce92e6426f
|