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.13.5.tar.gz
(352.2 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.13.5-py3-none-any.whl
(699.9 kB
view details)
File details
Details for the file eolymp-0.13.5.tar.gz.
File metadata
- Download URL: eolymp-0.13.5.tar.gz
- Upload date:
- Size: 352.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54a5b7229e7de72e822ac9473df3fdee0f50907bda887ea6675a9fa5d7a49027
|
|
| MD5 |
7bc0f737b6ba7bfcecd694b887c11c95
|
|
| BLAKE2b-256 |
c6e7afb5a8edbaa27549c1511b2042a22f23e316e7cf8e303e3ec714a6a30bfa
|
File details
Details for the file eolymp-0.13.5-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.5-py3-none-any.whl
- Upload date:
- Size: 699.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eb0c04b0f95261ca8773041771fc2a31a972af1b373011f2a480dec407b69ba
|
|
| MD5 |
a69fd46318446ecc10fe6bc3400541a7
|
|
| BLAKE2b-256 |
2cdc85d694618a2157f20859941063dd3e561b59f89d2951351131d6a4e3c570
|