Skip to content

V1.0.0

Choose a tag to compare

@th3sanjai th3sanjai released this 07 Jul 07:54
· 2 commits to main since this release
1577a3f

πŸ“¦ Richparser v1.0.0 – First Release

A modern and beautiful argument parser for Python CLIs using argparse + rich


✨ Features

  • βœ… Drop-in replacement for argparse
  • 🎨 Rich-powered help menus with section headers and rounded tables
  • πŸ“ Support for subcommands with independent flag groups
  • πŸ–₯️ --plain mode to disable colors/styling for scripts or CI pipelines
  • πŸ“‚ Organized output: [INPUT], [FLAGS], [DEFAULT FLAGS], etc.
  • 🧠 Easy API to register arguments under custom sections