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.4.tar.gz
(269.9 kB
view details)
Built Distribution
eolymp-0.12.4-py3-none-any.whl
(552.1 kB
view details)
File details
Details for the file eolymp-0.12.4.tar.gz
.
File metadata
- Download URL: eolymp-0.12.4.tar.gz
- Upload date:
- Size: 269.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb41843cadf8956cf05cbf1558807a17a8216203631697134e7dd985e49df3b7 |
|
MD5 | 58d7cc1ab9e3f20eebf066fb66fd05ee |
|
BLAKE2b-256 | 617a0beb25072fb768134562e81bd614448f5678fb872ea5e2d413972fbde734 |
File details
Details for the file eolymp-0.12.4-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.4-py3-none-any.whl
- Upload date:
- Size: 552.1 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 | e4deba9a70d215435236f4c5c61d5c229b886dbc6cbbe651e52a2482f1caaf57 |
|
MD5 | 3d0d34a6a1f9f92a87e147a4193d5d91 |
|
BLAKE2b-256 | ed82755a17e5ca91ff884d88b393cab94a03d7b47417379d1c18496de057ae25 |