Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8994fcc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed May 9, 2024
1 parent 82e38c8 commit 96b6277
Show file tree
Hide file tree
Showing 47 changed files with 843 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 1a3bd59783aace59ed0338e1e3ce6b1f
config: 2a9891b94f2e939d6b7dc834fc59524d
tags: 645f666f9bcd5a90fca523b33c5a78b7
15 changes: 12 additions & 3 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Changelog &mdash; asynctnt 2.2.0 documentation</title>
<title>Changelog &mdash; asynctnt 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" />
Expand All @@ -16,7 +16,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=b21de401"></script>
<script src="_static/documentation_options.js?v=c3c8ae58"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand All @@ -38,7 +38,7 @@
asynctnt
</a>
<div class="version">
2.2.0
2.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand All @@ -59,6 +59,7 @@
<li class="toctree-l1"><a class="reference internal" href="streams.html">Streams and Transactions</a></li>
<li class="toctree-l1"><a class="reference internal" href="mpext.html">Type Extensions</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#v2-3-0">v2.3.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#v2-2-0">v2.2.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#v2-1-0">v2.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#v2-0-1">v2.0.1</a></li>
Expand Down Expand Up @@ -103,6 +104,14 @@

<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
<section id="v2-3-0">
<h2>v2.3.0<a class="headerlink" href="#v2-3-0" title="Link to this heading"></a></h2>
<p><strong>New features:</strong></p>
<ul class="simple">
<li><p>Added support for <a class="reference external" href="https://www.tarantool.io/en/doc/latest/reference/reference_lua/datetime/interval_object/">interval types</a> <a class="reference external" href="https://github.com/igorcoding/asynctnt/issues/30">#30</a></p></li>
<li><p>Added ability to retrieve IProto features <a class="reference external" href="https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/">available</a> in Tarantool using <code class="docutils literal notranslate"><span class="pre">conn.features</span></code> property</p></li>
</ul>
</section>
<section id="v2-2-0">
<h2>v2.2.0<a class="headerlink" href="#v2-2-0" title="Link to this heading"></a></h2>
<p><strong>New features:</strong></p>
Expand Down
10 changes: 6 additions & 4 deletions _modules/asynctnt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>asynctnt &mdash; asynctnt 2.2.0 documentation</title>
<title>asynctnt &mdash; asynctnt 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=b21de401"></script>
<script src="../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -35,7 +35,7 @@
asynctnt
</a>
<div class="version">
2.2.0
2.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -88,12 +88,14 @@ <h1>Source code for asynctnt</h1><div class="highlight"><pre>

