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.13.10.tar.gz
(358.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.13.10-py3-none-any.whl
(708.8 kB
view details)
File details
Details for the file eolymp-0.13.10.tar.gz.
File metadata
- Download URL: eolymp-0.13.10.tar.gz
- Upload date:
- Size: 358.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 |
74594a9b5ab562c359c184c80d3e176dd850b9e306a27796718a385bfedb353c
|
|
| MD5 |
790620ffd65883c9c54065410a0c366c
|
|
| BLAKE2b-256 |
d4b57c40f4798bc933377de90c9d8ac6210089765384ccf861809e30902e730a
|
File details
Details for the file eolymp-0.13.10-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.10-py3-none-any.whl
- Upload date:
- Size: 708.8 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 |
b61e252bbc2a40229cd6e9a30a3bcc8e863b0569b09538e4055a0c928bcd67e5
|
|
| MD5 |
d68a09773eb489fbab7ca4ca0ebb4aca
|
|
| BLAKE2b-256 |
f4aeb805050eb53d6310bbae99bc13ec176bf13f316ffba0844b251f8ed34fc6
|