Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 357 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 357 Bytes

dephell_argparse

Argparse on steroids. It powers dephell.

Features:

  • Zero dependencies
  • Commands
  • Groups
  • Colored output
  • Easy to use and re-define things
  • Fully compatible with argparse.

Installation

python3 -m pip install --user dephell_argparse

Usage

See examples dir.