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)
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.29.tar.gz
(393.2 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.29-py3-none-any.whl
(779.9 kB
view details)
File details
Details for the file eolymp-0.15.29.tar.gz.
File metadata
- Download URL: eolymp-0.15.29.tar.gz
- Upload date:
- Size: 393.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e57cad30b73679def9c8bb39580ae3462d35ecb69b31b4d7a83d1ac9aec2ea59
|
|
| MD5 |
0be52a5ce80768305061bfa1ec9be9f7
|
|
| BLAKE2b-256 |
2086d3f784e07fa64714e3ddf1d630825f494e32d7a9872a4347a4d4b86358ab
|
File details
Details for the file eolymp-0.15.29-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.29-py3-none-any.whl
- Upload date:
- Size: 779.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ba91d0472e398606b7e0787a31fd056ad32eabe1e07165523e74033915ac396
|
|
| MD5 |
db60218ac8ef9c05b7eaa41ff2d6476b
|
|
| BLAKE2b-256 |
d778c38bb0c3ca68e98c2182ea7c6b49bc90fcc92ca525e5b5ac35bc17e64ab3
|