An open API service indexing awesome lists of open source software.

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

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