#1028550 ITP: python-pipreqs -- pip requirements.txt generator based on imports in project

Package:
wnpp
Source:
wnpp
Submitter:
Braulio Henrique Marques Souto
Date:
2025-11-29 16:52:16 UTC
Severity:
normal
#1028550#5
Date:
2023-01-12 15:46:51 UTC
From:
To:
* Package name    : python-pipreqs
  Version         : 0.4.11
  Upstream Author : Vadim Kravcenko <vadim.kravcenko@gmail.com>
* URL             : https://github.com/bndr/pipreqs
* License         : Apache-2.0
  Programming Lang: Python
  Description     : pip requirements.txt generator based on imports in project

pipreqs is the solution for creating requirements.txt for those who are not
familiar with python virtual environments or are not used for creating one for
each project. It is a less cumbersome alternative to pip freeze that usually
adds some uninvoked dependencies.

Therefore it is quite useful if a user only requires the packages and libraries
used in an application or the project.

One of the most important things is that it automatically scans the scripts
or Python files for their imported libraries and generates a requirements.txt.

This package installs the library for Python 3.

This package is very useful for python package developers and can also be used
by debian packagers working on python packages.