Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

customink/homebrew-bootstrap-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Bootstrap

Orginally forked from github/homebrew-bootstrap, this homebrew tap makes available a command to help get python set up automatically based on a .python-version file, and leverages pipenv to handle dependency bundling.

Usage

brew tap customink/bootstrap-python
brew bootstrap-pyenv-python

The following should be comitted to your application repo:

  • .python-version to specify the proper python version.
  • Pipfile and Pipfile.lock for specifying dependency versions.

Status

In active development.

Original Author

@mikemcquaid

Forked with ❤️ for Custom Ink's python developers by

@rypit

License

Homebrew Bootstrap is licensed under the MIT License. The full license text is available in LICENSE.txt.

About

A helper script to reduce duplication in bootstrap scripts for python applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%