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.10.tar.gz
(276.1 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.10-py3-none-any.whl
(563.3 kB
view details)
File details
Details for the file eolymp-0.12.10.tar.gz.
File metadata
- Download URL: eolymp-0.12.10.tar.gz
- Upload date:
- Size: 276.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d87fc65a5e7b49637a12573f03ce25d53a7cb077f33d1159abc055ae85287ba9
|
|
| MD5 |
eca348ec9ef195f27c2fceb55bf785ca
|
|
| BLAKE2b-256 |
8809dd56bada332f9df184839de4ada4b31733e6883b0557ac942012e2a457d8
|
File details
Details for the file eolymp-0.12.10-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.10-py3-none-any.whl
- Upload date:
- Size: 563.3 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 |
ecda3d69995cbb94b709363e201933586ef8469d48eb107213b430994d517126
|
|
| MD5 |
079787f1aa63b9087d419453c094c11c
|
|
| BLAKE2b-256 |
02220775ddad91a00ee9d8c23bccb5ee9880e879a9862db808dff12774d0179d
|