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.5.tar.gz
(365.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.14.5-py3-none-any.whl
(724.7 kB
view details)
File details
Details for the file eolymp-0.14.5.tar.gz.
File metadata
- Download URL: eolymp-0.14.5.tar.gz
- Upload date:
- Size: 365.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
547fd56eacb01088b1647e7d50a848aeb73ae6f155d66dedd15157a9a7273756
|
|
| MD5 |
e30a0c9d14c1fad3200532b1534c3678
|
|
| BLAKE2b-256 |
4c1ac5097bd87a26fc0eb59c2b7deef6a731cddc0cf6c6155444bb53f901b1ce
|
File details
Details for the file eolymp-0.14.5-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.14.5-py3-none-any.whl
- Upload date:
- Size: 724.7 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 |
9d9ad9ea41cfe7bb72aab15b5a92bf52068b7f15177dccbbff9c5eda0da4f2e3
|
|
| MD5 |
29804b200d49bda78a6de672778b9ac1
|
|
| BLAKE2b-256 |
c7642c46e856a4d6025d37d77e30f02fb2a116f7b9bcb83285e3512767d088a9
|