CHANGES.txt
MANIFEST.in
README.md
setup.py
kloppy/__init__.py
kloppy.egg-info/PKG-INFO
kloppy.egg-info/SOURCES.txt
kloppy.egg-info/dependency_links.txt
kloppy.egg-info/requires.txt
kloppy.egg-info/top_level.txt
kloppy/domain/__init__.py
kloppy/domain/models/__init__.py
kloppy/domain/models/common.py
kloppy/domain/models/event.py
kloppy/domain/models/pitch.py
kloppy/domain/models/tracking.py
kloppy/domain/services/__init__.py
kloppy/domain/services/enrichers/__init__.py
kloppy/domain/services/transformers/__init__.py
kloppy/infra/__init__.py
kloppy/infra/utils.py
kloppy/infra/serializers/__init__.py
kloppy/infra/serializers/event/__init__.py
kloppy/infra/serializers/event/base.py
kloppy/infra/serializers/event/metrica/__init__.py
kloppy/infra/serializers/event/metrica/serializer.py
kloppy/infra/serializers/event/metrica/subtypes.py
kloppy/infra/serializers/tracking/__init__.py
kloppy/infra/serializers/tracking/base.py
kloppy/infra/serializers/tracking/metrica.py
kloppy/infra/serializers/tracking/tracab.py
kloppy/tests/__init__.py
kloppy/tests/test_enricher.py
kloppy/tests/test_metrica.py
kloppy/tests/test_tracab.py