https://github.com/toilal/roundtm
A Round based Tournament Manager
https://github.com/toilal/roundtm
Last synced: 11 months ago
JSON representation
A Round based Tournament Manager
- Host: GitHub
- URL: https://github.com/toilal/roundtm
- Owner: Toilal
- License: lgpl-3.0
- Created: 2013-12-08T10:55:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T18:23:53.000Z (over 12 years ago)
- Last Synced: 2025-07-04T08:42:06.817Z (11 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
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