What python pip tools do I use to

Here’s a list of useful python tools I have installed to manage packages and their dependencies. I’m posting it here so I don’t forget what I’ve installed in six months when I need them again.

  • return a sorted list of installed packages? pip-date
  • remove packages and their dependencies? pip-autoremove
  • show packages and their dependencies? pip-deptree
  • manage python environments? pipenv
Joe Cotellese @JoeCotellese