Skip to content

Tool to generate requirement.txt for python project

Notifications You must be signed in to change notification settings

dragtor/pipdepgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipdepgenerator

Build Status

Pipdepgenerator is tool to generate python project requirements.txt .

  • Fast build-in parser
  • Dynamic requirement.txt generator

New Features!

  • Generate requirement.txt for python project

Build-Steps:

$ git clone https://github.com/dragtor/pipdepgenerator
$ cd pipdepgenerator
$ go build -o pipdepgenerator main.go
$ ./pipdepgenerator -p <project-dir> -r <project-dir>/requirements.txt

Todos

  • integrate travic-ci
  • maintaining strict package version
  • pass configuration from config file

License

MIT

About

Tool to generate requirement.txt for python project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages