opunsoars / pitchly

A python package that is a wrapper for Plotly to generate football tracking and event data plots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

A python package that is a wrapper for Plotly to generate football tracking and event data plots

  • Free software: MIT license

Installation

pip install pitchly

You can also install the in-development version with:

pip install https://github.com/opunsoars/pitchly/archive/master.zip

pitchly currently supports Metrica data formats. Other formats coming soon.

Documentation

https://pitchly.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

Contact

Get in touch! For help or to contribute with ideas and to discuss football analytics. Mail me at vinay.warrier@gmail.com or connect on Twitter | LinkedIn

The story behind putting this small package together came from the short project in the Friends of Tracking initiative last year (2020).

Acknowledgements

About

A python package that is a wrapper for Plotly to generate football tracking and event data plots

License:MIT License


Languages

Language:Python 99.7%Language:Batchfile 0.3%