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.1.tar.gz
(268.6 kB
view details)
Built Distribution
eolymp-0.12.1-py3-none-any.whl
(552.0 kB
view details)
File details
Details for the file eolymp-0.12.1.tar.gz
.
File metadata
- Download URL: eolymp-0.12.1.tar.gz
- Upload date:
- Size: 268.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 | 3f3879c02a3c1f46c54315dd0ec088842b7c50463636db94c1066ac22596e373 |
|
MD5 | 8874a12bf92558b104d886ed9ed0125a |
|
BLAKE2b-256 | 7c240da17cab3f4a7edb089c6aab93f261dd5bd528da7200f84cb85b700db1cc |
File details
Details for the file eolymp-0.12.1-py3-none-any.whl
.
File metadata
- Download URL: eolymp-0.12.1-py3-none-any.whl
- Upload date:
- Size: 552.0 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 | 5e22c506b992987b007fd543b42cd24fec9efea4af4e09ea2636d9ccbf836a99 |
|
MD5 | 53ce44be238e38ef85e7b50898aac021 |
|
BLAKE2b-256 | 07b7dfe4ad594f0c3890b70b329380fa6fe15e238039c7b4f9dc8cdcd6a04254 |