Package: wnpp Severity: wishlist Owner: Braulio Henrique Marques Souto <brau...@disroot.org> X-Debbugs-Cc: debian-devel@lists.debian.org, brau...@disroot.org
* Package name : python-pipreqs Version : 0.4.11 Upstream Author : Vadim Kravcenko <vadim.kravce...@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.