Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 355 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 355 Bytes

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.