[PR #2896] [MERGED] adding arparse a command-line library #15895

Closed
opened 2026-05-02 08:06:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2896
Author: @NinjaOfNeurons
Created: 2/1/2026
Status: Merged
Merged: 2/2/2026
Merged by: @JinyangWang27

Base: masterHead: add-stdlib-argparse


📝 Commits (1)

  • 7c2f38e adding arparse a command-line library

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

Project

argparse

Checklist

  • One project per PR
  • PR title format: Add project-name
  • Entry format: * [project-name](url) - Description ending with period.
  • Description is concise and short

Why This Project Is Awesome

  • Hidden Gem - Part of the Python standard library, essential for building CLI apps, but sometimes overlooked in lists.

Explain:

How It Differs

  • Unlike other CLI frameworks like Click or Typer, this is part of stdlib and has zero external dependencies.

🔄 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/2896 **Author:** [@NinjaOfNeurons](https://github.com/NinjaOfNeurons) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@JinyangWang27](https://github.com/JinyangWang27) **Base:** `master` ← **Head:** `add-stdlib-argparse` --- ### 📝 Commits (1) - [`7c2f38e`](https://github.com/vinta/awesome-python/commit/7c2f38e92434e004e3e5adc86519d4a7054c84eb) adding arparse a command-line library ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Project [argparse](https://docs.python.org/3/library/argparse.html) ## Checklist - [x] One project per PR - [x] PR title format: `Add project-name` - [x] Entry format: `* [project-name](url) - Description ending with period.` - [x] Description is concise and short ## Why This Project Is Awesome - **Hidden Gem** - Part of the Python standard library, essential for building CLI apps, but sometimes overlooked in lists. Explain: ## How It Differs - Unlike other CLI frameworks like Click or Typer, this is part of **stdlib** and has zero external dependencies. --- <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 2026-05-02 08:06:26 -05: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#15895