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.14.3.tar.gz
(364.9 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.14.3-py3-none-any.whl
(724.6 kB
view details)
File details
Details for the file eolymp-0.14.3.tar.gz.
File metadata
- Download URL: eolymp-0.14.3.tar.gz
- Upload date:
- Size: 364.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69e5acc336c9092ffcb09f701a6048e26e1b953e89c88d74554b1a1f4598b130
|
|
| MD5 |
5cb0eb73eec65cc7c441cf15f7bbc301
|
|
| BLAKE2b-256 |
0bdf092b8b7811eeb83f7fbfcf6dee01fb541347e5e2d66ded2b712049f903d6
|
File details
Details for the file eolymp-0.14.3-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.14.3-py3-none-any.whl
- Upload date:
- Size: 724.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa8a6392aedab7eeeca9981ce4e73153db57cf8d3fa66e0bd958678483758a50
|
|
| MD5 |
587f403097f60cdd25db0f58c42559c7
|
|
| BLAKE2b-256 |
0b537c7a0e9dc4c9f8433a7e746504226879686829044a120c8c077f678e69ab
|