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.9.tar.gz
(367.3 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.9-py3-none-any.whl
(726.8 kB
view details)
File details
Details for the file eolymp-0.15.9.tar.gz.
File metadata
- Download URL: eolymp-0.15.9.tar.gz
- Upload date:
- Size: 367.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea16a28e3dded28f4ccb8560be4a74c86627fd783584c1d33aa68801a25a0df0
|
|
| MD5 |
cd97ff34211e63a690c92829213be294
|
|
| BLAKE2b-256 |
b997b9c6de34f63248944d21c9fd778b0fe92d9a159a5d6f5ce52c8c77e4394d
|
File details
Details for the file eolymp-0.15.9-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.9-py3-none-any.whl
- Upload date:
- Size: 726.8 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 |
4f7904757a459c1e6bce59dd0bc3a157b488d3259ee4c1c0246b6c5125f266b6
|
|
| MD5 |
b51d41e5dcfdd567983d093390be0116
|
|
| BLAKE2b-256 |
2f7bf0d9f215a444d4dbf80bb595bf4652a357e1e144d734dc5ecfa6a6985c44
|