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.23.tar.gz
(304.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.23-py3-none-any.whl
(624.1 kB
view details)
File details
Details for the file eolymp-0.12.23.tar.gz.
File metadata
- Download URL: eolymp-0.12.23.tar.gz
- Upload date:
- Size: 304.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64dc70c3181f27c780a816a6d2cd508d57bf57d8e83c0fbcabc966ff3f96d920
|
|
| MD5 |
43e9903314784325de274c0fc0e0dcc6
|
|
| BLAKE2b-256 |
15b0e5e6c7afc06b0bbdfa6787980826f3cd1b7aa19c5099eff373f863363e34
|
File details
Details for the file eolymp-0.12.23-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.23-py3-none-any.whl
- Upload date:
- Size: 624.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b5fabbde9af8715a0c94483fd280eb8c48c26dc6b251b5ac492f7e638e71509
|
|
| MD5 |
c80deff8a60a68922ee9885aee3fc6d0
|
|
| BLAKE2b-256 |
5cd50a8f865185b66728be7469cf58ae931433386fd74e99b430accd87cb5d3d
|