LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
patchwork/websoccer/__init__.py
patchwork/websoccer/fastapi.py
patchwork/websoccer/soccer.py
patchwork/websoccer/court/__init__.py
patchwork/websoccer/court/base.py
patchwork/websoccer/court/local.py
patchwork/websoccer/court/redis.py
patchwork_websoccer.egg-info/PKG-INFO
patchwork_websoccer.egg-info/SOURCES.txt
patchwork_websoccer.egg-info/dependency_links.txt
patchwork_websoccer.egg-info/not-zip-safe
patchwork_websoccer.egg-info/requires.txt
patchwork_websoccer.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_local_court.py
tests/test_usage.py