Files
bob-builder-1/docs/build/html/index.html
T
Kenneth Reitz cfee5a31c5 docs start
2014-03-26 11:30:09 -04:00

134 lines
4.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Bob Builder: Binary Build Toolkit &mdash; bob-builder v0.0.2 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: 'v0.0.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="bob-builder v0.0.2 documentation" href="#" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li><a href="#">bob-builder v0.0.2 documentation</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="bob-builder-binary-build-toolkit">
<h1>Bob Builder: Binary Build Toolkit<a class="headerlink" href="#bob-builder-binary-build-toolkit" title="Permalink to this headline"></a></h1>
<p>Bob-Builder is an <em>MIT Licensed</em> binary build framework, written in Python for human beings.</p>
<p>It&#8217;s effectively a miniaturized version of <em>Homebrew</em> — oriented around composable builds,
explicit dependencies, and shipping pre-built binaries for workflows like <em>Heroku buildpacks</em>.</p>
<p>Bob is powered by Python, Boto, Doctopt, Amazon S3, Bash, and good intentions.</p>
<div class="highlight-python"><div class="highlight"><pre>$ bob build runtimes/php-5.1.10
Fetching dependencies... found 2:
- libraries/zlib
- libraries/libmemcached
=== Fetching PHP v5.1.10 source...
=== Compiling PHP v5.1.10...
...
=== Cleaning up...
Done building runtimes/php-5.1.10.
</pre></div>
</div>
<p>Bob takes all the statefullnes and labor out of maintaining a collection of binaries.</p>
<p>And gives you the ability to carefully handcraft the experience.</p>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul class="simple">
</ul>
</div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h1 class="logo logo-text"><a href="#">bob-builder</a></h1>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=&repo=&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
</p>
<h3>Navigation</h3>
<ul class="simple">
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014, Kenneth Reitz.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.2.2</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.3.1</a>
|
<a href="_sources/index.txt"
rel="nofollow">Page source</a></li>
</div>
</body>
</html>