<span class="kn">from</span> <span class="nn">.connection</span> <span class="kn">import</span> <span class="n">Connection</span><span class="p">,</span> <span class="n">connect</span>
<span class="kn">from</span> <span class="nn">.iproto.protocol</span> <span class="kn">import</span> <span class="p">(</span>
<span class="n">Adjust</span><span class="p">,</span>
<span class="n">Db</span><span class="p">,</span>
<span class="n">Field</span><span class="p">,</span>
<span class="n">IProtoError</span><span class="p">,</span>
<span class="n">IProtoErrorStackFrame</span><span class="p">,</span>
<span class="n">Iterator</span><span class="p">,</span>
<span class="n">Metadata</span><span class="p">,</span>
<span class="n">MPInterval</span><span class="p">,</span>
<span class="n">PushIterator</span><span class="p">,</span>
<span class="n">Response</span><span class="p">,</span>
<span class="n">Schema</span><span class="p">,</span>
Expand All @@ -104,7 +106,7 @@ <h1>Source code for asynctnt</h1><div class="highlight"><pre>

<div class="viewcode-block" id="__version__">
<a class="viewcode-back" href="../autoapi/asynctnt/index.html#asynctnt.__version__">[docs]</a>
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;2.2.0&quot;</span></div>
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;2.3.0&quot;</span></div>

</pre></div>

Expand Down
6 changes: 3 additions & 3 deletions _modules/asynctnt/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>asynctnt.api &mdash; asynctnt 2.2.0 documentation</title>
<title>asynctnt.api &mdash; asynctnt 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=b21de401"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -35,7 +35,7 @@
asynctnt
</a>
<div class="version">
2.2.0
2.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
21 changes: 16 additions & 5 deletions _modules/asynctnt/connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>asynctnt.connection &mdash; asynctnt 2.2.0 documentation</title>
<title>asynctnt.connection &mdash; asynctnt 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=b21de401"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -35,7 +35,7 @@
asynctnt
</a>
<div class="version">
2.2.0
2.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down Expand Up @@ -589,7 +589,7 @@ <h1>Source code for asynctnt.connection</h1><div class="highlight"><pre>

<div class="viewcode-block" id="Connection.__aenter__">
<a class="viewcode-back" href="../../autoapi/asynctnt/index.html#asynctnt.connection.Connection.__aenter__">[docs]</a>
<span class="k">async</span> <span class="k">def</span> <span class="fm">__aenter__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">async</span> <span class="k">def</span> <span class="fm">__aenter__</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="s2">&quot;Connection&quot;</span><span class="p">:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> Executed on entering the async with section.</span>
<span class="sd"> Connects to Tarantool instance.</span>
Expand Down Expand Up @@ -814,7 +814,7 @@ <h1>Source code for asynctnt.connection</h1><div class="highlight"><pre>
<span class="n">Api</span><span class="o">.</span><span class="n">call</span> <span class="o">=</span> <span class="n">Api</span><span class="o">.</span><span class="n">call16</span>
<span class="n">Connection</span><span class="o">.</span><span class="n">call</span> <span class="o">=</span> <span class="n">Connection</span><span class="o">.</span><span class="n">call16</span>

<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">version</span> <span class="o">&lt;</span> <span class="p">(</span><span class="mi">2</span><span class="p">,</span> <span class="mi">10</span><span class="p">):</span> <span class="c1"># pragma: nocover</span>
<span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">features</span><span class="o">.</span><span class="n">streams</span><span class="p">:</span> <span class="c1"># pragma: nocover</span>

<span class="k">def</span> <span class="nf">stream_stub</span><span class="p">(</span><span class="n">_</span><span class="p">):</span>
<span class="k">raise</span> <span class="n">TarantoolError</span><span class="p">(</span><span class="s2">&quot;streams are available only in Tarantool 2.10+&quot;</span><span class="p">)</span>
Expand All @@ -840,6 +840,17 @@ <h1>Source code for asynctnt.connection</h1><div class="highlight"><pre>
<span class="n">db</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_protocol</span><span class="o">.</span><span class="n">create_db</span><span class="p">(</span><span class="kc">True</span><span class="p">)</span>
<span class="n">stream</span><span class="o">.</span><span class="n">_set_db</span><span class="p">(</span><span class="n">db</span><span class="p">)</span>
<span class="k">return</span> <span class="n">stream</span></div>


<span class="nd">@property</span>
<div class="viewcode-block" id="Connection.features">
<a class="viewcode-back" href="../../autoapi/asynctnt/connection/index.html#asynctnt.connection.Connection.features">[docs]</a>
<span class="k">def</span> <span class="nf">features</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">protocol</span><span class="o">.</span><span class="n">IProtoFeatures</span><span class="p">:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> Lookup available Tarantool features - https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/</span>
<span class="sd"> :return:</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_protocol</span><span class="o">.</span><span class="n">features</span></div>
</div>


Expand Down
6 changes: 3 additions & 3 deletions _modules/asynctnt/exceptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>asynctnt.exceptions &mdash; asynctnt 2.2.0 documentation</title>
<title>asynctnt.exceptions &mdash; asynctnt 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=b21de401"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -35,7 +35,7 @@
asynctnt
</a>
<div class="version">
2.2.0
2.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions _modules/asynctnt/instance.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>asynctnt.instance &mdash; asynctnt 2.2.0 documentation</title>
<title>asynctnt.instance &mdash; asynctnt 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=fd3f3429" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=b21de401"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -35,7 +35,7 @@
asynctnt
</a>
<div class="version">
2.2.0
2.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
Loading

0 comments on commit 96b6277

Please sign in to comment.