Today I Learned

2024/08/04

python entry points

That if you specify an Entry-points key in python .dist-info/METADATA, python will create command-line wrappers for your scripts.

See https://packaging.python.org/en/latest/specifications/entry-points/