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.16.tar.gz
(292.6 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.16-py3-none-any.whl
(587.0 kB
view details)
File details
Details for the file eolymp-0.12.16.tar.gz.
File metadata
- Download URL: eolymp-0.12.16.tar.gz
- Upload date:
- Size: 292.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4fcec195ada8182ace99b51fe19ac369d004bc97e0362b4f6b411f5217ffa05
|
|
| MD5 |
c9894284a24105ccd58b37b1579032be
|
|
| BLAKE2b-256 |
32b992b212275eee4952a5d28af9d8efa3d4609038dd92239e05366c957a57b3
|
File details
Details for the file eolymp-0.12.16-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.16-py3-none-any.whl
- Upload date:
- Size: 587.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfff640a0302516e9740c6668c01bd4e5bebba04480f57c1f8771beab8faa16c
|
|
| MD5 |
a3b512b36e69af2e99ba4a10e7101214
|
|
| BLAKE2b-256 |
905ff3f208df1d8ebd3250b690ad365f4128a90f40667b9bd1998b02b4aab7c9
|