argparse-alternative topic
List
argparse-alternative repositories
jsonargparse
277
Stars
40
Forks
Watchers
Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables
SimpleParsing
376
Stars
44
Forks
Watchers
Simple, Elegant, Typed Argument Parsing with argparse
pyrallis
181
Stars
6
Forks
Watchers
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!
pydantic-cli
126
Stars
10
Forks
Watchers
Turn Pydantic defined Data Models into CLI Tools