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.24.7
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.24.7.tar.gz | 475.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.24.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.24.7.tar.gz
| Download URL | eolymp-0.24.7.tar.gz |
|---|---|
| Size | 475.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
83c53084cc3f4751a581c2910d5a65172bf823b389acbe0f623d8248a85c3132
|
|
BLAKE2b-256 checksum How to use checksums |
cf109cb2fa252a6770bb483c2604fa3d4ff94ba235e850188b7be5745ecd90b0
|
| 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.24.7-py3-none-any.whl
| Download URL | eolymp-0.24.7-py3-none-any.whl |
|---|---|
| Size | 915.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bcda9f50714e40d6f2b335aabcfd1eca1c6776a8efab1d8907efd5faffaaf47d
|
|
BLAKE2b-256 checksum How to use checksums |
e0a84afc5e0540c964d5ca67ca47924238536f17446be261b2dc1ef5bcb508d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|