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.23.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.23.0.tar.gz | 466.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.23.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.23.0.tar.gz
| Download URL | eolymp-0.23.0.tar.gz |
|---|---|
| Size | 466.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c363426a85d5df3c2b9c6395503f26fc3149c91d8c1e228c67165a7f835b19b
|
|
BLAKE2b-256 checksum How to use checksums |
504bd06e733930a0cae8d4280a911e682ea3d7621066b6428d4fedcf357e38e4
|
| 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.23.0-py3-none-any.whl
| Download URL | eolymp-0.23.0-py3-none-any.whl |
|---|---|
| Size | 904.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
78af4b3b7f79fd2eb3ba1d505c34129e3696f70627c31e5a7aec6ba01b80d790
|
|
BLAKE2b-256 checksum How to use checksums |
600b46b40c51a0610068d0126cfaf99cb4562890f9d22fdd452d15285df42326
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|