| Issue 83: | Questions about the project | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, Peter. I have some questions about the project, which are not so visible (at least after browsing the pages a bit): * Which versions of python do you want to support? For instance, would it be OK to drop support for any version of python that is very old? * How do you feel about breaking the large monolithic file in smaller modules, for ease of maintenance (and, possibly, for ease of creation of some unit tests)? * How do you feel about changing the parsing of command line options to use, say, optparse? This way, you get, as a nice side effect, an automatically documented `--help` switch for users to learn how to use the program (with all the options). * How do you feel about using the logging module to control the verboseness of the program (I had good experience when using optparse to set the level of debug, or informational, or warnings or critical errors when used in conjunction with the optparse method mentioned above)? These questions about your intentions with the project would be very nice to know, as it would help experimentation or external contributions (and everybody would benefit could benefit from that). Thanks a lot, Rogério.
Feb 28, 2013
Project Member
#1
pts...@gmail.com
Feb 27, 2014
(No comment was entered for this change.)
Status:
Fixed
|