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.13.2.tar.gz
(348.7 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.13.2-py3-none-any.whl
(693.0 kB
view details)
File details
Details for the file eolymp-0.13.2.tar.gz.
File metadata
- Download URL: eolymp-0.13.2.tar.gz
- Upload date:
- Size: 348.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c74f19f27306c42402232114d2d9f6ad151fd333f1e226cbce0479db0466958d
|
|
| MD5 |
c5c4d12610a7be9d940b2e3b92dd213e
|
|
| BLAKE2b-256 |
5f169c8f5bfca1e2ccd355b1b837fa56536df8ed65e0abbeb63a092e9bc41b9a
|
File details
Details for the file eolymp-0.13.2-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.2-py3-none-any.whl
- Upload date:
- Size: 693.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30f3ea489c45cef4d57ee35e2e72a278318ee141a0e23766ca8b16dcaec58f7d
|
|
| MD5 |
a7736c53143750a208dfa722d681745d
|
|
| BLAKE2b-256 |
52ebc17e4e9f37c1b17454875bcd6519fd9026063b38b990e3916f73f0f3746e
|