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.40.tar.gz
(315.0 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.12.40-py3-none-any.whl
(641.0 kB
view details)
File details
Details for the file eolymp-0.12.40.tar.gz.
File metadata
- Download URL: eolymp-0.12.40.tar.gz
- Upload date:
- Size: 315.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b94d42279e9e38fa310cf7f78855bfb1fa9f672e7c0831229960a44edc9ee66
|
|
| MD5 |
b0059e8e326b4ebdb839c14fa4146c34
|
|
| BLAKE2b-256 |
1efd19409ea37540459812e2a0a5c992eff4d14c217f6ce7905cdef157ff176b
|
File details
Details for the file eolymp-0.12.40-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.40-py3-none-any.whl
- Upload date:
- Size: 641.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
294704d6bb357447fa7fb0965e046f81303cdeed8e19ee5b07d8dd774b3ff67c
|
|
| MD5 |
dfcb13c61a60d36fae30f4e8ce049659
|
|
| BLAKE2b-256 |
c060fdb286a73a1c66d34de8ad3567c3166dc900b7a3a51f043007d58d9539e1
|