Metadata-Version: 2.1
Name: single-elimination
Version: 1.2.0
Summary: A single elimination tournament match handler.
Home-page: https://github.com/smwa/double_elimination
Author: Michael Smith
Author-email: michael.smith.ok@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Single Elimination
This is a python package to manage the matches for a single elimination tournament.

For usage, see the test files.

Create an issue if you have any suggested features, changes, or documentation. Pull requests welcome.

Install with `pip install single_elimination`


