Metadata-Version: 1.1
Name: roundtm
Version: 0.1
Summary: RoundTM - A Round based Tournament Manager.
Home-page: https://github.com/Toilal/roundtm
Author: Rémi Alvergnat
Author-email: toilal.dev@gmail.com
License: LGPLv3
Description: RoundTM
        =============================
        
        A Round based Tournament Manager
        
        Install from PyPI
        ------------------------
        ```pip install roundtm```
        
        Install from Source
        ------------------------
        
        Clone the repository
        
            git clone https://github.com/Toilal/roundtm.git
            cd roundtm
        
        Create and activate the virtualenv
        
            virtualenv .
            Scripts/activate
        
        Install dependencies
        
            pip install -r requirements.txt
        
        Run unit tests
        
            python setup.py test
        
        
        
        History
        =======
        
        
        
        0.2 (unreleased)
        ----------------
        - Work in progress ...
        
        0.1
        ---
        
        - First version
        - YAML Files based
        - Random team generator
        
Keywords: round based tournament manager play players sport game
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
