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.21.tar.gz
(302.3 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.21-py3-none-any.whl
(620.4 kB
view details)
File details
Details for the file eolymp-0.12.21.tar.gz.
File metadata
- Download URL: eolymp-0.12.21.tar.gz
- Upload date:
- Size: 302.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c922b9295789e5caa9ab51d2b3f2949ac62b1c5019be9dac86576ff824cc0dd
|
|
| MD5 |
8365bb03244ca6e9eae863a4199ef7dc
|
|
| BLAKE2b-256 |
d191be7acd26187a1b073ee71e4bdfe3a4788b555851f9411864a4b8d4041689
|
File details
Details for the file eolymp-0.12.21-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.21-py3-none-any.whl
- Upload date:
- Size: 620.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7740cc579703cc3ee41ffdeb8a4f7193c08e3fdf51c0e7bec1fe9e3d9fd27269
|
|
| MD5 |
46e9a9b3811247651ebdef081295b0c7
|
|
| BLAKE2b-256 |
559d9ccf5ab3a17bacd48066f17c2fd3b4105b9f47c7bd5c15f321db7b449dea
|