Skip to content

Commit

Permalink
Prepping For V1.0.0.c3 (#145)
Browse files Browse the repository at this point in the history
- prepping for next release.
  • Loading branch information
carlkidcrypto authored Jul 31, 2024
1 parent 47670d0 commit 8ca1f2f
Show file tree
Hide file tree
Showing 27 changed files with 115 additions and 57 deletions.
Binary file modified docs/doctrees/compat.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/exceptions.doctree
Binary file not shown.
Binary file modified docs/doctrees/ez.doctree
Binary file not shown.
Binary file modified docs/doctrees/helpers.doctree
Binary file not shown.
Binary file modified docs/doctrees/session.doctree
Binary file not shown.
Binary file modified docs/doctrees/utils.doctree
Binary file not shown.
Binary file modified docs/doctrees/variables.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/.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: 2539665f2dc007a29c283562d04175b8
config: 7fa8491b3869b1cfe74338e912e698fd
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: 'V1.0.0c2',
VERSION: 'V1.0.0c3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
7 changes: 4 additions & 3 deletions docs/html/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
4 changes: 2 additions & 2 deletions docs/html/compat.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>ezsnmp.compat module &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>ezsnmp.compat module &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down
4 changes: 2 additions & 2 deletions docs/html/exceptions.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>ezsnmp.exceptions module &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>ezsnmp.exceptions module &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down
46 changes: 37 additions & 9 deletions docs/html/ez.html

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions docs/html/genindex.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>Index &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>Index &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down Expand Up @@ -83,6 +83,7 @@ <h1 id="index">Index</h1>
| <a href="#C"><strong>C</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#S"><strong>S</strong></a>
Expand Down Expand Up @@ -205,6 +206,14 @@ <h2 id="G">G</h2>
</ul></td>
</tr></table>

<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="utils.html#ezsnmp.utils.is_hostname_ipv6">is_hostname_ipv6() (in module ezsnmp.utils)</a>
</li>
</ul></td>
</tr></table>

<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/helpers.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>ezsnmp.helpers module &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>ezsnmp.helpers module &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down
5 changes: 3 additions & 2 deletions docs/html/index.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>Welcome to Ez SNMP’s documentation! &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>Welcome to Ez SNMP’s documentation! &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down Expand Up @@ -305,6 +305,7 @@ <h2>Example Session Kargs<a class="headerlink" href="#example-session-kargs" tit
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="utils.html">ezsnmp.utils module</a><ul>
<li class="toctree-l2"><a class="reference internal" href="utils.html#ezsnmp.utils.is_hostname_ipv6"><code class="docutils literal notranslate"><span class="pre">is_hostname_ipv6()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="utils.html#ezsnmp.utils.strip_non_printable"><code class="docutils literal notranslate"><span class="pre">strip_non_printable()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="utils.html#ezsnmp.utils.tostr"><code class="docutils literal notranslate"><span class="pre">tostr()</span></code></a></li>
</ul>
Expand Down
5 changes: 3 additions & 2 deletions docs/html/modules.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>&lt;no title&gt; &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>&lt;no title&gt; &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down Expand Up @@ -134,6 +134,7 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="utils.html">ezsnmp.utils module</a><ul>
<li class="toctree-l2"><a class="reference internal" href="utils.html#ezsnmp.utils.is_hostname_ipv6"><code class="docutils literal notranslate"><span class="pre">is_hostname_ipv6()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="utils.html#ezsnmp.utils.strip_non_printable"><code class="docutils literal notranslate"><span class="pre">strip_non_printable()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="utils.html#ezsnmp.utils.tostr"><code class="docutils literal notranslate"><span class="pre">tostr()</span></code></a></li>
</ul>
Expand Down
13 changes: 9 additions & 4 deletions docs/html/objects.inv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# Project: Ez SNMP
# Version:
# The remainder of this file is compressed using zlib.
xڭV͎�0����+����^ZH]�Ķ=FN2 .��v!��F_�OR'�H��'�x�oƓ�&��LN*�$6H�-��dm}��wh<�0���<Z^"8���N�+��2l+��E'Y�C�E�f9�_|��>�T)�������Gu3�\,m��qm0����昽շ�+��d�����|�5P�p�v^�p��3ל}��k�fl����ߢ�t�����b&�y"�a�CC�s�,5D�]���Bk�T:Z��k莹P S�@!H݋�PDXZ{�8\k
�/Њb�]�9 �����E��¤+�B'�J��]xU�io��1���@6��u�v@����USv%ca]�4��υ4WWMõqS�f�0� F*%4�^���he��s���Pi ��'�(���w��f�>cڕP_���t��-C�%z=Ȃ ^H' �ˣA���� �"W ���_�CI���G�O��Y���}܂�G%9n�\�&�M}W�
��%�,
�E�j��x���MkR��s[#�;S\��5�f���PF��G���-����D�?��+2M�������e���������P���A ��r��\[Sp��2�P�4���DX��yHV�:[�,���`��(�Xè�!� r�0a�D��Aa&�Ht$��qC�U
xڭ��r�0��<�:����������LC�!m��ހ��FI����TBv� 8�W�����] ͙�T�Il���0Q[
�=
���0�6���x10��g,� }H��
�:���
�w�ɮv桝E��bv7�"8�m�[��6�����W|M�b��X�j5��`^���f�]K�{�ۥ�b�{�@��u~� (F8�� W\s���1�_������"l&��(-]?a���| �`���!��14�9�RC�K���iZ���q�چ^C�̅b��
A�^�D"b5h�=�p�m(\��ء�Z�( 9�L�a`V�΀�0銕І���E��xf�!�+
�z��+`c)��l nY �2�@�<W����Lƍu��X6� i�Κ�s㦝�-`��/����j��g��56P�����*-�u�%�?����n�lw�@��qkM���24]�"�/�]���+R�C}+ɂ ^H�S�{3�5ڸ��$�D��ӳ�X�ηs�_��S<D{G�o�����K%ٯ�Z�%Z���'w[�܄Q8�(��FX������$X��7��x��ޙ��w���������G����;�tuGd�m���?5r���+B�7#'t`�r3���](���<�kk
Ο�@�
�G�Б�<��j����EX��%���m*nԻ\� � bv���a���:,bҊD{�ز�c�
Expand Down
4 changes: 2 additions & 2 deletions docs/html/py-modindex.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>Python Module Index &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>Python Module Index &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down
4 changes: 2 additions & 2 deletions docs/html/search.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>Search &mdash; Ez SNMP V1.0.0c2 documentation</title>
<title>Search &mdash; Ez SNMP V1.0.0c3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />

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=e122934b"></script>
<script src="_static/documentation_options.js?v=455a1752"></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 Down
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Large diffs are not rendered by default.

Loading

1 comment on commit 8ca1f2f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valgrind Comment

Python Version Results OS Version
3.8 sh ==8289== LEAK SUMMARY: ==8289== definitely lost: 112 bytes in 7 blocks ==8289== indirectly lost: 0 bytes in 0 blocks ==8289== possibly lost: 73,792 bytes in 116 blocks ==8289== still reachable: 2,157,492 bytes in 1,174 blocks ==8289== suppressed: 74,488 bytes in 178 blocks ==8289== Reachable blocks (those to which a pointer was found) are not shown. ==8289== To see them, rerun with: --leak-check=full --show-leak-kinds=all ubuntu-latest
3.9 sh ==8265== LEAK SUMMARY: ==8265== definitely lost: 112 bytes in 7 blocks ==8265== indirectly lost: 0 bytes in 0 blocks ==8265== possibly lost: 305,181 bytes in 464 blocks ==8265== still reachable: 2,408,681 bytes in 1,434 blocks ==8265== suppressed: 68,037 bytes in 163 blocks ==8265== Reachable blocks (those to which a pointer was found) are not shown. ==8265== To see them, rerun with: --leak-check=full --show-leak-kinds=all ubuntu-latest
3.10 sh ==8282== LEAK SUMMARY: ==8282== definitely lost: 112 bytes in 7 blocks ==8282== indirectly lost: 0 bytes in 0 blocks ==8282== possibly lost: 260,260 bytes in 389 blocks ==8282== still reachable: 1,756,174 bytes in 1,367 blocks ==8282== suppressed: 68,403 bytes in 163 blocks ==8282== Reachable blocks (those to which a pointer was found) are not shown. ==8282== To see them, rerun with: --leak-check=full --show-leak-kinds=all ubuntu-latest
3.11 sh ==8198== LEAK SUMMARY: ==8198== definitely lost: 5,904 bytes in 13 blocks ==8198== indirectly lost: 11,479 bytes in 12 blocks ==8198== possibly lost: 4,224 bytes in 6 blocks ==8198== still reachable: 10,687,163 bytes in 141,002 blocks ==8198== suppressed: 69,898 bytes in 166 blocks ==8198== Reachable blocks (those to which a pointer was found) are not shown. ==8198== To see them, rerun with: --leak-check=full --show-leak-kinds=all ubuntu-latest
3.12 sh ==8285== LEAK SUMMARY: ==8285== definitely lost: 5,520 bytes in 13 blocks ==8285== indirectly lost: 1,844 bytes in 3 blocks ==8285== possibly lost: 4,128 bytes in 6 blocks ==8285== still reachable: 10,595,186 bytes in 140,953 blocks ==8285== suppressed: 68,382 bytes in 163 blocks ==8285== Reachable blocks (those to which a pointer was found) are not shown. ==8285== To see them, rerun with: --leak-check=full --show-leak-kinds=all ubuntu-latest

Please # to comment.