Metadata-Version: 2.1
Name: bl-predictor
Version: 0.0a3
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
Description: <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._
        
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
