ihujie

github上方便的小工具

python中的fire模块

它可以对所有Python 对象,包括functions, classes, modules, objects, dictionaries, lists, tuples,自动生成命令行交互接口

Install

  • To install Python Fire with pip, run: pip install fire

  • To install Python Fire with conda, run: conda install fire -c conda-forge

  • To install Python Fire from source, first clone the repository and then run: python setup.py install

Reference

https://github.com/google/python-fire

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-12-23
  • 2022-01-14
  • 2022-12-23
  • 2021-06-23
  • 2021-11-19
猜你喜欢
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
相关资源
相似解决方案