# Copyright 2014 Ken Farmer
# See the file "LICENSE" for the full license governing this code. 


Next things to do:
==================================================================
1.  cletus_archiver.py
    - add more config layers
    - add more comments
2.  cletus_config
    - add testing for optparse
    - add testing for docopt
    - add support for single variables
3.  cletus_supp
    - add apis to read & write suppression files
    - add key-value pairs to suppression file names for start timestamp,
      stop timestamp, duration, count, source.
    - add internal suppression file contents for tracking data such as
      source pid, description, etc.
    - add suppression reporting.
4.  cletus_log
    - add comments
    - eliminate need to pass log_name
5.  cletus_job
    - add comments
      
