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.15.18.tar.gz
(381.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eolymp-0.15.18-py3-none-any.whl
(754.8 kB
view details)
File details
Details for the file eolymp-0.15.18.tar.gz.
File metadata
- Download URL: eolymp-0.15.18.tar.gz
- Upload date:
- Size: 381.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc1a8aac53bb62adde341c6e8b15221e281eeccc8e2ebb5682852ee2300ebd53
|
|
| MD5 |
64d10b9c5af911220ef21a7e3e2cf43f
|
|
| BLAKE2b-256 |
db924126d1801052eae0bf1647c51b1547cff3b14705e7aab13ef356bffdec7b
|
File details
Details for the file eolymp-0.15.18-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.18-py3-none-any.whl
- Upload date:
- Size: 754.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db460e3510f38bed5c51cbea1eb69f4785e322ce39cb3a2ee96c0a7379cd4e27
|
|
| MD5 |
e4496aa3323da97b5c5203e02a979cb2
|
|
| BLAKE2b-256 |
7d358d6060ac3e93c8d622ffa44b2a0c8d9c0ab451c563335ec14e3936f60915
|