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.8.tar.gz
(367.1 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.8-py3-none-any.whl
(726.5 kB
view details)
File details
Details for the file eolymp-0.15.8.tar.gz.
File metadata
- Download URL: eolymp-0.15.8.tar.gz
- Upload date:
- Size: 367.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87b4e9df206304ff4cb10527b06dd223a9354785d7347612df045656f475f813
|
|
| MD5 |
7a7c02bdc7bb445011a2baec3889b604
|
|
| BLAKE2b-256 |
94224a54d837524c06841db701acd9047e93b9c523c5c9970f6874d3654c6347
|
File details
Details for the file eolymp-0.15.8-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.8-py3-none-any.whl
- Upload date:
- Size: 726.5 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 |
e3239c114d648fc4d0a96eeb40cf78c051f12d135db3fd31174d1d17bc05d851
|
|
| MD5 |
84194b4e423dbd201b2d5eddeafd84b6
|
|
| BLAKE2b-256 |
21a96cd23b50b43cc3a8455400e0c50159ed2f04e5c7e9f2be1b5f79306cb8a2
|