A library for pulling in and normalising prediction market data.
Project description
predictionball
A library for pulling in and normalising prediction market data.
Dependencies :globe_with_meridians:
Python 3.11.6:
Raison D'être :thought_balloon:
predictionball aims to be a library that pulls in both historical and live prediction market data. It currently handles the following markets:
Architecture :triangular_ruler:
predictionball is a functional library that does the following steps:
- Pulls down different prediction markets.
- Cluster the markets by event type.
Installation :inbox_tray:
This is a python package hosted on pypi, so to install simply run the following command:
pip install predictionball
or install using this local repository:
python setup.py install --old-and-unmanageable
Usage example :eyes:
The only way to access the data from predictionball is to use it as a python library.
Python
To pull the models containing all the information, the following example can be used:
from predictionball.pull import pull
models = pull()
This results in a dataframe where each game is represented by all its features.
License :memo:
The project is available under the MIT License.
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
File details
Details for the file predictionball-0.0.1.tar.gz.
File metadata
- Download URL: predictionball-0.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10f3b0bb8a0d9e39ff8fef31cd92644ef4b68a4ac0ee964534b923d994b1fe62
|
|
| MD5 |
fb8d7035a061e2f5c1e5deede13230e0
|
|
| BLAKE2b-256 |
707a98e145cf919b03ec4d59d64281a356d55d66454888bfdeeafb50c6b49bde
|