Skip to content

Commit f01c196

Browse files
committed
v0.9.6
1 parent 5721087 commit f01c196

25 files changed

Lines changed: 470 additions & 369 deletions

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ This project is not affiliated with or endorsed by RSA Security.
1010
.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
1111
:target: https://www.python.org/
1212
.. |Build Status| image:: https://github.com/andreax79/python-securid/workflows/Tests/badge.svg
13-
:target: https://github.com/andreax79/python-securid/actions
13+
:target: https://github.com/andreax79/python-securid/actions
1414
.. |PyPI version| image:: https://badge.fury.io/py/securid.svg
15-
:target: https://badge.fury.io/py/securid
15+
:target: https://badge.fury.io/py/securid
1616
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/securid.svg
17-
:target: https://pypi.org/project/securid
17+
:target: https://pypi.org/project/securid
1818
.. |Downloads| image:: https://pepy.tech/badge/securid/month
19-
:target: https://pepy.tech/project/securid
19+
:target: https://pepy.tech/project/securid
2020
.. |PyPI license| image:: https://img.shields.io/pypi/l/securid.svg
21-
:target: https://pypi.python.org/pypi/asecurid/
21+
:target: https://pypi.python.org/pypi/asecurid/
2222
.. |Code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
2323
:target: https://github.com/psf/black
2424

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@
5656
### Changed
5757

5858
- Cryptography version >= 36
59+
60+
## 0.9.6
61+
62+
2023-10-30
63+
64+
### Changed
65+
66+
- pytest, setup.cfg
1.23 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

831 Bytes
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d7815349536b2ccb6cec851b63c3056f
3+
config: 9d46c618f10fcec873d1792d3157dc9b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_modules/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22

3-
<html lang="en">
3+
<html lang="en" data-content_root="../">
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Overview: module code &#8212; securid 0.9.5 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
9-
<link rel="stylesheet" type="text/css" href="../_static/classic.css" />
7+
<title>Overview: module code &#8212; securid 0.9.6 documentation</title>
8+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../_static/classic.css?v=514cf933" />
1010

11-
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
12-
<script src="../_static/doctools.js"></script>
13-
<script src="../_static/sphinx_highlight.js"></script>
11+
<script src="../_static/documentation_options.js?v=564a08b9"></script>
12+
<script src="../_static/doctools.js?v=888ff710"></script>
13+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414

1515
<link rel="index" title="Index" href="../genindex.html" />
1616
<link rel="search" title="Search" href="../search.html" />
@@ -24,7 +24,7 @@ <h3>Navigation</h3>
2424
<li class="right" >
2525
<a href="../py-modindex.html" title="Python Module Index"
2626
>modules</a> |</li>
27-
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.5 documentation</a> &#187;</li>
27+
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.6 documentation</a> &#187;</li>
2828
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
2929
</ul>
3030
</div>
@@ -72,12 +72,12 @@ <h3>Navigation</h3>
7272
<li class="right" >
7373
<a href="../py-modindex.html" title="Python Module Index"
7474
>modules</a> |</li>
75-
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.5 documentation</a> &#187;</li>
75+
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.6 documentation</a> &#187;</li>
7676
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
7777
</ul>
7878
</div>
7979
<div class="footer" role="contentinfo">
80-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.0.
80+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
8181
</div>
8282
</body>
8383
</html>

docs/_build/html/_modules/securid/exceptions.html

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22

3-
<html lang="en">
3+
<html lang="en" data-content_root="../../">
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>securid.exceptions &#8212; securid 0.9.5 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
9-
<link rel="stylesheet" type="text/css" href="../../_static/classic.css" />
8+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/classic.css?v=514cf933" />
1010

11-
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
12-
<script src="../../_static/doctools.js"></script>
13-
<script src="../../_static/sphinx_highlight.js"></script>
11+
<script src="../../_static/documentation_options.js?v=61b282d3"></script>
12+
<script src="../../_static/doctools.js?v=888ff710"></script>
13+
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414

1515
<link rel="index" title="Index" href="../../genindex.html" />
1616
<link rel="search" title="Search" href="../../search.html" />
@@ -39,47 +39,62 @@ <h1>Source code for securid.exceptions</h1><div class="highlight"><pre>
3939
<span></span><span class="ch">#!/usr/bin/env python</span>
4040

