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.13.6.tar.gz
(355.6 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.13.6-py3-none-any.whl
(707.0 kB
view details)
File details
Details for the file eolymp-0.13.6.tar.gz.
File metadata
- Download URL: eolymp-0.13.6.tar.gz
- Upload date:
- Size: 355.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd29538f2e22ff3c008b18e379627d1c8ddf4179adfb3791cb12d88b99665f00
|
|
| MD5 |
81af2b443dc4b90e3c402dfeb810b673
|
|
| BLAKE2b-256 |
99eb017fa1eb2c666467888d0e81e33cde83cbfce05c0dd17b1d350684fc04a3
|
File details
Details for the file eolymp-0.13.6-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.6-py3-none-any.whl
- Upload date:
- Size: 707.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bd446476af61677cab5a686173dc0ffbfcd7076decf5fd98b93d44831cea780
|
|
| MD5 |
68a68e8a6aa476346305b87b41da5a38
|
|
| BLAKE2b-256 |
409b4695c4e712fddb18d743d7d548ade0b8874dfa24b6cee1b911bd9bf5d064
|