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.42.tar.gz
(324.4 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.42-py3-none-any.whl
(664.2 kB
view details)
File details
Details for the file eolymp-0.12.42.tar.gz.
File metadata
- Download URL: eolymp-0.12.42.tar.gz
- Upload date:
- Size: 324.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a9715a3a9fbdeeb648f46f6ec8c94e80c228fe382b69ec6d060aa36016da3b
|
|
| MD5 |
3fea695e72243f012b0780d6744122c3
|
|
| BLAKE2b-256 |
aa49750a90a998d2ef3a0bdbce4852245e7ecc4df4de90def05c956250b7c85d
|
File details
Details for the file eolymp-0.12.42-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.42-py3-none-any.whl
- Upload date:
- Size: 664.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e88d06ef4b677b050495a4b6607cf6e9551c376dc974ff9e247caa540f3f4a31
|
|
| MD5 |
baa6644430fe02b2c611611e864e9346
|
|
| BLAKE2b-256 |
8a655056bcee2307f4661998eb3dd750cb5c556b3c41f02715339fe3724bdd56
|