Skip to content

Easily build requirements.txt files automatically

Notifications You must be signed in to change notification settings

csteinmetz1/pyreqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyreqs

Easily build requirements.txt files automatically

Usage

Install the package

pip install git+https://github.com/csteinmetz1/pyreqs

Navigate to a python project directory and call the program

pyreqs

Found 2 python scripts in /Users/username/project
Found 7 modules in total and 3 external modules.
0 numpy
1 librosa
2 soundfile

Importing external python modules...
Created new requirements.txt file.

Check out the new requirements.txt file

cat requirements.txt

numpy==1.14.2
soundfile==0.9.0
librosa==0.5.1

Note

Have not thoroughly tested the parsing code so it may not work for all cases...

About

Easily build requirements.txt files automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published