Metadata-Version: 2.1
Name: bl-predictor
Version: 0.0a6
Summary: A simple application for predicting game results for the German Bundesliga
Home-page: https://github.com/lgehring/bl-predictor
Author: Lukas Gehring, Anabel Stammer, Alex Brylka and Fabricio Aguilera-Galviz
Author-email: l.gehring@student.uni-tuebingen.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas (~=1.1.3)
Requires-Dist: setuptools (~=50.3.0)
Requires-Dist: statsmodels (~=0.12.1)
Requires-Dist: numpy (~=1.19.3)
Requires-Dist: scipy (~=1.5.2)
Requires-Dist: matplotlib (~=3.3.4)
Requires-Dist: pytest (~=6.1.2)
Requires-Dist: requests (~=2.24.0)
Requires-Dist: pillow (~=8.1.0)
Requires-Dist: lxml (~=4.6.1)
Requires-Dist: tabulate (~=0.8.7)
Requires-Dist: scikit-learn (~=0.24.1)
Requires-Dist: ttkthemes (~=3.2.2)

<img src="https://raw.githubusercontent.com/lgehring/bl-predictor/master/bl-predictor_logo.svg" width="200"> <span style="font-family:Calibri; font-size:3em;">bl-predictor</span>
-------------

[![Code quality](https://www.code-inspector.com/project/17966/score/svg)](https://frontend.code-inspector.com/public/project/17966/bl-predictor/dashboard) 
[![Coverage status](https://coveralls.io/repos/github/lgehring/bl-predictor/badge.svg)](https://coveralls.io/github/lgehring/bl-predictor) 
[![PyPI](https://img.shields.io/pypi/v/bl-predictor)](https://pypi.org/project/bl-predictor/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.txt)  
[![pytest](https://github.com/lgehring/bl-predictor/workflows/pytest/badge.svg)](https://github.com/lgehring/bl-predictor/tree/main/tests) 
[![flake8](https://github.com/lgehring/bl-predictor/workflows/pep8/badge.svg)](https://www.python.org/dev/peps/pep-0008/)  

-------------
#Documentation

### Simple install:
```bash
pip install bl-predictor
```

### Simple usage:
```bash
bl-predictor-gui
```

_Here will be some more documentation soon._


