Metadata-Version: 1.1
Name: pystatsbomb
Version: 0.1.0
Summary: Python port of the StatsBombR library
Home-page: https://github.com/ElSaico/pystatsbomb
Author: Bruno Marques
Author-email: bruno@bmarques.net
License: Mozilla Public License 2.0 (MPL 2.0)
Description: ===========
        pyStatsBomb
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/pystatsbomb.svg
                :target: https://pypi.python.org/pypi/pystatsbomb
        
        .. image:: https://img.shields.io/travis/ElSaico/pyStatsBomb.svg
                :target: https://travis-ci.org/ElSaico/pyStatsBomb
        
        .. image:: https://readthedocs.org/projects/pystatsbomb/badge/?version=latest
                :target: https://pystatsbomb.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/ElSaico/pyStatsBomb/shield.svg
             :target: https://pyup.io/repos/github/ElSaico/pyStatsBomb/
             :alt: Updates
        
        
        
        Python port of the StatsBombR_ library.
        
        
        * Free software: Mozilla Public License 2.0
        * Documentation: https://pystatsbomb.readthedocs.io
        
        
        Features
        --------
        
        * Free data access
        * API data access (TODO)
        * Data cleaning helpers (TODO)
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _StatsBombR: https://github.com/StatsBomb/StatsBombR
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-09-30)
        ------------------
        
        * Initial release (free data only)
        
Keywords: pystatsbomb
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
