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.9.tar.gz
(274.2 kB
view details)
Built Distribution
eolymp-0.12.9-py3-none-any.whl
(562.8 kB
view details)
File details
Details for the file eolymp-0.12.9.tar.gz
.
File metadata
- Download URL: eolymp-0.12.9.tar.gz
- Upload date:
- Size: 274.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e034b9b8279a8c0c365612a2ebcd019d8ad444842430bdc72e31729704e2f93d |
|
MD5 | 5cc1dd9178c0438e46ea61abdc2a1a15 |
|
BLAKE2b-256 | 7b8b220829fbd69863569f33d948c9b4e0706c5616ea82ec275a45089dde4fbb |
File details
Details for the file eolymp-0.12.9-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.9-py3-none-any.whl
- Upload date:
- Size: 562.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 | 573e41ef0a1eaff525004c304111f92d5a8cec1ff275a323c68190a20c123e84 |
|
MD5 | a252c02f98ab59bbf72414d4f786a285 |
|
BLAKE2b-256 | b82d6a23a78693bc5d9e098c951ccb3e50ddb6abb76eadb70e0cd14fc419fcb0 |