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.6.tar.gz
(367.4 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.6-py3-none-any.whl
(726.4 kB
view details)
File details
Details for the file eolymp-0.15.6.tar.gz.
File metadata
- Download URL: eolymp-0.15.6.tar.gz
- Upload date:
- Size: 367.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
759c4d5d366318694d33602c32e3bf2e1d1e3311246cf94eab03fbb9a278caee
|
|
| MD5 |
13d0b88f5424f8c9a078742491216abf
|
|
| BLAKE2b-256 |
bb31815fb812e05751c44545e5c9ccbfdb34b52e540e9d8ff9ee7a3be2bf384c
|
File details
Details for the file eolymp-0.15.6-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.6-py3-none-any.whl
- Upload date:
- Size: 726.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bd81f87582f047707a609d55376f6480eb43b5b8d3c8a4a253d093f61e2e1b8
|
|
| MD5 |
e9c4979fb52adf7ff4ef4cf0b3c5ea95
|
|
| BLAKE2b-256 |
bedbfdecbe62582b048e741553fddb918f4e47daf473fec87fe28f45cfc43e36
|