Metadata-Version: 1.0
Name: BracketMaker
Version: 0.1.3
Summary: Create and store readable brackets.
Home-page: http://pypi.python.org/pypi/BracketMaker/
Author: Dylan Richardson
Author-email: bigdrich14@gmail.com
License: LICENSE.txt
Description: =============
        BracketMaker
        =============
        
        BracketMaker is used to create brackets of any size and neatly print them to the screen. It is useful for visually representing tournaments and updating them on the fly. Main.py is used for storing brackets in a file and opening and editing them later.
        
        
        How to Use
        ==========
        
        Run BracketMaker by opening the terminal in the “bracket maker” directory and typing “python bin/main.py”.
        
        
        Included Files
        ==============
        
        * bin/main.py
          - store and update brackets
        
        * bracket/bracket.py
          - python module used for creating and displaying brackets
Platform: UNKNOWN
