--- a/README.rst Tue Aug 30 16:38:28 2016 +0800
+++ b/README.rst Tue Aug 30 16:45:24 2016 +0800
- incoming.py - command line tool for parsing a single check result
- viewer.py - web interface for looking at projects and check results
- hooks-queue.py - web service for handling events from code hosting sites
- poll-hgweb-queue.py - long-lived HTTP client for polling changes in hgweb
instances (because they don't have defined events API)
- worker-queue.py - long-lived worker process for running checks on events
- run-tests.py - test runner, see bitbucket-pipelines.yml for some useful