Skip to content

Commit adb4726

Browse files
committed
Deploying to gh-pages from @ litestar-org/advanced-alchemy@7d98f12 🚀
1 parent 469871c commit adb4726

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

487/_modules/advanced_alchemy/types/file_object/registry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h1>Source code for advanced_alchemy.types.file_object.registry</h1><div class="
324324
</span><span data-line="64"> <span class="k">try</span><span class="p">:</span>
325325
</span><span data-line="65"> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_registry</span><span class="p">[</span><span class="n">key</span><span class="p">]</span>
326326
</span><span data-line="66"> <span class="k">except</span> <span class="ne">KeyError</span> <span class="k">as</span> <span class="n">e</span><span class="p">:</span>
327-
</span><span data-line="67"> <span class="n">msg</span> <span class="o">=</span> <span class="sa">f</span><span class="s2">&quot;No storage backend registered with key </span><span class="si">{</span><span class="n">key</span><span class="si">}</span><span class="s2">&quot;</span>
327+
</span><span data-line="67"> <span class="n">msg</span> <span class="o">=</span> <span class="sa">f</span><span class="s1">&#39;No storage backend registered with key &quot;</span><span class="si">{</span><span class="n">key</span><span class="si">}</span><span class="s1">&quot;&#39;</span>
328328
</span><span data-line="68"> <span class="k">raise</span> <span class="n">ImproperConfigurationError</span><span class="p">(</span><span class="n">msg</span><span class="p">)</span> <span class="kn">from</span><span class="w"> </span><span class="nn">e</span></div>
329329

330330
</span><span data-line="69">

487/_sources/usage/types.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Password Hash
157157

158158
A type for storing password hashes with configurable backends. Currently supports:
159159

160-
- :class:`~advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher`: Uses `pwdlib <https://github.com/pwdlib/pwdlib>`_
161-
- :class:`~advanced_alchemy.types.password_hash.argon2.Argon2Hasher`: Uses `argon2-cffi <https://argon2.readthedocs.io/en/stable/>`_
160+
- :class:`~advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher`: Uses `pwdlib <https://frankie567.github.io/pwdlib/>`_
161+
- :class:`~advanced_alchemy.types.password_hash.argon2.Argon2Hasher`: Uses `argon2-cffi <https://argon2-cffi.readthedocs.io/en/stable/>`_
162162
- :class:`~advanced_alchemy.types.password_hash.passlib.PasslibHasher`: Uses `passlib <https://passlib.readthedocs.io/en/stable/>`_
163163

164164
.. code-block:: python

487/reference/types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273

12741274
<dl class="py method">
12751275
<dt class="sig sig-object py" id="advanced_alchemy.types.EncryptedString.__init__">
1276-
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">key=b'_\x06\x80\xd6\n\xf8\xe4b\x03\x14V\x0c(.d\xbd\xe3;\x08I\xba\xf1$\xa5\x07\xeb\x97\xc3DO\x16i'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">backend=&lt;class</span> <span class="pre">'advanced_alchemy.types.encrypted_string.FernetBackend'&gt;</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">length=None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">**kwargs</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/advanced_alchemy/types/encrypted_string.html#EncryptedString.__init__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#advanced_alchemy.types.EncryptedString.__init__" title="Link to this definition"></a></dt>
1276+
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">key=b'\x8a\xcb\xa1\xf8k</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">\x96\xf8&#64;\x1b\xe6\xf1xw\xdd\x84\xf4\x14\xe4\xe0\x8f\xfcX\xba\xc4\x8a\xe6\xc7\x08\x9c\x8a\xa2'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">backend=&lt;class</span> <span class="pre">'advanced_alchemy.types.encrypted_string.FernetBackend'&gt;</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">length=None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">**kwargs</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/advanced_alchemy/types/encrypted_string.html#EncryptedString.__init__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#advanced_alchemy.types.EncryptedString.__init__" title="Link to this definition"></a></dt>
12771277
<dd><p>Initializes the EncryptedString TypeDecorator.</p>
12781278
<dl class="field-list simple">
12791279
<dt class="field-odd">Parameters<span class="colon">:</span></dt>

487/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

487/usage/types.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ <h2>JsonB<a class="headerlink" href="#jsonb" title="Link to this heading">¶</a>
449449
<h2>Password Hash<a class="headerlink" href="#password-hash" title="Link to this heading"></a></h2>
450450
<p>A type for storing password hashes with configurable backends. Currently supports:</p>
451451
<ul class="simple">
452-
<li><p><a class="reference internal" href="../reference/types.html#advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher" title="advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher"><code class="xref py py-class docutils literal notranslate"><span class="pre">PwdlibHasher</span></code></a>: Uses <a class="reference external" href="https://github.com/pwdlib/pwdlib">pwdlib</a></p></li>
453-
<li><p><a class="reference internal" href="../reference/types.html#advanced_alchemy.types.password_hash.argon2.Argon2Hasher" title="advanced_alchemy.types.password_hash.argon2.Argon2Hasher"><code class="xref py py-class docutils literal notranslate"><span class="pre">Argon2Hasher</span></code></a>: Uses <a class="reference external" href="https://argon2.readthedocs.io/en/stable/">argon2-cffi</a></p></li>
452+
<li><p><a class="reference internal" href="../reference/types.html#advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher" title="advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher"><code class="xref py py-class docutils literal notranslate"><span class="pre">PwdlibHasher</span></code></a>: Uses <a class="reference external" href="https://frankie567.github.io/pwdlib/">pwdlib</a></p></li>
453+
<li><p><a class="reference internal" href="../reference/types.html#advanced_alchemy.types.password_hash.argon2.Argon2Hasher" title="advanced_alchemy.types.password_hash.argon2.Argon2Hasher"><code class="xref py py-class docutils literal notranslate"><span class="pre">Argon2Hasher</span></code></a>: Uses <a class="reference external" href="https://argon2-cffi.readthedocs.io/en/stable/">argon2-cffi</a></p></li>
454454
<li><p><a class="reference internal" href="../reference/types.html#advanced_alchemy.types.password_hash.passlib.PasslibHasher" title="advanced_alchemy.types.password_hash.passlib.PasslibHasher"><code class="xref py py-class docutils literal notranslate"><span class="pre">PasslibHasher</span></code></a>: Uses <a class="reference external" href="https://passlib.readthedocs.io/en/stable/">passlib</a></p></li>
455455
</ul>
456456
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span data-line="1"><span class="kn">from</span><span class="w"> </span><span class="nn">sqlalchemy.orm</span><span class="w"> </span><span class="kn">import</span> <span class="n">Mapped</span><span class="p">,</span> <span class="n">mapped_column</span>

0 commit comments

Comments
 (0)