Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

39 Commits

Repository files navigation

Tournament packages

This repo is a monorepo holding three independent Python packages for running tournament brackets. Each is its own PyPI package with its own setup.py, version, and tests — merging them into one repo did not merge them into one package. Installing one does not install or depend on the others.

PackagePyPISource
double_eliminationpypi.org/project/double_eliminationpackages/double_elimination
single_eliminationpypi.org/project/single_eliminationpackages/single_elimination
round_robin_tournamentpypi.org/project/round_robin_tournamentpackages/round_robin_tournament

Install whichever one you need, same as always:

pip install double_elimination
pip install single_elimination
pip install round_robin_tournament

These previously lived in three separate repos (smwa/double_elimination, smwa/single_elimination, smwa/round_robin_tournament); they were consolidated here for easier maintenance, with full commit history preserved. Each package's own README (linked above) has its usage details.

About

Monorepo of 3 independent Python tournament-bracket packages: double_elimination, single_elimination, round_robin_tournament

Topics

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages