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.12.29.tar.gz
(308.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.12.29-py3-none-any.whl
(626.2 kB
view details)
File details
Details for the file eolymp-0.12.29.tar.gz.
File metadata
- Download URL: eolymp-0.12.29.tar.gz
- Upload date:
- Size: 308.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41c8c506587368eb4302f65d1516baed32a14000ea064291485790871590b70a
|
|
| MD5 |
90ac4264eccf49fec549402891c5ca9c
|
|
| BLAKE2b-256 |
7e9c7a685d71860278fe86241a4f93ccf7eb6564b8d95678a2cef57f3b9fc762
|
File details
Details for the file eolymp-0.12.29-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.29-py3-none-any.whl
- Upload date:
- Size: 626.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0448383e4dd72cb16982a3ab147a8d042c7c3c2ebdd34d1343f34d0ab34e5349
|
|
| MD5 |
3c8c3423daa2907a22582526f880a6eb
|
|
| BLAKE2b-256 |
be39d4ef37af96d32f3ae3d1552e0ec10e3d478df87b441345a2f0ea1a554b24
|