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.10.9.post4.tar.gz
(245.7 kB
view hashes)
Built Distribution
eolymp-0.10.9.post4-py3-none-any.whl
(497.2 kB
view hashes)
Close
Hashes for eolymp-0.10.9.post4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9e9abd2e6bc7e36590facc19a02a418bbde8ea3b7be31efece29a9770155181 |
|
MD5 | 03c1dddb42f57c886ffd43288ebfe4e3 |
|
BLAKE2b-256 | 0d449c359e9231ac0501bab47eb2f011285d28d87b99a166851e4d450d1e3d95 |