Python Package Manager

PIP

Centralized declaration of python dependencies ==> requirements.txt

We can also create our own package and push it into the pip repository like wise an artifactory in java

First Create an account on PyPi.

You need to configure Setuptools, Wheel, Twine, Tqdm

A whl file is created from your own package, which is a standard Wheel format used by Python distribution for installation.

https://packaging.python.org/overview/