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.37.tar.gz
(318.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.37-py3-none-any.whl
(647.4 kB
view details)
File details
Details for the file eolymp-0.12.37.tar.gz.
File metadata
- Download URL: eolymp-0.12.37.tar.gz
- Upload date:
- Size: 318.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d8ac9b2002347d7cbfeaddd58509cdd21784322d9b6c02536cf352ec1a5540
|
|
| MD5 |
f4e3d227a9d2004e6eb8d74a1c8ff364
|
|
| BLAKE2b-256 |
457acfbc6fd144b0e0386c279d635697890d43cc50ddc10ecc3af3e38578328d
|
File details
Details for the file eolymp-0.12.37-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.37-py3-none-any.whl
- Upload date:
- Size: 647.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59c6f6139cce49f2e10114570bb47e20122b56a42f269bbcf6c5a00eb77d7a3f
|
|
| MD5 |
1f4d3772db377851a33ec83535b5d1f7
|
|
| BLAKE2b-256 |
72b412571d82ad47a327ae78739253500555581ab9de9b1f60e2950f8c969acf
|