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.15.tar.gz
(292.0 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.15-py3-none-any.whl
(586.2 kB
view details)
File details
Details for the file eolymp-0.12.15.tar.gz.
File metadata
- Download URL: eolymp-0.12.15.tar.gz
- Upload date:
- Size: 292.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
923d1354bb0a31114ac54089c0ff88a055d32bd24ab7f82b2156198a5ce665f7
|
|
| MD5 |
1e17411deab0da523cd7543d50dc8a8e
|
|
| BLAKE2b-256 |
c8d18332992acf4863db87b4de7ca4b9bf1d7b0557270295c5b34679c0fda73e
|
File details
Details for the file eolymp-0.12.15-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.15-py3-none-any.whl
- Upload date:
- Size: 586.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
773f8a12009b6385128fdc0721d4aacadb53d5ba4a66b6848f24126b288aa494
|
|
| MD5 |
92d91c8a2248f437f5e21a21af14eb41
|
|
| BLAKE2b-256 |
289d509d25fc7b545808bf2788906b1cfbf9d450eb70d7dd3aafb43024951822
|