Python Fire 是 Google 开源的一个可从任何 Python 代码自动生成命令行接口(CLI)的库。 Python Fire 是一种在 Python 中创建 CLI 的简单方法。 Python Fire 是开发和调试 Python 代码的有用工具。 Python Fire 帮助探索现有代码或将其他人的代码转换为CLI。 Python Fire 使 Bash 和 Python 之间的转换更为容易。 Python Fire 通过使用你需要导入和创建的模块和变量来设置 REPL,使得使用 Python REPL 更容易。 Python Fire 0.1.1 更新内容如下: 新特性 The Python Fire Guide is available Support for annotations in functions Support for keyword-only arguments in functions Faster loading via lazy imports Bug 修复 Serialize empty dictionaries Serialize dictionaries with circular dependencies Support non-comparable objects, numpy arrays, etc Help for objects without source files Completion scripts for top-level functions 下载地址: Source code (zip) Source code (tar.gz) >>>【全民狂欢,评论有礼】5月15日-31日评论每日更新的“新闻资讯和软件更新资讯”,评论点赞数超过 20 的可登上每周更新的“源资讯”和“软件周刊”两大栏目,点赞数超过 50 的还将获得 5 活跃积分奖励和开源中国定制好礼。详情 Python Fire 0.1.1 发布,命令行接口自动生成库下载地址