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.12.31.tar.gz
(309.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.12.31-py3-none-any.whl
(627.0 kB
view details)
File details
Details for the file eolymp-0.12.31.tar.gz.
File metadata
- Download URL: eolymp-0.12.31.tar.gz
- Upload date:
- Size: 309.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1b8ca23ecd6da9f698c764ed0640af2d5c46ed860f2f588d7abfbe7fe5f9091
|
|
| MD5 |
2054429e0adb8643c66ae93894fcbd06
|
|
| BLAKE2b-256 |
eefc0f1a82cc31f1e5f47fc05301d911d194311920ce6ef09075fe02d1bbc85b
|
File details
Details for the file eolymp-0.12.31-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.31-py3-none-any.whl
- Upload date:
- Size: 627.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ce39a4b218e270ca10ed5a7ed916467c6a563c1c0d10f5ea0240d5710f605da
|
|
| MD5 |
ef1b604ede92cbe5425ff03a1e025a3e
|
|
| BLAKE2b-256 |
44d777bca5ebb6c5a6a8f1d741aa8baff1ebfe20ed5021284e0ad90d1a2d2011
|