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.32.tar.gz
(312.0 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.32-py3-none-any.whl
(632.7 kB
view details)
File details
Details for the file eolymp-0.12.32.tar.gz.
File metadata
- Download URL: eolymp-0.12.32.tar.gz
- Upload date:
- Size: 312.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed5eaf91748d83d19e2eaff3f52345991cd34f166773bcda56c41355702439f0
|
|
| MD5 |
e2f7762cccf7eb873b8e606419b669f4
|
|
| BLAKE2b-256 |
fd2c4eb3f66056dca645c14e900d3694095fe9eb7f0dc185a163f73e3a98fe31
|
File details
Details for the file eolymp-0.12.32-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.32-py3-none-any.whl
- Upload date:
- Size: 632.7 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 |
ebd4f7417e929bdb188a9781714b8d7658ed6111554d962aaf734cfd46f1e2c9
|
|
| MD5 |
0b09247450a3995cbef9134e93f406e0
|
|
| BLAKE2b-256 |
85f582b400f564a2006d0573a8bc6428e9fa695d6398e45a1ed339f6aeefdddc
|