argparse-ext
argparse extension;
What it is and what it does
argparse-ext is a library that extends Python's built-in argparse module with additional capabilities for command-line argument parsing. It is intended for developers building CLI applications who need functionality beyond what the standard library provides.
The package has zero runtime dependencies and installs cleanly, but has not been actively maintained since 2021-12-25. The repository remains public but shows no commits since 2022-08-19, suggesting the project is no longer receiving updates or bug fixes.
Use it for:
- Enhance CLI argument parsing in Python applications with extended argparse features
- Build command-line tools that require more sophisticated argument handling than standard argparse
- Extend existing argparse-based projects with additional parsing capabilities
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends Python's standard argparse module with additional functionality for command-line argument parsing.
No. The package is abandoned (last commit 2022-08-19, no activity since) and licensed under copyleft GPLv3, which restricts use in proprietary code. The fact sheet does not clarify what extensions it provides, making it difficult to assess whether the functionality justifies the maintenance risk and licensing constraints.
Install
argparse-ext on PyPI
pip
pip install argparse-extuv
uv add argparse-extpoetry
poetry add argparse-extInstalling argparse-ext
Before you install
Installation is straightforward with no runtime dependencies, but the package has been abandoned since its last release on 2021-12-25 with no commits since 2022-08-19. Maintenance risk is significant.
License in practice
Licensed under GPLv3 (copyleft). Any derivative work or modification must also be released under GPLv3, which may constrain use in proprietary projects.
Quickstart
pip install argparse-ext
import argparse_ext
# Use extended argparse functionality in your CLI application
Verify before relying
- What specific argparse extensions this package provides beyond the standard library
- Whether the package is compatible with Python versions beyond 3.9 and 3.10
- Active maintenance status or community forks that may have superseded this project
Package facts
| License | not declared (copyleft) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,693 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 197,316/month — #9,763 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: argparse_ext-1.4.2-py3-none-any.whl
Keywords: argparse, extension
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
arghArgh turns plain Python functions into…
copyleft · top 5,000 on PyPI
argparseProvides command-line argument parsing for…
permissive · top 1,000 on PyPI
argparse-dataclassBuilds command-line interfaces declaratively by…
permissive · top 5,000 on PyPI
exrexExrex generates all or random strings matching…
agpl · top 15,000 on PyPI
sphinx-argparseSphinx extension that automatically generates…
permissive · top 5,000 on PyPI
rich-argparseFormats argparse and optparse help output with…
permissive · top 1,000 on PyPI
ConfigArgParseExtends Python's argparse to parse command-line…
permissive · top 1,000 on PyPI
PyExifToolPyExifTool is a Python wrapper that…
copyleft · top 15,000 on PyPI
virtualenvwrapperProvides shell command wrappers and hooks to…
permissive · top 15,000 on PyPI
noneA library providing additional utilities and…
permissive · top 15,000 on PyPI