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.33.tar.gz
(404.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.15.33-py3-none-any.whl
(803.4 kB
view details)
File details
Details for the file eolymp-0.15.33.tar.gz.
File metadata
- Download URL: eolymp-0.15.33.tar.gz
- Upload date:
- Size: 404.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12416231076704a109a70fb7c9b6fb085a3467ca16e49dc92263b8f586be13d2
|
|
| MD5 |
5b69738a9414c35374f4d00023bc5e44
|
|
| BLAKE2b-256 |
57fcb3c454ad86d91ed27aa25927feab7f0fce33788df09f03c2c3f6570ecce1
|
File details
Details for the file eolymp-0.15.33-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.33-py3-none-any.whl
- Upload date:
- Size: 803.4 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 |
a3e5580f110b680f1848a3b26d971b39f5868ee371babe32845131f5446b783a
|
|
| MD5 |
e4dbd2f903014281abeae3d6343196e7
|
|
| BLAKE2b-256 |
1313e0d4ea60f3ac984f4f2b05bcfb62f8d36b5ab7c8e77c015d07cbc05d752f
|