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.11.tar.gz
(371.5 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.11-py3-none-any.whl
(730.0 kB
view details)
File details
Details for the file eolymp-0.15.11.tar.gz.
File metadata
- Download URL: eolymp-0.15.11.tar.gz
- Upload date:
- Size: 371.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d41073660f3d657e37acb6adba9df76c1db23f5d26a3d2550e9ad1e06fc18bb
|
|
| MD5 |
9b7d0bf9db682838d3a16a749cd1e964
|
|
| BLAKE2b-256 |
b7a852c668b825b311edf54c2ebc4e3d244d78ba107ef6ed5795b93c648d40f9
|
File details
Details for the file eolymp-0.15.11-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.11-py3-none-any.whl
- Upload date:
- Size: 730.0 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 |
172e2ff555109b93a883760b562dc9d8dc7e10b644e618cde82a29e05f65f0d1
|
|
| MD5 |
b090bc7925e9437affa064478bf09058
|
|
| BLAKE2b-256 |
16bfd0208d51d3625901137d7fe0dd19b2d080794ebe5ada52705b15469c7ecf
|