python module giving boost::program_option like functionality
Is there any boost::prog开发者_C百科ram_options like module for python
For command-line options, you can use argparse or (deprecated) optparse or (even older) getopt. For config files, there's ConfigParser.
加载中,请稍侯......
精彩评论