argparse
There are 511 repositories under argparse topic.
kislyuk/argcomplete
Python and tab completion, better together.
cofyc/argparse
Command-line arguments parsing library.
akamensky/argparse
Argparse for golang. Just because `flag` sucks
brentyi/tyro
CLI interfaces & config objects, from types
p-ranav/structopt
Parse command line arguments by defining a struct
lebrice/SimpleParsing
Simple, Elegant, Typed Argument Parsing with argparse
ko1nksm/getoptions
An elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)
iterative/shtab
↔️ Automagic shell tab completion for Python CLI applications
omni-us/jsonargparse
Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables
argparse4j/argparse4j
Java port of Python's famous argparse command-line argument parser.
carlobaldassi/ArgParse.jl
Package for parsing command-line arguments to Julia programs.
eladrich/pyrallis
Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
jazzband/docopt-ng
Humane command line arguments parser. Now with maintenance, typehints, and complete test coverage.
mmahnic/argumentum
C++ command line parsing library
Anvil/bash-argsparse
An high level argument parsing library for bash
szaghi/FLAP
Fortran command Line Arguments Parser for poor people
hamdanal/rich-argparse
A rich help formatter for argparse
mpkocher/pydantic-cli
Turn Pydantic defined Data Models into CLI Tools
jamolnng/argparse
A simple C++ header only command line argument parser
clercjs/clerc
🖖🏻 Clerc: The full-featured cli library.
guonaihong/clop
^=^ clop是基于struct的命令行解析库,专注是它的灵魂,像AK47一样,简单,强大,专注,让命令行里面的疑难杂症统统走开[从零实现]
Owez/argi
Argument parsing for the future 🚀
SupImDos/pydantic-argparse
Typed Argument Parsing with Pydantic
hartbit/Yaap
Yet Another (Swift) Argument Parser
eriknyquist/duckargs
Code generation tool, creates python / C programs that parse command line arguments. Say bye to starting each project by reading "argparse" / "geptopt.h" docs.
explosion/radicli
🕊️ Radically lightweight command-line interfaces
Sorcerio/Argparse-Interface
An automatic, terminal based interactive interface for any Python 3 "argparse" command line with keyboard and mouse support.
FHPythonUtils/Cli2Gui
Use this module to convert a cli program to a gui
mivade/argparse_dataclass
Declarative CLIs with argparse and dataclasses
kadimisetty/action-hero
Write powerful CLIs with argparse actions that pack a punch! 👊
ArcletProject/Alconna
A High-performance, Generality, Humane Python CLI Arguments Parser Library. 一个直观的、高性能、泛用的Python命令行参数解析器集成库
makkoncept/pyvoc
Cross-platform dictionary and vocabulary building command line tool
moigagoo/cliar
Create modular Python CLIs with type annotations and inheritance
yusuf8ahmed/Ship
Ship is a simple Python command-line application that makes transferring files from one computer to another phone or another computer easy
sphinx-contrib/autoprogram
Documenting CLI programs
felix-martel/pydanclick
Add click options from a Pydantic model