Skip to content

SarahJaine/formulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formulate

Formulate takes the pain out of writing homebrew formulae for projects in virtual environments. Formulate looks at the pypi packages installed in your active virtual environment and writes the formula resource url and sha256 lines for you. Formulate works with virtual environments created with either virtualenv or virtualenvwrapper.

Usage

Generate homebrew formula resources for requirements.txt file. From same directory as requirements.txt:

formulate --r

From different directory:

formulate --r some/pathway/

Generate homebrew formula resources for all pypi packages within a system pathway:

formulate --p some/system/path

Generate homebrew formula resources for a virutal environment's pypi packages and their dependencies:

formulate --v some-venv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages