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.44.tar.gz
(329.2 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.44-py3-none-any.whl
(674.6 kB
view details)
File details
Details for the file eolymp-0.12.44.tar.gz.
File metadata
- Download URL: eolymp-0.12.44.tar.gz
- Upload date:
- Size: 329.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4015e4db782da5a163162a18300cd5e87a74758883f8033ccae1bd575d90e5b
|
|
| MD5 |
e3a8783763efd405680127f1958f1706
|
|
| BLAKE2b-256 |
d8033dfdebdcffeb6bca8528e73db0b9dedb006217dd9652336dd816de2e8ddb
|
File details
Details for the file eolymp-0.12.44-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.44-py3-none-any.whl
- Upload date:
- Size: 674.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1523f559826ac40dda7adafc07456a07ab1f9b4c38147c8f1d984969f739f72
|
|
| MD5 |
3a23edc713ac072bc0612ad9ce27ba1f
|
|
| BLAKE2b-256 |
0aeba18174bf89bbde14c55c9eac2fcca4f449c28dec971937442dc994025148
|