Top 6 Python Argument parsing Projects
-
Project mention: I am sick of writing argparse boilerplate code, so I made "duckargs" to do it for me | /r/Python | 2023-03-03
Hmm… did you try such approaches, as [click](https://github.com/pallets/click) or[tap](https://github.com/swansonk14/typed-argument-parser)?
-
Project mention: I am sick of writing argparse boilerplate code, so I made "duckargs" to do it for me | /r/Python | 2023-03-03
I personally like https://github.com/lebrice/SimpleParsing
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
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!
Pyrallis quite nicely builds on top of that to support e.g. command line arguments.
-
duckargs
Productivity tool for quickly creating python programs that parse command-line arguments. Stop writing argparse boilerplate code!
duckargs – Productivity tool for quickly creating python programs that parse command-line arguments. Stop writing argparse boilerplate code
-
GitHub Repo
-
Python Argument parsing related posts
Index
What are some of the best open-source Argument parsing projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | typed-argument-parser | 382 |
2 | SimpleParsing | 304 |
3 | pyrallis | 161 |
4 | duckargs | 101 |
5 | typed-args | 11 |
6 | arguing | 9 |