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.2.tar.gz
(269.1 kB
view details)
Built Distribution
eolymp-0.12.2-py3-none-any.whl
(551.7 kB
view details)
File details
Details for the file eolymp-0.12.2.tar.gz
.
File metadata
- Download URL: eolymp-0.12.2.tar.gz
- Upload date:
- Size: 269.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3033d6c11ebe1036cb38dbf3b5eb1d5b5844cb0ccb1c64b649cc8dd5bd9597f1 |
|
MD5 | 8e245cf2e217b0dff62ea90e57d95213 |
|
BLAKE2b-256 | 3e3ed320ca9530c4c927dbea0d9dcd3cd68322eb8cb375fd3c5890fb7b97a78e |
File details
Details for the file eolymp-0.12.2-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.2-py3-none-any.whl
- Upload date:
- Size: 551.7 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 | 55c406020d0849a75693a8b5cf120838d72ba8664783e34b4ac66224b5e55270 |
|
MD5 | d1f407b1dbbfd8c702f135519a9a479f |
|
BLAKE2b-256 | 2fcb8b03e9a6e593362461b818ed136a8323992cb126cb4f0e38783b16b45405 |