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.18.1.tar.gz
(451.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.18.1-py3-none-any.whl
(878.5 kB
view details)
File details
Details for the file eolymp-0.18.1.tar.gz.
File metadata
- Download URL: eolymp-0.18.1.tar.gz
- Upload date:
- Size: 451.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a169c1fdb406cea8e83a48efefdcc02d7824b1e8a6d9e718d5554059f293b14
|
|
| MD5 |
7ab1ddaf6d18fe369ce49d12fa496b07
|
|
| BLAKE2b-256 |
62d293225518c6a552f81f04a8a8c45277aed9e97f112b696510d932f3a7be26
|
File details
Details for the file eolymp-0.18.1-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.18.1-py3-none-any.whl
- Upload date:
- Size: 878.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c56716e860deebb0a91ff2dd21ab5dcf5e92f00cea9a5971745c875a825d287e
|
|
| MD5 |
aa023776a28cc55274cbe94ee24cab99
|
|
| BLAKE2b-256 |
310f59689c62fca69184f0c89bdb886a4cf546b0e386d97cd13768943962e7e6
|