The Wayback Machine - https://web.archive.org/web/20210117122158/https://github.com/jonhoo/python-agenda
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

You can see a demo by running demo.py: Pretty-looking nested console output

About

Python module for pretty task logging

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.