Metadata-Version: 1.1
Name: competitions-cup
Version: 0.3.1
Summary: Generic cup competitions
Home-page: https://github.com/happy5214/competitions-cup
Author: Alexander Jones
Author-email: happy5214@gmail.com
License: LGPLv3+
Description: Generic cup competitions
        ========================
        
        The goal of this package is to provide high-quality models of knockout cup
        competitions.
        
        Currently, this package models standard single- and double-elimination brackets
        for team counts that are powers of two (4, 8, 16, etc.) and stepladder-style
        brackets for any number of teams.
        
        Changes in v0.3
        ---------------
        
        - Double-elimination brackets for powers of two (4, 8, 16, etc.)
        
        Changes in v0.2
        ---------------
        
        - Stepladder cup brackets for any number of teams
        
        Changes in v0.1
        ---------------
        
        - Single-elimination brackets for 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
        .. image:: https://codeclimate.com/github/happy5214/competitions-cup/badges/gpa.svg
           :target: https://codeclimate.com/github/happy5214/competitions-cup
           :alt: Code Climate
        
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
