Metadata-Version: 2.1
Name: statsbomb
Version: 0.1.1
Summary: A Python package to parse StatsBomb json data to csv
Home-page: https://github.com/imrankhan17/statsbomb
Author: Imran Khan
Author-email: imrankhan17@hotmail.co.uk
License: MIT
Description: # StatsBomb JSON parser
        
        [![PyPI version](https://badge.fury.io/py/pyzoopla.svg)](https://pypi.org/project/statsbomb/) 
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/statsbomb.svg)
        [![Build Status](https://travis-ci.org/imrankhan17/pyzoopla.svg?branch=master)](https://travis-ci.org/imrankhan17/statsbomb)
        [![codecov](https://codecov.io/gh/imrankhan17/pyzoopla/branch/master/graph/badge.svg)](https://codecov.io/gh/imrankhan17/statsbomb)
        [![HitCount](http://hits.dwyl.io/imrankhan17/pyzoopla.svg)](http://hits.dwyl.io/imrankhan17/statsbomb)  
        
        Convert competitions/matches/lineups/events JSON data into easy to use CSV format.
        
        ## Installation
        
        `$ pip install statsbomb`
        
        ## Unit tests
        
        To run the unit tests for this package:
        
        `$ python -m pytest tests/`
        
        ## Example usage
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
