--- id: argparse-ext version: "1.4.2" license: unclear license_treatment: copyleft maintenance: abandoned --- # argparse-ext — argparse extension; License: copyleft · Maintenance: abandoned · Downloads: 197.3K/mo ## 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 above — 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 pip install argparse-ext uv add argparse-ext poetry add argparse-ext ## Installing 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: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 197.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags argparse extension, command line argument parsing, cli argument handling, python argparse enhancement, advanced argument parser, argparse wrapper, cli-tools, abandoned [View on SkillFed](https://skillfed.io/packages/argparse-ext) · [View on PyPI](https://pypi.org/project/argparse-ext/)