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.21.tar.gz
(381.9 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.21-py3-none-any.whl
(755.2 kB
view details)
File details
Details for the file eolymp-0.15.21.tar.gz.
File metadata
- Download URL: eolymp-0.15.21.tar.gz
- Upload date:
- Size: 381.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5e34fa46ca037e1114fccc95579f3f4be2f8d8d39ddd8d6fdce1af17c0e9e12
|
|
| MD5 |
be965d1aa39d35fe5df0e6cdda0e203b
|
|
| BLAKE2b-256 |
c062d41d6abff7b16ec42de5d56d0ca0cf1188c13dcae814d043c566729be0f5
|
File details
Details for the file eolymp-0.15.21-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.21-py3-none-any.whl
- Upload date:
- Size: 755.2 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 |
406c6b1a9f2c0da87f88e41ba6cebdc3a9d50a2526adc30d6c18c9a105bc868f
|
|
| MD5 |
8a18d5916be7302312c372ee79801849
|
|
| BLAKE2b-256 |
d4e2d332c9b57d5bae01fff31b8c066b38a8e41560194e0c6772ca9ae48dacb5
|