DEV Community

Manikandan Sundararajan
Manikandan Sundararajan

Posted on

What Python package management tools do you use?

Hi Everyone,

I've recently started becoming more interested in better Python package management and development and I wanted to get a general idea of what tools the community uses. So far, I've been heavily using Pipenv due to it's seamless combination of creating Virtual Environments and ability to install packages (w/ lock file).

Please let me know what you use :-)

Top comments (2)

Collapse
 
rhymes profile image
rhymes

@dbanty wrote a nice review of most relevant options, you can find it starting here:

I've tried Poetry successfully as a potential replacement for Pipenv.

Collapse
 
itsrainingmani profile image
Manikandan Sundararajan

Excellent ! Thank you for sharing that link.