Python package

« Back to Glossary

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.

Filed under: