Files
bob-builder-1/README.md
T
Kenneth Reitz 8910f55dea README
2014-03-04 11:57:48 -05:00

516 B

Binary Build Toolkit

This repo exists as a framework for the compilation and deployment of binaries and libraries on Heroku.

It is inspired by (and extracted from) kennethreitz/python-versions.

Intended Design

  • Flexible type hierarchy
  • Flat dependency resolution
  • Version agnostic (careful curation and naming conventions preferred)
  • Import already-deployed sub-dependencies during a build

Powered By

  • Bash, mostly
  • A litle bit of Python
  • Boto