开发者

python module giving boost::program_option like functionality

开发者 https://www.devze.com 2023-02-05 13:13 出处:网络
Is there any boost::prog开发者_C百科ram_options like module for pythonFor command-line options, you can use argparse or (deprecated) optparse or (even older) getopt. For config files, there\'s ConfigP

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消