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.39.tar.gz
(313.7 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.39-py3-none-any.whl
(640.5 kB
view details)
File details
Details for the file eolymp-0.12.39.tar.gz.
File metadata
- Download URL: eolymp-0.12.39.tar.gz
- Upload date:
- Size: 313.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90d8207f27bc50080b94338c65ead94371e9d5303640dace8db52bd780948698
|
|
| MD5 |
927bd4c3bb680445fda23c3cd8d58fec
|
|
| BLAKE2b-256 |
873a11c186883cb9c21e01a163ca5a364e8afe35b34cb4ecc38234a4a52a40d6
|
File details
Details for the file eolymp-0.12.39-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.39-py3-none-any.whl
- Upload date:
- Size: 640.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d46ed3be5bb1ec2325709648a852fca6535f87f77b0fd771967d95776c23c516
|
|
| MD5 |
c0b6b2c53b29a150b400642693d3e80a
|
|
| BLAKE2b-256 |
67fad8f5abfb5dcc875647dd81719add7209f5d91db59a6d0fff4b131a65a80d
|