Skip to content

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

License

Notifications You must be signed in to change notification settings

opunsoars/pitchly

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

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 [email protected] 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