Metadata-Version: 1.1
Name: agenda
Version: 1.0.2
Summary: Module for pretty task logging
Home-page: https://github.com/jonhoo/python-agenda
Author: Jon Gjengset
Author-email: jon@thesquareplanet.com
License: MIT
Description: Simple Python module for pretty task logging.
        
        Exposes the following methods:
         - `section` starts a new section of application processing
         - `task` starts a new high-level task within the section
         - `subtask` starts a new subtask within the task
         - `subfailure` indicates the failure of a subtask of the current task
         - `failure` indicates the failure of a high-level task
         - `subprompt` prints a subtask input prompt
         - `prompt` prints a high-level input prompt
        
Keywords: logging console pretty-print
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Logging
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
