2018-03-15 21:04:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!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" />
|
|
|
|
|
2018-08-14 00:00:02 +00:00
|
|
|
<title>src — Lorax 19.7.21 documentation</title>
|
2018-03-15 21:04:29 +00:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
var DOCUMENTATION_OPTIONS = {
|
|
|
|
URL_ROOT: '',
|
2018-08-14 00:00:02 +00:00
|
|
|
VERSION: '19.7.21',
|
2018-03-15 21:04:29 +00:00
|
|
|
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>
|
2018-08-14 00:00:02 +00:00
|
|
|
<link rel="top" title="Lorax 19.7.21 documentation" href="index.html" />
|
2018-03-16 23:41:16 +00:00
|
|
|
<link rel="next" title="composer Package" href="composer.html" />
|
|
|
|
<link rel="prev" title="Product and Updates Images" href="product-images.html" />
|
2018-03-15 21:04:29 +00:00
|
|
|
</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 class="right" >
|
|
|
|
<a href="py-modindex.html" title="Python Module Index"
|
|
|
|
>modules</a> |</li>
|
|
|
|
<li class="right" >
|
2018-03-16 23:41:16 +00:00
|
|
|
<a href="composer.html" title="composer Package"
|
2018-03-15 21:04:29 +00:00
|
|
|
accesskey="N">next</a> |</li>
|
|
|
|
<li class="right" >
|
2018-03-16 23:41:16 +00:00
|
|
|
<a href="product-images.html" title="Product and Updates Images"
|
2018-03-15 21:04:29 +00:00
|
|
|
accesskey="P">previous</a> |</li>
|
2018-08-14 00:00:02 +00:00
|
|
|
<li><a href="index.html">Lorax 19.7.21 documentation</a> »</li>
|
2018-03-15 21:04:29 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="document">
|
|
|
|
<div class="documentwrapper">
|
|
|
|
<div class="bodywrapper">
|
|
|
|
<div class="body">
|
|
|
|
|
2018-03-16 23:41:16 +00:00
|
|
|
<div class="section" id="src">
|
|
|
|
<h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
|
2018-03-15 21:04:29 +00:00
|
|
|
<div class="toctree-wrapper compound">
|
|
|
|
<ul>
|
2018-03-16 23:41:16 +00:00
|
|
|
<li class="toctree-l1"><a class="reference internal" href="composer.html">composer Package</a><ul>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="composer.html#id1"><tt class="docutils literal"><span class="pre">composer</span></tt> Package</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="composer.html#module-composer.http_client"><tt class="docutils literal"><span class="pre">http_client</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="composer.html#module-composer.unix_socket"><tt class="docutils literal"><span class="pre">unix_socket</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="composer.html#subpackages">Subpackages</a><ul>
|
|
|
|
<li class="toctree-l3"><a class="reference internal" href="composer.cli.html">cli Package</a><ul>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#id1"><tt class="docutils literal"><span class="pre">cli</span></tt> Package</a></li>
|
2018-04-25 20:25:07 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.blueprints"><tt class="docutils literal"><span class="pre">blueprints</span></tt> Module</a></li>
|
2018-03-16 23:41:16 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.compose"><tt class="docutils literal"><span class="pre">compose</span></tt> Module</a></li>
|
2018-06-29 20:46:27 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.help"><tt class="docutils literal"><span class="pre">help</span></tt> Module</a></li>
|
2018-03-16 23:41:16 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.modules"><tt class="docutils literal"><span class="pre">modules</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.projects"><tt class="docutils literal"><span class="pre">projects</span></tt> Module</a></li>
|
2018-06-29 20:46:27 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.sources"><tt class="docutils literal"><span class="pre">sources</span></tt> Module</a></li>
|
2018-08-14 00:00:02 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.status"><tt class="docutils literal"><span class="pre">status</span></tt> Module</a></li>
|
2018-03-16 23:41:16 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="composer.cli.html#module-composer.cli.utilities"><tt class="docutils literal"><span class="pre">utilities</span></tt> Module</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
2018-03-15 21:04:29 +00:00
|
|
|
<li class="toctree-l1"><a class="reference internal" href="pylorax.html">pylorax Package</a><ul>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#id1"><tt class="docutils literal"><span class="pre">pylorax</span></tt> Package</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.base"><tt class="docutils literal"><span class="pre">base</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.buildstamp"><tt class="docutils literal"><span class="pre">buildstamp</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.creator"><tt class="docutils literal"><span class="pre">creator</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.decorators"><tt class="docutils literal"><span class="pre">decorators</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.discinfo"><tt class="docutils literal"><span class="pre">discinfo</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.executils"><tt class="docutils literal"><span class="pre">executils</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.imgutils"><tt class="docutils literal"><span class="pre">imgutils</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.installer"><tt class="docutils literal"><span class="pre">installer</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.logmonitor"><tt class="docutils literal"><span class="pre">logmonitor</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.ltmpl"><tt class="docutils literal"><span class="pre">ltmpl</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.output"><tt class="docutils literal"><span class="pre">output</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.sysutils"><tt class="docutils literal"><span class="pre">sysutils</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.treebuilder"><tt class="docutils literal"><span class="pre">treebuilder</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.treeinfo"><tt class="docutils literal"><span class="pre">treeinfo</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#module-pylorax.yumhelper"><tt class="docutils literal"><span class="pre">yumhelper</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="pylorax.html#subpackages">Subpackages</a><ul>
|
|
|
|
<li class="toctree-l3"><a class="reference internal" href="pylorax.api.html">api Package</a><ul>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#id1"><tt class="docutils literal"><span class="pre">api</span></tt> Package</a></li>
|
2018-08-14 00:00:02 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.checkparams"><tt class="docutils literal"><span class="pre">checkparams</span></tt> Module</a></li>
|
2018-03-15 21:04:29 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.compose"><tt class="docutils literal"><span class="pre">compose</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.config"><tt class="docutils literal"><span class="pre">config</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.crossdomain"><tt class="docutils literal"><span class="pre">crossdomain</span></tt> Module</a></li>
|
2018-08-14 00:00:02 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.errors"><tt class="docutils literal"><span class="pre">errors</span></tt> Module</a></li>
|
2018-03-15 21:04:29 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.projects"><tt class="docutils literal"><span class="pre">projects</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.queue"><tt class="docutils literal"><span class="pre">queue</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.recipes"><tt class="docutils literal"><span class="pre">recipes</span></tt> Module</a></li>
|
2018-08-14 00:00:02 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.regexes"><tt class="docutils literal"><span class="pre">regexes</span></tt> Module</a></li>
|
2018-03-15 21:04:29 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.server"><tt class="docutils literal"><span class="pre">server</span></tt> Module</a></li>
|
2018-08-14 00:00:02 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.timestamp"><tt class="docutils literal"><span class="pre">timestamp</span></tt> Module</a></li>
|
2018-03-15 21:04:29 +00:00
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.v0"><tt class="docutils literal"><span class="pre">v0</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.workspace"><tt class="docutils literal"><span class="pre">workspace</span></tt> Module</a></li>
|
|
|
|
<li class="toctree-l4"><a class="reference internal" href="pylorax.api.html#module-pylorax.api.yumbase"><tt class="docutils literal"><span class="pre">yumbase</span></tt> Module</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="sphinxsidebar">
|
|
|
|
<div class="sphinxsidebarwrapper">
|
|
|
|
<h4>Previous topic</h4>
|
2018-03-16 23:41:16 +00:00
|
|
|
<p class="topless"><a href="product-images.html"
|
|
|
|
title="previous chapter">Product and Updates Images</a></p>
|
2018-03-15 21:04:29 +00:00
|
|
|
<h4>Next topic</h4>
|
2018-03-16 23:41:16 +00:00
|
|
|
<p class="topless"><a href="composer.html"
|
|
|
|
title="next chapter">composer Package</a></p>
|
2018-03-15 21:04:29 +00:00
|
|
|
<h3>This Page</h3>
|
|
|
|
<ul class="this-page-menu">
|
|
|
|
<li><a href="_sources/modules.txt"
|
|
|
|
rel="nofollow">Show Source</a></li>
|
|
|
|
</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="related">
|
|
|
|
<h3>Navigation</h3>
|
|
|
|
<ul>
|
|
|
|
<li class="right" style="margin-right: 10px">
|
|
|
|
<a href="genindex.html" title="General Index"
|
|
|
|
>index</a></li>
|
|
|
|
<li class="right" >
|
|
|
|
<a href="py-modindex.html" title="Python Module Index"
|
|
|
|
>modules</a> |</li>
|
|
|
|
<li class="right" >
|
2018-03-16 23:41:16 +00:00
|
|
|
<a href="composer.html" title="composer Package"
|
2018-03-15 21:04:29 +00:00
|
|
|
>next</a> |</li>
|
|
|
|
<li class="right" >
|
2018-03-16 23:41:16 +00:00
|
|
|
<a href="product-images.html" title="Product and Updates Images"
|
2018-03-15 21:04:29 +00:00
|
|
|
>previous</a> |</li>
|
2018-08-14 00:00:02 +00:00
|
|
|
<li><a href="index.html">Lorax 19.7.21 documentation</a> »</li>
|
2018-03-15 21:04:29 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
2018-03-16 23:41:16 +00:00
|
|
|
© Copyright 2018, Red Hat, Inc..
|
2018-03-15 21:04:29 +00:00
|
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|