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.9.tar.gz
(357.6 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.9-py3-none-any.whl
(708.7 kB
view details)
File details
Details for the file eolymp-0.13.9.tar.gz.
File metadata
- Download URL: eolymp-0.13.9.tar.gz
- Upload date:
- Size: 357.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a465b56134368ddbc0f55d86b40ecde3dbf6c788db9fca6782c0fa4ea9e9b0d6
|
|
| MD5 |
0392e9b562bc817c9a3b16f32898c730
|
|
| BLAKE2b-256 |
3d4428d853c254c522152afe9ef0cf97dcf6ddf94e691dd78977cbbdd89853ac
|
File details
Details for the file eolymp-0.13.9-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.9-py3-none-any.whl
- Upload date:
- Size: 708.7 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 |
b25bfdbe0e01b8d0e29c409a70e3796077fc9eb196c9da0cac38ea75dcffa526
|
|
| MD5 |
9ecf9c627d5ab269a9f32d29ae3812f5
|
|
| BLAKE2b-256 |
146b08580f2a366f8e44c0b4d731a469e335d57cc143716aee8097b4fc91f5fd
|