4141
<span class="n">__all__</span> <span class="o">=</span> <span class="p">[</span>
42-
<span class="s1">&#39;ParseException&#39;</span><span class="p">,</span>
43-
<span class="s1">&#39;InvalidToken&#39;</span><span class="p">,</span>
44-
<span class="s1">&#39;InvalidSignature&#39;</span><span class="p">,</span>
45-
<span class="s1">&#39;InvalidSeed&#39;</span><span class="p">,</span>
46-
<span class="s1">&#39;InvalidSerial&#39;</span><span class="p">,</span>
42+
<span class="s2">&quot;ParseException&quot;</span><span class="p">,</span>
43+
<span class="s2">&quot;InvalidToken&quot;</span><span class="p">,</span>
44+
<span class="s2">&quot;InvalidSignature&quot;</span><span class="p">,</span>
45+
<span class="s2">&quot;InvalidSeed&quot;</span><span class="p">,</span>
46+
<span class="s2">&quot;InvalidSerial&quot;</span><span class="p">,</span>
4747
<span class="p">]</span>
4848

4949

50-
<div class="viewcode-block" id="ParseException"><a class="viewcode-back" href="../../index.html#securid.exceptions.ParseException">[docs]</a><span class="k">class</span> <span class="nc">ParseException</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
50+
<div class="viewcode-block" id="ParseException">
51+
<a class="viewcode-back" href="../../index.html#securid.exceptions.ParseException">[docs]</a>
52+
<span class="k">class</span> <span class="nc">ParseException</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
5153
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
5254
<span class="sd"> This is raised in case of error parsing file</span>
5355
<span class="sd"> &quot;&quot;&quot;</span>
5456

5557
<span class="k">pass</span></div>
5658

5759

58-
<div class="viewcode-block" id="InvalidToken"><a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidToken">[docs]</a><span class="k">class</span> <span class="nc">InvalidToken</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
60+
61+
<div class="viewcode-block" id="InvalidToken">
62+
<a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidToken">[docs]</a>
63+
<span class="k">class</span> <span class="nc">InvalidToken</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
5964
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
6065
<span class="sd"> This is raised in case of invalid token</span>
6166
<span class="sd"> &quot;&quot;&quot;</span>
6267

6368
<span class="k">pass</span></div>
6469

6570

66-
<div class="viewcode-block" id="InvalidSignature"><a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidSignature">[docs]</a><span class="k">class</span> <span class="nc">InvalidSignature</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
71+
72+
<div class="viewcode-block" id="InvalidSignature">
73+
<a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidSignature">[docs]</a>
74+
<span class="k">class</span> <span class="nc">InvalidSignature</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
6775
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
6876
<span class="sd"> This is raised when signature verification fails.</span>
6977
<span class="sd"> This can occur when password is required for decrypting the token.</span>
7078
<span class="sd"> &quot;&quot;&quot;</span></div>
7179

7280

73-
<div class="viewcode-block" id="InvalidSeed"><a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidSeed">[docs]</a><span class="k">class</span> <span class="nc">InvalidSeed</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
81+
82+
<div class="viewcode-block" id="InvalidSeed">
83+
<a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidSeed">[docs]</a>
84+
<span class="k">class</span> <span class="nc">InvalidSeed</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
7485
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
7586
<span class="sd"> This is raised when the seed is missing or invalid.</span>
7687
<span class="sd"> &quot;&quot;&quot;</span></div>
7788

7889

79-
<div class="viewcode-block" id="InvalidSerial"><a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidSerial">[docs]</a><span class="k">class</span> <span class="nc">InvalidSerial</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
90+
91+
<div class="viewcode-block" id="InvalidSerial">
92+
<a class="viewcode-back" href="../../index.html#securid.exceptions.InvalidSerial">[docs]</a>
93+
<span class="k">class</span> <span class="nc">InvalidSerial</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span>
8094
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
8195
<span class="sd"> This is raised when the serial is missing or invalid.</span>
8296
<span class="sd"> &quot;&quot;&quot;</span></div>
97+
8398
</pre></div>
8499

85100
<div class="clearer"></div>
@@ -117,7 +132,7 @@ <h3>Navigation</h3>
117132
</ul>
118133
</div>
119134
<div class="footer" role="contentinfo">
120-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.0.0.
135+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
121136
</div>
122137
</body>
123138
</html>

0 commit comments

Comments
 (0)