Entrypoints and Argparse
Details
Python CLI applications are awesome, thanks to argparse, a standard library for parsing CLI arguments.
In this meetup, we’ll learn how to set up shell entrypoints in your setup.py/setup.cfg/pyproject.toml file, and write a CLI with advanced features, like sub parsers.
