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.43.tar.gz
(327.1 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.43-py3-none-any.whl
(670.4 kB
view details)
File details
Details for the file eolymp-0.12.43.tar.gz.
File metadata
- Download URL: eolymp-0.12.43.tar.gz
- Upload date:
- Size: 327.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
925552f31e0ae290b0b4e759da94633e9930b9213d7f564c0c8ad1a4a13be35f
|
|
| MD5 |
476b726337356706856dea55626814de
|
|
| BLAKE2b-256 |
e0c6c8215bb00759235f34ce467a61125d8ec0a41776c81b7a730923d671e7d1
|
File details
Details for the file eolymp-0.12.43-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.43-py3-none-any.whl
- Upload date:
- Size: 670.4 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 |
842e46de050937d3df0359ab0b21afdc9443763d50c7cb802110b0af4b13c118
|
|
| MD5 |
bdcd76dc2b5cc6d56d9704a498b79285
|
|
| BLAKE2b-256 |
3b52c5762e6342211a72bf16253a168634fb8358b37aa2b125ca98619d3f9758
|