Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 698 Bytes

TODO.md

File metadata and controls

24 lines (19 loc) · 698 Bytes

TODO

ConfPlate core

CLI

  • Catch exceptions and display user-friendly error messages
    • jinja2.exceptions.TemplateSyntaxError, ...
    • Error message should include template name and line number if possible
    • User should not see Python error messages
    • Make it possible to create a debug log
  • Replace optparse with argparse

Tests

PyPi support for easy installation

Web interface

  • Based on Flask