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.15.2.tar.gz
(366.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.15.2-py3-none-any.whl
(725.4 kB
view details)
File details
Details for the file eolymp-0.15.2.tar.gz.
File metadata
- Download URL: eolymp-0.15.2.tar.gz
- Upload date:
- Size: 366.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f083fb641418c6f4f29b59dff7384eb7c45ae72d4593c65830f5af3af32ebdd
|
|
| MD5 |
2e1bffba8054732cf3e8e51115924d65
|
|
| BLAKE2b-256 |
14760238d41a3172f913ad3583917f514e4c4b78d9c32204545aed75739c933e
|
File details
Details for the file eolymp-0.15.2-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.2-py3-none-any.whl
- Upload date:
- Size: 725.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0013db237948faff25830eb881c88c2bdff2b7b41b4aa6e454a8cd7c0bcb99bd
|
|
| MD5 |
b593fc4eb80ef91cbc90fccd00e0199d
|
|
| BLAKE2b-256 |
b2c2862b65f1e9b5083bccf37a62343074a10a68280e66b1f1e3360e86cecab4
|