frozaken / PyFinder

Pyhon requirements generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyFinder

A short command line tool to find python package dependancies in your python projects.

To install it:

mkdir build
cd build
cmake ..
make
sudo make install

To run it

pyfinder *.py > requirements.txt
pip install -r requirements.txt

Currently it will break on libraries with different import names than their pypi names

About

Pyhon requirements generator


Languages

Language:C++ 82.7%Language:CMake 16.2%Language:Python 1.1%