/python-command-line

How to make a Python module or package accessible via command line.

Primary LanguageHTMLMIT LicenseMIT

A tutorial for making command-line programs using Python

For 2 years, I've been on-and-off trying to figure out how to make a Python module or package accessible via the command-line. As it turns out, the key is in the entry_points keyword argument in the setup.py script.

Not sure what I mean? Then please go ahead to this repo's GitHub page to learn more.