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.11.26.tar.gz
(268.6 kB
view details)
Built Distribution
eolymp-0.11.26-py3-none-any.whl
(552.0 kB
view details)
File details
Details for the file eolymp-0.11.26.tar.gz
.
File metadata
- Download URL: eolymp-0.11.26.tar.gz
- Upload date:
- Size: 268.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a4cd7df1ce1b0c5e17f586d014888d1a832928c7f58e87719a1c810844f8279 |
|
MD5 | def24f11f5270744a68d8970b7b30fdc |
|
BLAKE2b-256 | a803b43f20ec4a514438424fff0d20c0ce8fd635176a88e0b4d19fd993d3a7e6 |
File details
Details for the file eolymp-0.11.26-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.11.26-py3-none-any.whl
- Upload date:
- Size: 552.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 798cfd052adcdb16adf08962f889413d2ec72c37834a3487aaecd670a5932f82 |
|
MD5 | f6079444538095d24c6f055aca29ea22 |
|
BLAKE2b-256 | 2aba5cc492ad7e5bc0bb4a294ee038f60be616cb3e49ea52e980964efa52ff9b |