jump to navigation

A Generic CLI Dispatcher module for Python May 30, 2007

Posted by samwyse in Scripting.
1 comment so far

Here’s a little script that makes it easy to create command line interpreters (CLIs). Creating a CLI framework is one of my usual benchmarks when I learn a new programming language. It usually requires a bit of in-depth knowlege, yet is easy to code in only a day or so. In this case, it took a bit longer but it was worth it in the end because it taught me more about decorators. (more…)