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.35.tar.gz
(312.9 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.35-py3-none-any.whl
(633.4 kB
view details)
File details
Details for the file eolymp-0.12.35.tar.gz.
File metadata
- Download URL: eolymp-0.12.35.tar.gz
- Upload date:
- Size: 312.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
153c8814119018bb6b7e82e1eef06156ce2e11ce836336ff1f0f089f2bf9d559
|
|
| MD5 |
050f9bdf72ce07742699c9e02e7c94d7
|
|
| BLAKE2b-256 |
ee09339ac84ad01dcf17ac121f396f3f4734bf3491c6ac4cebc5e75cc1aa995e
|
File details
Details for the file eolymp-0.12.35-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.35-py3-none-any.whl
- Upload date:
- Size: 633.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d74e1a50a97913da843f9efa5998ae2163baff82dd5a79f17556074edd9162e9
|
|
| MD5 |
3d13ad512a972bec613ca6dbddffb3ea
|
|
| BLAKE2b-256 |
7cec4918aeb910c7b43ad71248e0d5aaf9581206fca9c85a94532de98c582568
|