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.15.19.tar.gz
(381.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.15.19-py3-none-any.whl
(755.1 kB
view details)
File details
Details for the file eolymp-0.15.19.tar.gz.
File metadata
- Download URL: eolymp-0.15.19.tar.gz
- Upload date:
- Size: 381.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8238c1f0f21a9bd3d399dc3014f90a3a3aebe73498113b05be038a91647635c9
|
|
| MD5 |
a25629291055141413b518c060b1a5c7
|
|
| BLAKE2b-256 |
8aaf467fe8c8255e5087a9f0cc09f39e73043036031a5c5536deece2db285b51
|
File details
Details for the file eolymp-0.15.19-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.19-py3-none-any.whl
- Upload date:
- Size: 755.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13ff4d0b489324d78a4caef189f4a9fb7d91ccfcf7eb36939d2b1c241a8e2ae1
|
|
| MD5 |
33c6df9264b4ab13817d4fdffdc2a649
|
|
| BLAKE2b-256 |
d1540ee7dcad9dabc9269c8c95dfe69a4126b7f9ea3d1b14e0388ae41a4ede73
|