argparse-from-file is a lightweight wrapper for Python's standard argparse module. It allows your program to read default arguments from a configuration file, which ...
The argparse module has been merged into Python itself in Python 3.2. I noticed that pyproject.toml and poetry.lock files still list argparse as a normal dependency even though the PyPI package is no ...