summaryrefslogtreecommitdiff
path: root/reference
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2010-08-04 15:52:39 +0200
committerAsk Solem <askh@opera.com>2010-08-04 15:52:39 +0200
commit5a81da7b3587d5377324efc6cff2cecce7bc12ec (patch)
treeed257eb082ecbe29a53d5917b88e92ea41d1c911 /reference
parent5e70df0314e1394a0d1aeeaf8ea52f749b525ece (diff)
downloadkombu-5a81da7b3587d5377324efc6cff2cecce7bc12ec.tar.gz
Github Pages: Added missing pages
Diffstat (limited to 'reference')
-rw-r--r--reference/kombu.compression.html144
-rw-r--r--reference/kombu.simple.html164
2 files changed, 308 insertions, 0 deletions
diff --git a/reference/kombu.compression.html b/reference/kombu.compression.html
new file mode 100644
index 00000000..c1c599f3
--- /dev/null
+++ b/reference/kombu.compression.html
@@ -0,0 +1,144 @@
+
+<!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>Compression - kombu.compression &mdash; Kombu v0.1.0 documentation</title>
+ <link rel="stylesheet" href="../static/celery.css" type="text/css" />
+ <link rel="stylesheet" href="../static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '../',
+ VERSION: '0.1.0',
+ 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="Kombu v0.1.0 documentation" href="../index.html" />
+ <link rel="up" title="API Reference" href="index.html" />
+ <link rel="next" title="Object Utilities - kombu.abstract" href="kombu.abstract.html" />
+ <link rel="prev" title="Serialization - kombu.serialization" href="kombu.serialization.html" />
+ </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" >
+ <a href="kombu.abstract.html" title="Object Utilities - kombu.abstract"
+ accesskey="N">next</a> |</li>
+ <li class="right" >
+ <a href="kombu.serialization.html" title="Serialization - kombu.serialization"
+ accesskey="P">previous</a> |</li>
+ <li><a href="../index.html">Kombu v0.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
+ </ul>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+
+ <div class="section" id="compression-kombu-compression">
+<h1>Compression - kombu.compression<a class="headerlink" href="#compression-kombu-compression" title="Permalink to this headline">¶</a></h1>
+<span class="target" id="module-kombu.compression"></span><dl class="function">
+<dt id="kombu.compression.compress">
+<tt class="descclassname">kombu.compression.</tt><tt class="descname">compress</tt><big>(</big><em>body</em>, <em>content_type</em><big>)</big><a class="headerlink" href="#kombu.compression.compress" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="function">
+<dt id="kombu.compression.decompress">
+<tt class="descclassname">kombu.compression.</tt><tt class="descname">decompress</tt><big>(</big><em>body</em>, <em>content_type</em><big>)</big><a class="headerlink" href="#kombu.compression.decompress" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="function">
+<dt id="kombu.compression.get_decoder">
+<tt class="descclassname">kombu.compression.</tt><tt class="descname">get_decoder</tt><big>(</big><em>t</em><big>)</big><a class="headerlink" href="#kombu.compression.get_decoder" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="function">
+<dt id="kombu.compression.get_encoder">
+<tt class="descclassname">kombu.compression.</tt><tt class="descname">get_encoder</tt><big>(</big><em>t</em><big>)</big><a class="headerlink" href="#kombu.compression.get_encoder" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="function">
+<dt id="kombu.compression.register">
+<tt class="descclassname">kombu.compression.</tt><tt class="descname">register</tt><big>(</big><em>encoder</em>, <em>decoder</em>, <em>content_type</em>, <em>aliases=</em><span class="optional">[</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#kombu.compression.register" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar">
+ <div class="sphinxsidebarwrapper"><p class="logo"><a href="../index.html">
+ <img class="logo" width="128" height="128" src="http://cloud.github.com/downloads/ask/kombu/kombusmall.jpg" alt="Logo"/>
+</a></p>
+ <h4>Previous topic</h4>
+ <p class="topless"><a href="kombu.serialization.html"
+ title="previous chapter">Serialization - kombu.serialization</a></p>
+ <h4>Next topic</h4>
+ <p class="topless"><a href="kombu.abstract.html"
+ title="next chapter">Object Utilities - kombu.abstract</a></p>
+ <h3>This Page</h3>
+ <ul class="this-page-menu">
+ <li><a href="../sources/reference/kombu.compression.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" size="18" />
+ <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" >
+ <a href="kombu.abstract.html" title="Object Utilities - kombu.abstract"
+ >next</a> |</li>
+ <li class="right" >
+ <a href="kombu.serialization.html" title="Serialization - kombu.serialization"
+ >previous</a> |</li>
+ <li><a href="../index.html">Kombu v0.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html" >API Reference</a> &raquo;</li>
+ </ul>
+ </div>
+ <div class="footer">
+ &copy; Copyright 2009-2010, Ask Solem.
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/reference/kombu.simple.html b/reference/kombu.simple.html
new file mode 100644
index 00000000..196720dd
--- /dev/null
+++ b/reference/kombu.simple.html
@@ -0,0 +1,164 @@
+
+<!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>Simple Interface - kombu.simple &mdash; Kombu v0.1.0 documentation</title>
+ <link rel="stylesheet" href="../static/celery.css" type="text/css" />
+ <link rel="stylesheet" href="../static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '../',
+ VERSION: '0.1.0',
+ 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="Kombu v0.1.0 documentation" href="../index.html" />
+ <link rel="up" title="API Reference" href="index.html" />
+ <link rel="next" title="Messaging - kombu.messaging" href="kombu.messaging.html" />
+ <link rel="prev" title="Broker Connections - kombu.connection" href="kombu.connection.html" />
+ </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" >
+ <a href="kombu.messaging.html" title="Messaging - kombu.messaging"
+ accesskey="N">next</a> |</li>
+ <li class="right" >
+ <a href="kombu.connection.html" title="Broker Connections - kombu.connection"
+ accesskey="P">previous</a> |</li>
+ <li><a href="../index.html">Kombu v0.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
+ </ul>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+
+ <div class="section" id="simple-interface-kombu-simple">
+<h1>Simple Interface - kombu.simple<a class="headerlink" href="#simple-interface-kombu-simple" title="Permalink to this headline">¶</a></h1>
+<span class="target" id="module-kombu.simple"></span><dl class="class">
+<dt id="kombu.simple.SimpleBase">
+<em class="property">class </em><tt class="descclassname">kombu.simple.</tt><tt class="descname">SimpleBase</tt><big>(</big><em>channel</em>, <em>producer</em>, <em>consumer</em>, <em>no_ack=False</em>, <em>channel_autoclose=False</em><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBase" title="Permalink to this definition">¶</a></dt>
+<dd><dl class="method">
+<dt id="kombu.simple.SimpleBase.clear">
+<tt class="descname">clear</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBase.clear" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="kombu.simple.SimpleBase.close">
+<tt class="descname">close</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBase.close" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="kombu.simple.SimpleBase.get">
+<tt class="descname">get</tt><big>(</big><em>block=True</em>, <em>timeout=None</em>, <em>sync=False</em><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBase.get" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="kombu.simple.SimpleBase.get_nowait">
+<tt class="descname">get_nowait</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBase.get_nowait" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="kombu.simple.SimpleBase.put">
+<tt class="descname">put</tt><big>(</big><em>message</em>, <em>serializer=None</em>, <em>headers=None</em>, <em>compression=None</em>, <em>routing_key=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBase.put" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="kombu.simple.SimpleBase.qsize">
+<tt class="descname">qsize</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBase.qsize" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="kombu.simple.SimpleBuffer">
+<em class="property">class </em><tt class="descclassname">kombu.simple.</tt><tt class="descname">SimpleBuffer</tt><big>(</big><em>channel</em>, <em>name</em>, <em>no_ack=None</em>, <em>queue_opts=None</em>, <em>exchange_opts=None</em>, <em>serializer=None</em>, <em>compression=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.simple.SimpleBuffer" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="class">
+<dt id="kombu.simple.SimpleQueue">
+<em class="property">class </em><tt class="descclassname">kombu.simple.</tt><tt class="descname">SimpleQueue</tt><big>(</big><em>channel</em>, <em>name</em>, <em>no_ack=None</em>, <em>queue_opts=None</em>, <em>exchange_opts=None</em>, <em>serializer=None</em>, <em>compression=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.simple.SimpleQueue" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar">
+ <div class="sphinxsidebarwrapper"><p class="logo"><a href="../index.html">
+ <img class="logo" width="128" height="128" src="http://cloud.github.com/downloads/ask/kombu/kombusmall.jpg" alt="Logo"/>
+</a></p>
+ <h4>Previous topic</h4>
+ <p class="topless"><a href="kombu.connection.html"
+ title="previous chapter">Broker Connections - kombu.connection</a></p>
+ <h4>Next topic</h4>
+ <p class="topless"><a href="kombu.messaging.html"
+ title="next chapter">Messaging - kombu.messaging</a></p>
+ <h3>This Page</h3>
+ <ul class="this-page-menu">
+ <li><a href="../sources/reference/kombu.simple.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" size="18" />
+ <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" >
+ <a href="kombu.messaging.html" title="Messaging - kombu.messaging"
+ >next</a> |</li>
+ <li class="right" >
+ <a href="kombu.connection.html" title="Broker Connections - kombu.connection"
+ >previous</a> |</li>
+ <li><a href="../index.html">Kombu v0.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html" >API Reference</a> &raquo;</li>
+ </ul>
+ </div>
+ <div class="footer">
+ &copy; Copyright 2009-2010, Ask Solem.
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
+ </div>
+ </body>
+</html> \ No newline at end of file