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.16.tar.gz
(373.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.16-py3-none-any.whl
(737.3 kB
view details)
File details
Details for the file eolymp-0.15.16.tar.gz.
File metadata
- Download URL: eolymp-0.15.16.tar.gz
- Upload date:
- Size: 373.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 |
985acbf9efc13f243e896c222afb9392acde39a22616caa1cddff0480a9e7eb2
|
|
| MD5 |
249d7e8ce2ad3b9bdef13d3b3eeca0ff
|
|
| BLAKE2b-256 |
368728ddf4df8dc9039799fe974f524fcaac5700878d51dcfb6196aa7cafc534
|
File details
Details for the file eolymp-0.15.16-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.16-py3-none-any.whl
- Upload date:
- Size: 737.3 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 |
b91717bb6d369db38081939258f822f2860a30fa67c4158cf988a20345871b88
|
|
| MD5 |
5c7cc3a7dd0471df956f0fbcfe6e9d94
|
|
| BLAKE2b-256 |
1150ccfdc6ed110f1439142521bf82f19cdc771ad06721b23a9e5a9a9a9ff22f
|