any folder having .py file is a python package
Answers
Answered by
7
Command Line Scripts | Python Packaging
Create your Command Line Script.
Set-up files and folder structure for Packaging.
Modify your setup.py file to incorporate your CLI scripts.
Test your package before publishing and then Build.
Upload on pypi and publish your package.
Install your newly-published package.
Similar questions