Python package
A general term describing a redistributable Python module. At the most basic level, a package is a directory with an __init__.py file and some Python code.
A general term describing a redistributable Python module. At the most basic level, a package is a directory with an __init__.py file and some Python code.