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.14.6.tar.gz
(365.8 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.14.6-py3-none-any.whl
(725.0 kB
view details)
File details
Details for the file eolymp-0.14.6.tar.gz.
File metadata
- Download URL: eolymp-0.14.6.tar.gz
- Upload date:
- Size: 365.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ac61c38a747bb31ce033c4c59c74133de8491e38c9f44f0a602f0da8aa8d7f8
|
|
| MD5 |
0ec682d92154f1b43aaf83146cd21438
|
|
| BLAKE2b-256 |
14bfe0d9128c96bdb08b9210936fa9326ed29ba9bda2adeb62152cf7220b5c80
|
File details
Details for the file eolymp-0.14.6-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.14.6-py3-none-any.whl
- Upload date:
- Size: 725.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71f6b020d3eef7c55cb04bfbff1713955fa12ea4570fc668c3d0961b11b8268c
|
|
| MD5 |
9d50edaffc32afa007197bf5a85d72c1
|
|
| BLAKE2b-256 |
b1cfa9bb603af1f6ea00f8742f39f5af9df78ae4c46348ab195de3cc16f9952e
|