skillfed

argparse-ext

argparse extension;

argparse-ext v1.4.2 197.3K downloads/30d#9,763 on PyPI1
Copyleft license Abandoned released

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-ext

uv

uv add argparse-ext

poetry

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 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: GNU General Public License v3 (GPLv3)Programming Language :: Python :: 3.10Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries

Tags

argparse extensioncommand line argument parsingcli argument handlingpython argparse enhancementadvanced argument parserargparse wrapper
cli-toolsabandoned

More Libraries packages