https://github.com/jonhoo/python-agenda
Python module for pretty task logging
https://github.com/jonhoo/python-agenda
command-line-tools pretty-print python utility-library
Last synced: 6 months ago
JSON representation
Python module for pretty task logging
- Host: GitHub
- URL: https://github.com/jonhoo/python-agenda
- Owner: jonhoo
- License: mit
- Created: 2016-01-07T16:32:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T17:58:40.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T01:48:30.742Z (6 months ago)
- Topics: command-line-tools, pretty-print, python, utility-library
- Language: Python
- Size: 112 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 promptYou can see a demo by running `demo.py`:
