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)
Release files for eolymp 0.22.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eolymp-0.22.0.tar.gz | 466.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.22.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.22.0.tar.gz
| Download URL | eolymp-0.22.0.tar.gz |
|---|---|
| Size | 466.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
feae299f75ce6a0a79f4ff3e3eecf25e63cd19d068a779db6e5896dc5aaafb6d
|
|
BLAKE2b-256 checksum How to use checksums |
53721aa5aaf9b99c0e62c8ede418cc312a86ba9c632c7037203a272dfa838276
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / eolymp-0.22.0-py3-none-any.whl
| Download URL | eolymp-0.22.0-py3-none-any.whl |
|---|---|
| Size | 904.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
21529659173ce4b78b41c29e53e2037f3a7cd438b9e5a1fea5f7f80ffce7121b
|
|
BLAKE2b-256 checksum How to use checksums |
91c93e4349bbabdac7882d8057f6042ec15c7082b712198297b8ba35ec07ae1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|