[PR #853] [MERGED] Add python fire #763

Closed
opened 2025-11-06 13:02:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/853
Author: @houjunchen
Created: 3/12/2017
Status: Merged
Merged: 3/15/2017
Merged by: @vinta

Base: masterHead: python-fire


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

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

  • Python Fire is a simple way to create a CLI in Python.
  • Python Fire is a helpful tool for developing and debugging Python code.
  • Python Fire helps with exploring existing code or turning other people's code
    into a CLI.
  • Python Fire makes transitioning between Bash and Python easier.
  • Python Fire makes using a Python REPL easier by setting up the REPL with the
    modules and variables you'll need already imported and created.

What's the difference between this Python project and similar ones?

Fire is not as flexible as click, yet it provides an easier way to start a simple CLI program.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/853 **Author:** [@houjunchen](https://github.com/houjunchen) **Created:** 3/12/2017 **Status:** ✅ Merged **Merged:** 3/15/2017 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `python-fire` --- ### 📝 Commits (1) - [`2557f54`](https://github.com/vinta/awesome-python/commit/2557f542ec4ba5258c34f0e8dbfc203257d3fd16) Add python fire ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? https://github.com/google/python-fire - Python Fire is a simple way to create a CLI in Python. - Python Fire is a helpful tool for developing and debugging Python code. - Python Fire helps with exploring existing code or turning other people's code into a CLI. - Python Fire makes transitioning between Bash and Python easier. - Python Fire makes using a Python REPL easier by setting up the REPL with the modules and variables you'll need already imported and created. ## What's the difference between this Python project and similar ones? Fire is not as flexible as [click](https://github.com/pallets/click), yet it provides an easier way to start a simple CLI program. -- Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:02:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#763