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.3.tar.gz
(269.6 kB
view details)
Built Distribution
eolymp-0.12.3-py3-none-any.whl
(551.8 kB
view details)
File details
Details for the file eolymp-0.12.3.tar.gz
.
File metadata
- Download URL: eolymp-0.12.3.tar.gz
- Upload date:
- Size: 269.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb3adf5dd4e3345d27fc091be99bfddb69a94fe97ec43714657a207cae06a361 |
|
MD5 | d985438331eb33f3c13e0214e7406f40 |
|
BLAKE2b-256 | 358efaf80b5133e09318bfecbaf760ac9a20974712867ebcaf7310191c510730 |
File details
Details for the file eolymp-0.12.3-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.3-py3-none-any.whl
- Upload date:
- Size: 551.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c99bfb8a5ebb6999a5f47ca63f8a84e142073965c92c5aeacb2ebe9ca4fd179c |
|
MD5 | 0ac960a32d6846c37311c05d109fdc94 |
|
BLAKE2b-256 | e3f7c06d811d83203f96efa8dd55256c09afe215d8860d109adc55097c23eecd |