/screener

DCI compliant screen server emulator

Primary LanguagePython

Screener

A screen server emulator

To Run

python screener/app.py

Test Client

python screener/client.py

Unit Tests

Install nose and use:

nosetests

Documentation

Install Sphinx and use:

cd docs
make html

You'll find the docs under docs/_build.