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.11.tar.gz
(276.9 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.11-py3-none-any.whl
(565.1 kB
view details)
File details
Details for the file eolymp-0.12.11.tar.gz.
File metadata
- Download URL: eolymp-0.12.11.tar.gz
- Upload date:
- Size: 276.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baf4fdef4a2a188710e64d0bbda0e19f5ce78e8199063a29d485bc64b935e112
|
|
| MD5 |
8a8edf48e5371647ff269305ba2ce351
|
|
| BLAKE2b-256 |
8ac6fb1ee485b4d62940ad25b116c4018586974a21da217d26c0fb603842babd
|
File details
Details for the file eolymp-0.12.11-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.11-py3-none-any.whl
- Upload date:
- Size: 565.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0ee501d723ddd976e7343b5133b009a574d12d6402230f6eb5dc4afb3117517
|
|
| MD5 |
c43d9e4531c9350264d3ddf169577e1a
|
|
| BLAKE2b-256 |
a6a7889400ad5cfbd0010af0e28489260d3532805cc02cc090df53513c23f4ff
|