DomePy : A modern Dome client for Python
Dome is a unified API over prediction markets. The DomePy package provides an idiomatic Python client for Dome. It provides both an Async API and a Sync API.
Install
uv add domepy
or
pip install domepy
Usage
DomePy aims to feel just like Dome's API.
from domepy import syncdome
with syncdome() as dome:
orders = dome.polymarket.orders(slug="bitcoin-up-or-down-july-25-8pm-et")
# more methods available on polymarket. install and try them out!
There is full editor autocomplete on the responses.
Release files for domepy 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| domepy-0.1.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| domepy-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.5 kB
Release files / domepy-0.1.0.tar.gz
| Download URL | domepy-0.1.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3717667a98a6e0ea426f203e7e1fa159e9a03219da1fcb5e53677a45a45f95eb
|
|
BLAKE2b-256 checksum How to use checksums |
dc85607621f395c3bdf6fce079dc8f7e28df1faeb723e624861fbd2a0fa9e819
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.19
|
Release files / domepy-0.1.0-py3-none-any.whl
| Download URL | domepy-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
175c9f5629ec2bf68c4b189e7f6b510e772fdee159fda85df49bc8c165897b75
|
|
BLAKE2b-256 checksum How to use checksums |
88163ca0f116b65e41be9c82ed593d276d7d618fa7461188427c7fe4d028d595
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.19
|