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.13.tar.gz
(291.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.13-py3-none-any.whl
(585.6 kB
view details)
File details
Details for the file eolymp-0.12.13.tar.gz.
File metadata
- Download URL: eolymp-0.12.13.tar.gz
- Upload date:
- Size: 291.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 |
6583ab968ef6013be5f6902e913daca22ecb0d552fb25c3a6d5cb8dada65bdc5
|
|
| MD5 |
7e426506ef8fc7ca772c897f0f0c4922
|
|
| BLAKE2b-256 |
b75a1e5b97edf2275db937edc4d6ccbc13fb2fd8caa960c0a21dd8e108ba39eb
|
File details
Details for the file eolymp-0.12.13-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.13-py3-none-any.whl
- Upload date:
- Size: 585.6 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 |
b03a728cbd0a0f7703ce464525b5cf21db46cdf8a7e4b17ca2ed0425a26772c4
|
|
| MD5 |
38a7ca1bc8ce44dcf2599477b70e55aa
|
|
| BLAKE2b-256 |
ec593893104d43f0b56a670832c835a97bd8d63a27ec938f6f461a75c1c73e07
|