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.47.tar.gz
(329.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.12.47-py3-none-any.whl
(675.3 kB
view details)
File details
Details for the file eolymp-0.12.47.tar.gz.
File metadata
- Download URL: eolymp-0.12.47.tar.gz
- Upload date:
- Size: 329.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b54bb0c092e98a628cfa9ede75395a6a3af479d6c7802aa64e661ad87649595d
|
|
| MD5 |
e257fe666457622018aa06d7a4df4858
|
|
| BLAKE2b-256 |
0d875fb243dbd71c83bc889d54dafd66e8470a1d6c53553463937cb0350254d1
|
File details
Details for the file eolymp-0.12.47-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.47-py3-none-any.whl
- Upload date:
- Size: 675.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4026eb10beacb7f1613c921180777ec2643ea71067d55a4f1a50d4d01d4da17
|
|
| MD5 |
9c3ec6a24ddb72136ac43b86ed0ce637
|
|
| BLAKE2b-256 |
d54452cddc8f58c43952678a8f3f0b3606745847aff1ab11184da604e32af11c
|