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.20.tar.gz
(382.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.20-py3-none-any.whl
(755.2 kB
view details)
File details
Details for the file eolymp-0.15.20.tar.gz.
File metadata
- Download URL: eolymp-0.15.20.tar.gz
- Upload date:
- Size: 382.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 |
5a4357d4933b4410c1ab93e747a6cb016b4d7e51654db758145eb63a74dcebcf
|
|
| MD5 |
e79846cf6210ac330dfd7f1661fdb8a7
|
|
| BLAKE2b-256 |
4775b2515d510100eae9350d80d54455d9d14f2bc85c3cc0c4557da7da213456
|
File details
Details for the file eolymp-0.15.20-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.20-py3-none-any.whl
- Upload date:
- Size: 755.2 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 |
5711330691df6a16a1c4a37cb6b6429689634a1df0a9781f89fdd63947be8b1d
|
|
| MD5 |
e999e83a8136a7e79a3a4349b005ba86
|
|
| BLAKE2b-256 |
190fdafa026c6aba107ab4be1f892c6e3a059a1476296e49f45b7a9d97921dc7
|