Metadata-Version: 2.1
Name: pyfootix
Version: 0.1.0
Summary: Footix is a Python package for sports betting analysis and modeling, with a focus on football (soccer).
License: MIT
Author: sneachchea
Requires-Python: >=3.11,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cssselect (>=1.3.0,<2.0.0)
Requires-Dist: jax (>=0.6.0,<0.7.0)
Requires-Dist: lxml (>=5.4.0,<6.0.0)
Requires-Dist: networkx (>=3.4.2,<4.0.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: numpyro (>=0.18.0,<0.19.0)
Requires-Dist: pymc (>=5.3.1,<6.0.0)
Requires-Dist: pytensor (>=2.11.2,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: scikit-learn (>=1.2.2,<2.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Requires-Dist: torch (>=2.6.0,<3.0.0)
Requires-Dist: tqdm (>=4.65.0,<5.0.0)
Description-Content-Type: text/markdown

<div align="center">
    <img src="img/logo_footix.png" alt="Footix Logo" width="200">
</div>

# Footix

Footix is a powerful toolbox designed for beating bookmakers. It provides a suite of tools and algorithms to help you analyze sports data, predict outcomes, and make informed betting decisions.

## Features

- **Data Analysis**: Import and analyze sports data from various sources.
- **Prediction Models**: Use _machine learning_ models to predict the outcomes of sports events.
- **Betting Strategies**: Implement and test various betting strategies.
- **Visualization**: Visualize data and predictions with charts and graphs.

## Installation

You can install Footix using pip:

```bash
pip install footix
````


