Advanced Python: Using decorators, argparse, and inspect to build Fastarg, a command line argument parser library

Travis Luong
8 min readMar 13, 2022

I would like to announce the initial release of Fastarg, an open source, lightweight argparse wrapper for building CLI tools.

https://github.com/travisluong/fastarg

https://pypi.org/project/fastarg/

There are no dependencies required to run Fastarg, as it is built on Python’s standard argparse library.

--

--