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.13.tar.gz
(372.8 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.13-py3-none-any.whl
(735.4 kB
view details)
File details
Details for the file eolymp-0.15.13.tar.gz.
File metadata
- Download URL: eolymp-0.15.13.tar.gz
- Upload date:
- Size: 372.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37cbf9ad20386d2353aab67ca60560c035fdc10dc0159e2813762c7e3d2a5f22
|
|
| MD5 |
f7c0eae8cc4eb2591c29c50e34a6481d
|
|
| BLAKE2b-256 |
2a0142b85f1693e03e90e2a0d871e323a08176593c66feed2d5c317105c44d51
|
File details
Details for the file eolymp-0.15.13-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.13-py3-none-any.whl
- Upload date:
- Size: 735.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 |
355cab35debf680a20fa1e499710dacac8f668fe8bc61975518d54089d7fa554
|
|
| MD5 |
a2b3e86fb18aba72453e915b0e86bc4d
|
|
| BLAKE2b-256 |
c72930fa13822e033db7d1efca3905ad59ff792456b7d4a75cea2de57201763d
|