Metadata-Version: 2.0
Name: competitions-cup
Version: 0.1.1
Summary: Generic cup competitions
Home-page: https://github.com/happy5214/competitions-cup
Author: Alexander Jones
Author-email: happy5214@gmail.com
License: LGPLv3+
Keywords: competitions cups knockout elimination
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: competitions-match (>=0.1.2)

Generic cup competitions
========================

The goal of this package is to provide high-quality models of knockout cup
competitions.

This first version includes simple single-elimination cups for numbers of
teams that are powers of two (4, 8, 16, etc.).

.. image:: https://travis-ci.org/happy5214/competitions-cup.svg?branch=master
    :alt: Build status
    :target: https://travis-ci.org/happy5214/competitions-cup
.. image:: https://coveralls.io/repos/happy5214/competitions-cup/badge.svg?branch=master&service=github
    :alt: Coverage status
    :target: https://coveralls.io/github/happy5214/competitions-cup?branch=master


