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.7.tar.gz
(270.6 kB
view details)
Built Distribution
eolymp-0.12.7-py3-none-any.whl
(555.3 kB
view details)
File details
Details for the file eolymp-0.12.7.tar.gz
.
File metadata
- Download URL: eolymp-0.12.7.tar.gz
- Upload date:
- Size: 270.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 | f3c980041ffe3f01f7bbd6ba95077ada0a381049f5ddd6d9a5509fa99ca3f830 |
|
MD5 | 4be6247d1c1aaeb67b5c89b4b646a047 |
|
BLAKE2b-256 | 45905f819d8decb69c74981e11d23e8fe107e3160078ab427cdbcf33ad39df92 |
File details
Details for the file eolymp-0.12.7-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.7-py3-none-any.whl
- Upload date:
- Size: 555.3 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 | 8155b44f8dc2c6beb5df7c2700c6307418484e7164824bf6cf3b63129bc5ad62 |
|
MD5 | 7e6431387616d864eaf399143f8c4c43 |
|
BLAKE2b-256 | 8f6571b216804764a298a82776cfaa17c514544c1d4b648ed43e9b7f44018dd3 |