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.20.tar.gz
(300.4 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.20-py3-none-any.whl
(617.2 kB
view details)
File details
Details for the file eolymp-0.12.20.tar.gz.
File metadata
- Download URL: eolymp-0.12.20.tar.gz
- Upload date:
- Size: 300.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da33c46ec2357a896d5cbf52a0a2672dce3d1c9fc32ee89567460072973d4b09
|
|
| MD5 |
5a189db9c6ad485acdcbf1f19a1092fa
|
|
| BLAKE2b-256 |
9dde48f5fb16c88a95dcf94d778aeb6f31660aa765295f2501f46ab8073e1e71
|
File details
Details for the file eolymp-0.12.20-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.20-py3-none-any.whl
- Upload date:
- Size: 617.2 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 |
86e4d6b82d384a1d4bfded7ccc5b0094e858d274e9991ca66e41a67ac300a10e
|
|
| MD5 |
869214d2db68a2a343b06ff4b8d081d9
|
|
| BLAKE2b-256 |
f99021ec37583d8cb1a008659b9081d3e981143410456ad5c8dccfea9f91df25
|