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.14.tar.gz
(292.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.12.14-py3-none-any.whl
(586.1 kB
view details)
File details
Details for the file eolymp-0.12.14.tar.gz.
File metadata
- Download URL: eolymp-0.12.14.tar.gz
- Upload date:
- Size: 292.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30bd01dfa0862a8b95efc186ef1a83ab5da36d00c2ed8a79ec11070550a7f0ef
|
|
| MD5 |
b7ea4c74ff3b9a04ea360a526fbb905d
|
|
| BLAKE2b-256 |
637b2080f67077e27a6ea9889970dbc10c32ee4458b942b1d3a64c027d5ff5ba
|
File details
Details for the file eolymp-0.12.14-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.14-py3-none-any.whl
- Upload date:
- Size: 586.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b562345ebd190309dae1bfb6a88afbe8edb36b81b18766c17031d4c70085d4d4
|
|
| MD5 |
c62e7d54776296dac944a79d2da2a4f5
|
|
| BLAKE2b-256 |
ce67941277783af57e22153931ab03b2f89a9dffed10cdc88d20d85b5d9d1253
|