Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +3 -0
- venv/bin/uv +3 -0
- venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/INSTALLER +1 -0
- venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/LICENSE +174 -0
- venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/METADATA +245 -0
- venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/RECORD +68 -0
- venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/WHEEL +7 -0
- venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt +2 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/INSTALLER +1 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/LICENSE +502 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/METADATA +97 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/RECORD +108 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/REQUESTED +0 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/WHEEL +5 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/entry_points.txt +2 -0
- venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/top_level.txt +1 -0
- venv/lib/python3.10/site-packages/chardet/__init__.py +115 -0
- venv/lib/python3.10/site-packages/chardet/__main__.py +6 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/__init__.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/__main__.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/big5freq.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/big5prober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/chardistribution.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/charsetgroupprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/charsetprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/codingstatemachine.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/codingstatemachinedict.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/cp949prober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/enums.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/escprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/escsm.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/eucjpprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/euckrfreq.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/euckrprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/euctwfreq.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/euctwprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/gb2312freq.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/gb2312prober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/hebrewprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/jisfreq.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/johabfreq.cpython-310.pyc +3 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/johabprober.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/jpcntx.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/langgreekmodel.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/langhebrewmodel.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/langhungarianmodel.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/langrussianmodel.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/langthaimodel.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/chardet/__pycache__/langturkishmodel.cpython-310.pyc +0 -0
.gitattributes
CHANGED
|
@@ -64,3 +64,6 @@ venv/bin/uvx filter=lfs diff=lfs merge=lfs -text
|
|
| 64 |
venv/bin/python filter=lfs diff=lfs merge=lfs -text
|
| 65 |
venv/lib/python3.10/site-packages/cryptography/hazmat/bindings/_rust.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 66 |
venv/bin/python3.10 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
venv/bin/python filter=lfs diff=lfs merge=lfs -text
|
| 65 |
venv/lib/python3.10/site-packages/cryptography/hazmat/bindings/_rust.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 66 |
venv/bin/python3.10 filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
venv/bin/uv filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
venv/lib/python3.10/site-packages/chardet/__pycache__/johabfreq.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
venv/lib/python3.10/site-packages/nacl/_sodium.abi3.so filter=lfs diff=lfs merge=lfs -text
|
venv/bin/uv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19af10f031be0587a0f8352375e15ea46740df9346843d834333a3e491899bd0
|
| 3 |
+
size 45929808
|
venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/LICENSE
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/METADATA
ADDED
|
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: PyNaCl
|
| 3 |
+
Version: 1.5.0
|
| 4 |
+
Summary: Python binding to the Networking and Cryptography (NaCl) library
|
| 5 |
+
Home-page: https://github.com/pyca/pynacl/
|
| 6 |
+
Author: The PyNaCl developers
|
| 7 |
+
Author-email: cryptography-dev@python.org
|
| 8 |
+
License: Apache License 2.0
|
| 9 |
+
Platform: UNKNOWN
|
| 10 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 11 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
| 12 |
+
Classifier: Programming Language :: Python :: 3
|
| 13 |
+
Classifier: Programming Language :: Python :: 3.6
|
| 14 |
+
Classifier: Programming Language :: Python :: 3.7
|
| 15 |
+
Classifier: Programming Language :: Python :: 3.8
|
| 16 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 17 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 18 |
+
Requires-Python: >=3.6
|
| 19 |
+
Requires-Dist: cffi (>=1.4.1)
|
| 20 |
+
Provides-Extra: docs
|
| 21 |
+
Requires-Dist: sphinx (>=1.6.5) ; extra == 'docs'
|
| 22 |
+
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
| 23 |
+
Provides-Extra: tests
|
| 24 |
+
Requires-Dist: pytest (!=3.3.0,>=3.2.1) ; extra == 'tests'
|
| 25 |
+
Requires-Dist: hypothesis (>=3.27.0) ; extra == 'tests'
|
| 26 |
+
|
| 27 |
+
===============================================
|
| 28 |
+
PyNaCl: Python binding to the libsodium library
|
| 29 |
+
===============================================
|
| 30 |
+
|
| 31 |
+
.. image:: https://img.shields.io/pypi/v/pynacl.svg
|
| 32 |
+
:target: https://pypi.org/project/PyNaCl/
|
| 33 |
+
:alt: Latest Version
|
| 34 |
+
|
| 35 |
+
.. image:: https://codecov.io/github/pyca/pynacl/coverage.svg?branch=main
|
| 36 |
+
:target: https://codecov.io/github/pyca/pynacl?branch=main
|
| 37 |
+
|
| 38 |
+
.. image:: https://img.shields.io/pypi/pyversions/pynacl.svg
|
| 39 |
+
:target: https://pypi.org/project/PyNaCl/
|
| 40 |
+
:alt: Compatible Python Versions
|
| 41 |
+
|
| 42 |
+
PyNaCl is a Python binding to `libsodium`_, which is a fork of the
|
| 43 |
+
`Networking and Cryptography library`_. These libraries have a stated goal of
|
| 44 |
+
improving usability, security and speed. It supports Python 3.6+ as well as
|
| 45 |
+
PyPy 3.
|
| 46 |
+
|
| 47 |
+
.. _libsodium: https://github.com/jedisct1/libsodium
|
| 48 |
+
.. _Networking and Cryptography library: https://nacl.cr.yp.to/
|
| 49 |
+
|
| 50 |
+
Features
|
| 51 |
+
--------
|
| 52 |
+
|
| 53 |
+
* Digital signatures
|
| 54 |
+
* Secret-key encryption
|
| 55 |
+
* Public-key encryption
|
| 56 |
+
* Hashing and message authentication
|
| 57 |
+
* Password based key derivation and password hashing
|
| 58 |
+
|
| 59 |
+
`Changelog`_
|
| 60 |
+
------------
|
| 61 |
+
|
| 62 |
+
.. _Changelog: https://pynacl.readthedocs.io/en/stable/changelog/
|
| 63 |
+
|
| 64 |
+
Installation
|
| 65 |
+
============
|
| 66 |
+
|
| 67 |
+
Binary wheel install
|
| 68 |
+
--------------------
|
| 69 |
+
|
| 70 |
+
PyNaCl ships as a binary wheel on macOS, Windows and Linux ``manylinux1`` [#many]_ ,
|
| 71 |
+
so all dependencies are included. Make sure you have an up-to-date pip
|
| 72 |
+
and run:
|
| 73 |
+
|
| 74 |
+
.. code-block:: console
|
| 75 |
+
|
| 76 |
+
$ pip install pynacl
|
| 77 |
+
|
| 78 |
+
Faster wheel build
|
| 79 |
+
------------------
|
| 80 |
+
|
| 81 |
+
You can define the environment variable ``LIBSODIUM_MAKE_ARGS`` to pass arguments to ``make``
|
| 82 |
+
and enable `parallelization`_:
|
| 83 |
+
|
| 84 |
+
.. code-block:: console
|
| 85 |
+
|
| 86 |
+
$ LIBSODIUM_MAKE_ARGS=-j4 pip install pynacl
|
| 87 |
+
|
| 88 |
+
Linux source build
|
| 89 |
+
------------------
|
| 90 |
+
|
| 91 |
+
PyNaCl relies on `libsodium`_, a portable C library. A copy is bundled
|
| 92 |
+
with PyNaCl so to install you can run:
|
| 93 |
+
|
| 94 |
+
.. code-block:: console
|
| 95 |
+
|
| 96 |
+
$ pip install pynacl
|
| 97 |
+
|
| 98 |
+
If you'd prefer to use the version of ``libsodium`` provided by your
|
| 99 |
+
distribution, you can disable the bundled copy during install by running:
|
| 100 |
+
|
| 101 |
+
.. code-block:: console
|
| 102 |
+
|
| 103 |
+
$ SODIUM_INSTALL=system pip install pynacl
|
| 104 |
+
|
| 105 |
+
.. warning:: Usage of the legacy ``easy_install`` command provided by setuptools
|
| 106 |
+
is generally discouraged, and is completely unsupported in PyNaCl's case.
|
| 107 |
+
|
| 108 |
+
.. _parallelization: https://www.gnu.org/software/make/manual/html_node/Parallel.html
|
| 109 |
+
|
| 110 |
+
.. _libsodium: https://github.com/jedisct1/libsodium
|
| 111 |
+
|
| 112 |
+
.. [#many] `manylinux1 wheels <https://www.python.org/dev/peps/pep-0513/>`_
|
| 113 |
+
are built on a baseline linux environment based on Centos 5.11
|
| 114 |
+
and should work on most x86 and x86_64 glibc based linux environments.
|
| 115 |
+
|
| 116 |
+
Changelog
|
| 117 |
+
=========
|
| 118 |
+
|
| 119 |
+
1.5.0 (2022-01-07)
|
| 120 |
+
------------------
|
| 121 |
+
|
| 122 |
+
* **BACKWARDS INCOMPATIBLE:** Removed support for Python 2.7 and Python 3.5.
|
| 123 |
+
* **BACKWARDS INCOMPATIBLE:** We no longer distribute ``manylinux1``
|
| 124 |
+
wheels.
|
| 125 |
+
* Added ``manylinux2014``, ``manylinux_2_24``, ``musllinux``, and macOS
|
| 126 |
+
``universal2`` wheels (the latter supports macOS ``arm64``).
|
| 127 |
+
* Update ``libsodium`` to 1.0.18-stable (July 25, 2021 release).
|
| 128 |
+
* Add inline type hints.
|
| 129 |
+
|
| 130 |
+
1.4.0 (2020-05-25)
|
| 131 |
+
------------------
|
| 132 |
+
|
| 133 |
+
* Update ``libsodium`` to 1.0.18.
|
| 134 |
+
* **BACKWARDS INCOMPATIBLE:** We no longer distribute 32-bit ``manylinux1``
|
| 135 |
+
wheels. Continuing to produce them was a maintenance burden.
|
| 136 |
+
* Added support for Python 3.8, and removed support for Python 3.4.
|
| 137 |
+
* Add low level bindings for extracting the seed and the public key
|
| 138 |
+
from crypto_sign_ed25519 secret key
|
| 139 |
+
* Add low level bindings for deterministic random generation.
|
| 140 |
+
* Add ``wheel`` and ``setuptools`` setup_requirements in ``setup.py`` (#485)
|
| 141 |
+
* Fix checks on very slow builders (#481, #495)
|
| 142 |
+
* Add low-level bindings to ed25519 arithmetic functions
|
| 143 |
+
* Update low-level blake2b state implementation
|
| 144 |
+
* Fix wrong short-input behavior of SealedBox.decrypt() (#517)
|
| 145 |
+
* Raise CryptPrefixError exception instead of InvalidkeyError when trying
|
| 146 |
+
to check a password against a verifier stored in a unknown format (#519)
|
| 147 |
+
* Add support for minimal builds of libsodium. Trying to call functions
|
| 148 |
+
not available in a minimal build will raise an UnavailableError
|
| 149 |
+
exception. To compile a minimal build of the bundled libsodium, set
|
| 150 |
+
the SODIUM_INSTALL_MINIMAL environment variable to any non-empty
|
| 151 |
+
string (e.g. ``SODIUM_INSTALL_MINIMAL=1``) for setup.
|
| 152 |
+
|
| 153 |
+
1.3.0 2018-09-26
|
| 154 |
+
----------------
|
| 155 |
+
|
| 156 |
+
* Added support for Python 3.7.
|
| 157 |
+
* Update ``libsodium`` to 1.0.16.
|
| 158 |
+
* Run and test all code examples in PyNaCl docs through sphinx's
|
| 159 |
+
doctest builder.
|
| 160 |
+
* Add low-level bindings for chacha20-poly1305 AEAD constructions.
|
| 161 |
+
* Add low-level bindings for the chacha20-poly1305 secretstream constructions.
|
| 162 |
+
* Add low-level bindings for ed25519ph pre-hashed signing construction.
|
| 163 |
+
* Add low-level bindings for constant-time increment and addition
|
| 164 |
+
on fixed-precision big integers represented as little-endian
|
| 165 |
+
byte sequences.
|
| 166 |
+
* Add low-level bindings for the ISO/IEC 7816-4 compatible padding API.
|
| 167 |
+
* Add low-level bindings for libsodium's crypto_kx... key exchange
|
| 168 |
+
construction.
|
| 169 |
+
* Set hypothesis deadline to None in tests/test_pwhash.py to avoid
|
| 170 |
+
incorrect test failures on slower processor architectures. GitHub
|
| 171 |
+
issue #370
|
| 172 |
+
|
| 173 |
+
1.2.1 - 2017-12-04
|
| 174 |
+
------------------
|
| 175 |
+
|
| 176 |
+
* Update hypothesis minimum allowed version.
|
| 177 |
+
* Infrastructure: add proper configuration for readthedocs builder
|
| 178 |
+
runtime environment.
|
| 179 |
+
|
| 180 |
+
1.2.0 - 2017-11-01
|
| 181 |
+
------------------
|
| 182 |
+
|
| 183 |
+
* Update ``libsodium`` to 1.0.15.
|
| 184 |
+
* Infrastructure: add jenkins support for automatic build of
|
| 185 |
+
``manylinux1`` binary wheels
|
| 186 |
+
* Added support for ``SealedBox`` construction.
|
| 187 |
+
* Added support for ``argon2i`` and ``argon2id`` password hashing constructs
|
| 188 |
+
and restructured high-level password hashing implementation to expose
|
| 189 |
+
the same interface for all hashers.
|
| 190 |
+
* Added support for 128 bit ``siphashx24`` variant of ``siphash24``.
|
| 191 |
+
* Added support for ``from_seed`` APIs for X25519 keypair generation.
|
| 192 |
+
* Dropped support for Python 3.3.
|
| 193 |
+
|
| 194 |
+
1.1.2 - 2017-03-31
|
| 195 |
+
------------------
|
| 196 |
+
|
| 197 |
+
* reorder link time library search path when using bundled
|
| 198 |
+
libsodium
|
| 199 |
+
|
| 200 |
+
1.1.1 - 2017-03-15
|
| 201 |
+
------------------
|
| 202 |
+
|
| 203 |
+
* Fixed a circular import bug in ``nacl.utils``.
|
| 204 |
+
|
| 205 |
+
1.1.0 - 2017-03-14
|
| 206 |
+
------------------
|
| 207 |
+
|
| 208 |
+
* Dropped support for Python 2.6.
|
| 209 |
+
* Added ``shared_key()`` method on ``Box``.
|
| 210 |
+
* You can now pass ``None`` to ``nonce`` when encrypting with ``Box`` or
|
| 211 |
+
``SecretBox`` and it will automatically generate a random nonce.
|
| 212 |
+
* Added support for ``siphash24``.
|
| 213 |
+
* Added support for ``blake2b``.
|
| 214 |
+
* Added support for ``scrypt``.
|
| 215 |
+
* Update ``libsodium`` to 1.0.11.
|
| 216 |
+
* Default to the bundled ``libsodium`` when compiling.
|
| 217 |
+
* All raised exceptions are defined mixing-in
|
| 218 |
+
``nacl.exceptions.CryptoError``
|
| 219 |
+
|
| 220 |
+
1.0.1 - 2016-01-24
|
| 221 |
+
------------------
|
| 222 |
+
|
| 223 |
+
* Fix an issue with absolute paths that prevented the creation of wheels.
|
| 224 |
+
|
| 225 |
+
1.0 - 2016-01-23
|
| 226 |
+
----------------
|
| 227 |
+
|
| 228 |
+
* PyNaCl has been ported to use the new APIs available in cffi 1.0+.
|
| 229 |
+
Due to this change we no longer support PyPy releases older than 2.6.
|
| 230 |
+
* Python 3.2 support has been dropped.
|
| 231 |
+
* Functions to convert between Ed25519 and Curve25519 keys have been added.
|
| 232 |
+
|
| 233 |
+
0.3.0 - 2015-03-04
|
| 234 |
+
------------------
|
| 235 |
+
|
| 236 |
+
* The low-level API (`nacl.c.*`) has been changed to match the
|
| 237 |
+
upstream NaCl C/C++ conventions (as well as those of other NaCl bindings).
|
| 238 |
+
The order of arguments and return values has changed significantly. To
|
| 239 |
+
avoid silent failures, `nacl.c` has been removed, and replaced with
|
| 240 |
+
`nacl.bindings` (with the new argument ordering). If you have code which
|
| 241 |
+
calls these functions (e.g. `nacl.c.crypto_box_keypair()`), you must review
|
| 242 |
+
the new docstrings and update your code/imports to match the new
|
| 243 |
+
conventions.
|
| 244 |
+
|
| 245 |
+
|
venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/RECORD
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PyNaCl-1.5.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
PyNaCl-1.5.0.dist-info/LICENSE,sha256=0xdK1j5yHUydzLitQyCEiZLTFDabxGMZcgtYAskVP-k,9694
|
| 3 |
+
PyNaCl-1.5.0.dist-info/METADATA,sha256=OJaXCiHgNRywLY9cj3X2euddUPZ4dnyyqAQMU01X4j0,8634
|
| 4 |
+
PyNaCl-1.5.0.dist-info/RECORD,,
|
| 5 |
+
PyNaCl-1.5.0.dist-info/WHEEL,sha256=TIQeZFe3DwXBO5UGlCH1aKpf5Cx6FJLbIUqd-Sq2juI,185
|
| 6 |
+
PyNaCl-1.5.0.dist-info/top_level.txt,sha256=wfdEOI_G2RIzmzsMyhpqP17HUh6Jcqi99to9aHLEslo,13
|
| 7 |
+
nacl/__init__.py,sha256=0IUunzBT8_Jn0DUdHacBExOYeAEMggo8slkfjo7O0XM,1116
|
| 8 |
+
nacl/__pycache__/__init__.cpython-310.pyc,,
|
| 9 |
+
nacl/__pycache__/encoding.cpython-310.pyc,,
|
| 10 |
+
nacl/__pycache__/exceptions.cpython-310.pyc,,
|
| 11 |
+
nacl/__pycache__/hash.cpython-310.pyc,,
|
| 12 |
+
nacl/__pycache__/hashlib.cpython-310.pyc,,
|
| 13 |
+
nacl/__pycache__/public.cpython-310.pyc,,
|
| 14 |
+
nacl/__pycache__/secret.cpython-310.pyc,,
|
| 15 |
+
nacl/__pycache__/signing.cpython-310.pyc,,
|
| 16 |
+
nacl/__pycache__/utils.cpython-310.pyc,,
|
| 17 |
+
nacl/_sodium.abi3.so,sha256=uJ6RwSnbb9wO4esR0bVUqrfFHtBOGm34IQIdmaE1fGY,2740136
|
| 18 |
+
nacl/bindings/__init__.py,sha256=BDlStrds2EuUS4swOL4pnf92PWVS_CHRCptX3KhEX-s,16997
|
| 19 |
+
nacl/bindings/__pycache__/__init__.cpython-310.pyc,,
|
| 20 |
+
nacl/bindings/__pycache__/crypto_aead.cpython-310.pyc,,
|
| 21 |
+
nacl/bindings/__pycache__/crypto_box.cpython-310.pyc,,
|
| 22 |
+
nacl/bindings/__pycache__/crypto_core.cpython-310.pyc,,
|
| 23 |
+
nacl/bindings/__pycache__/crypto_generichash.cpython-310.pyc,,
|
| 24 |
+
nacl/bindings/__pycache__/crypto_hash.cpython-310.pyc,,
|
| 25 |
+
nacl/bindings/__pycache__/crypto_kx.cpython-310.pyc,,
|
| 26 |
+
nacl/bindings/__pycache__/crypto_pwhash.cpython-310.pyc,,
|
| 27 |
+
nacl/bindings/__pycache__/crypto_scalarmult.cpython-310.pyc,,
|
| 28 |
+
nacl/bindings/__pycache__/crypto_secretbox.cpython-310.pyc,,
|
| 29 |
+
nacl/bindings/__pycache__/crypto_secretstream.cpython-310.pyc,,
|
| 30 |
+
nacl/bindings/__pycache__/crypto_shorthash.cpython-310.pyc,,
|
| 31 |
+
nacl/bindings/__pycache__/crypto_sign.cpython-310.pyc,,
|
| 32 |
+
nacl/bindings/__pycache__/randombytes.cpython-310.pyc,,
|
| 33 |
+
nacl/bindings/__pycache__/sodium_core.cpython-310.pyc,,
|
| 34 |
+
nacl/bindings/__pycache__/utils.cpython-310.pyc,,
|
| 35 |
+
nacl/bindings/crypto_aead.py,sha256=BIw1k_JCfr5ylZk0RF5rCFIM1fhfLkEa-aiWkrfffNE,15597
|
| 36 |
+
nacl/bindings/crypto_box.py,sha256=Ox0NG2t4MsGhBAa7Kgah4o0gc99ULMsqkdX56ofOouY,10139
|
| 37 |
+
nacl/bindings/crypto_core.py,sha256=6u9G3y7H-QrawO785UkFFFtwDoCkeHE63GOUl9p5-eA,13736
|
| 38 |
+
nacl/bindings/crypto_generichash.py,sha256=9mX0DGIIzicr-uXrqFM1nU4tirasbixDwbcdfV7W1fc,8852
|
| 39 |
+
nacl/bindings/crypto_hash.py,sha256=Rg1rsEwE3azhsQT-dNVPA4NB9VogJAKn1EfxYt0pPe0,2175
|
| 40 |
+
nacl/bindings/crypto_kx.py,sha256=oZNVlNgROpHOa1XQ_uZe0tqIkdfuApeJlRnwR23_74k,6723
|
| 41 |
+
nacl/bindings/crypto_pwhash.py,sha256=laVDo4xFUuGyEjtZAU510AklBF6ablBy7Z3HN1WDYjY,18848
|
| 42 |
+
nacl/bindings/crypto_scalarmult.py,sha256=_DX-mst2uCnzjo6fP5HRTnhv1BC95B9gmJc3L_or16g,8244
|
| 43 |
+
nacl/bindings/crypto_secretbox.py,sha256=KgZ1VvkCJDlQ85jtfe9c02VofPvuEgZEhWni-aX3MsM,2914
|
| 44 |
+
nacl/bindings/crypto_secretstream.py,sha256=G0FgZS01qA5RzWzm5Bdms8Yy_lvgdZDoUYYBActPmvQ,11165
|
| 45 |
+
nacl/bindings/crypto_shorthash.py,sha256=PQU7djHTLDGdVs-w_TsivjFHHp5EK5k2Yh6p-6z0T60,2603
|
| 46 |
+
nacl/bindings/crypto_sign.py,sha256=53j2im9E4F79qT_2U8IfCAc3lzg0VMwEjvAPEUccVDg,10342
|
| 47 |
+
nacl/bindings/randombytes.py,sha256=uBK3W4WcjgnjZdWanrX0fjYZpr9KHbBgNMl9rui-Ojc,1563
|
| 48 |
+
nacl/bindings/sodium_core.py,sha256=9Y9CX--sq-TaPaQRPRpx8SWDSS9PJOja_Cqb-yqyJNQ,1039
|
| 49 |
+
nacl/bindings/utils.py,sha256=KDwQnadXeNMbqEA1SmpNyCVo5k8MiUQa07QM66VzfXM,4298
|
| 50 |
+
nacl/encoding.py,sha256=qTAPc2MXSkdh4cqDVY0ra6kHyViHMCmEo_re7cgGk5w,2915
|
| 51 |
+
nacl/exceptions.py,sha256=GZH32aJtZgqCO4uz0LRsev8z0WyvAYuV3YVqT9AAQq4,2451
|
| 52 |
+
nacl/hash.py,sha256=EYBOe6UVc9SUQINEmyuRSa1QGRSvdwdrBzTL1tdFLU8,6392
|
| 53 |
+
nacl/hashlib.py,sha256=L5Fv75St8AMPvb-GhA4YqX5p1mC_Sb4HhC1NxNQMpJA,4400
|
| 54 |
+
nacl/public.py,sha256=RVGCWQRjIJOmW-8sNrVLtsDjMMGx30i6UyfViGCnQNA,14792
|
| 55 |
+
nacl/pwhash/__init__.py,sha256=XSDXd7wQHNLEHl0mkHfVb5lFQsp6ygHkhen718h0BSM,2675
|
| 56 |
+
nacl/pwhash/__pycache__/__init__.cpython-310.pyc,,
|
| 57 |
+
nacl/pwhash/__pycache__/_argon2.cpython-310.pyc,,
|
| 58 |
+
nacl/pwhash/__pycache__/argon2i.cpython-310.pyc,,
|
| 59 |
+
nacl/pwhash/__pycache__/argon2id.cpython-310.pyc,,
|
| 60 |
+
nacl/pwhash/__pycache__/scrypt.cpython-310.pyc,,
|
| 61 |
+
nacl/pwhash/_argon2.py,sha256=jL1ChR9biwYh3RSuc-LJ2-W4DlVLHpir-XHGX8cpeJQ,1779
|
| 62 |
+
nacl/pwhash/argon2i.py,sha256=IIvIuO9siKUu5-Wpz0SGiltLQv7Du_mi9BUE8INRK_4,4405
|
| 63 |
+
nacl/pwhash/argon2id.py,sha256=H22i8O4j9Ws4L3JsXl9TRcJzDcyaVumhQRPzINAgJWM,4433
|
| 64 |
+
nacl/pwhash/scrypt.py,sha256=fMr3Qht1a1EY8aebNNntfLRjinIPXtKYKKrrBhY5LDc,6986
|
| 65 |
+
nacl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 66 |
+
nacl/secret.py,sha256=kauBNuP-0rb3TjU2EMBMu5Vnmzjnscp1bRqMspy5LzU,12108
|
| 67 |
+
nacl/signing.py,sha256=kbTEUyHLUMaNLv1nCjxzGxCs82Qs5w8gxE_CnEwPuIU,8337
|
| 68 |
+
nacl/utils.py,sha256=gmlTD1x9ZNwzHd8LpALH1CHud-Htv8ejRb3y7TyS9f0,2341
|
venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: bdist_wheel (0.37.1)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp36-abi3-manylinux_2_17_x86_64
|
| 5 |
+
Tag: cp36-abi3-manylinux2014_x86_64
|
| 6 |
+
Tag: cp36-abi3-manylinux_2_24_x86_64
|
| 7 |
+
|
venv/lib/python3.10/site-packages/PyNaCl-1.5.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_sodium
|
| 2 |
+
nacl
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/LICENSE
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
GNU LESSER GENERAL PUBLIC LICENSE
|
| 2 |
+
Version 2.1, February 1999
|
| 3 |
+
|
| 4 |
+
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
| 5 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| 6 |
+
Everyone is permitted to copy and distribute verbatim copies
|
| 7 |
+
of this license document, but changing it is not allowed.
|
| 8 |
+
|
| 9 |
+
[This is the first released version of the Lesser GPL. It also counts
|
| 10 |
+
as the successor of the GNU Library Public License, version 2, hence
|
| 11 |
+
the version number 2.1.]
|
| 12 |
+
|
| 13 |
+
Preamble
|
| 14 |
+
|
| 15 |
+
The licenses for most software are designed to take away your
|
| 16 |
+
freedom to share and change it. By contrast, the GNU General Public
|
| 17 |
+
Licenses are intended to guarantee your freedom to share and change
|
| 18 |
+
free software--to make sure the software is free for all its users.
|
| 19 |
+
|
| 20 |
+
This license, the Lesser General Public License, applies to some
|
| 21 |
+
specially designated software packages--typically libraries--of the
|
| 22 |
+
Free Software Foundation and other authors who decide to use it. You
|
| 23 |
+
can use it too, but we suggest you first think carefully about whether
|
| 24 |
+
this license or the ordinary General Public License is the better
|
| 25 |
+
strategy to use in any particular case, based on the explanations below.
|
| 26 |
+
|
| 27 |
+
When we speak of free software, we are referring to freedom of use,
|
| 28 |
+
not price. Our General Public Licenses are designed to make sure that
|
| 29 |
+
you have the freedom to distribute copies of free software (and charge
|
| 30 |
+
for this service if you wish); that you receive source code or can get
|
| 31 |
+
it if you want it; that you can change the software and use pieces of
|
| 32 |
+
it in new free programs; and that you are informed that you can do
|
| 33 |
+
these things.
|
| 34 |
+
|
| 35 |
+
To protect your rights, we need to make restrictions that forbid
|
| 36 |
+
distributors to deny you these rights or to ask you to surrender these
|
| 37 |
+
rights. These restrictions translate to certain responsibilities for
|
| 38 |
+
you if you distribute copies of the library or if you modify it.
|
| 39 |
+
|
| 40 |
+
For example, if you distribute copies of the library, whether gratis
|
| 41 |
+
or for a fee, you must give the recipients all the rights that we gave
|
| 42 |
+
you. You must make sure that they, too, receive or can get the source
|
| 43 |
+
code. If you link other code with the library, you must provide
|
| 44 |
+
complete object files to the recipients, so that they can relink them
|
| 45 |
+
with the library after making changes to the library and recompiling
|
| 46 |
+
it. And you must show them these terms so they know their rights.
|
| 47 |
+
|
| 48 |
+
We protect your rights with a two-step method: (1) we copyright the
|
| 49 |
+
library, and (2) we offer you this license, which gives you legal
|
| 50 |
+
permission to copy, distribute and/or modify the library.
|
| 51 |
+
|
| 52 |
+
To protect each distributor, we want to make it very clear that
|
| 53 |
+
there is no warranty for the free library. Also, if the library is
|
| 54 |
+
modified by someone else and passed on, the recipients should know
|
| 55 |
+
that what they have is not the original version, so that the original
|
| 56 |
+
author's reputation will not be affected by problems that might be
|
| 57 |
+
introduced by others.
|
| 58 |
+
|
| 59 |
+
Finally, software patents pose a constant threat to the existence of
|
| 60 |
+
any free program. We wish to make sure that a company cannot
|
| 61 |
+
effectively restrict the users of a free program by obtaining a
|
| 62 |
+
restrictive license from a patent holder. Therefore, we insist that
|
| 63 |
+
any patent license obtained for a version of the library must be
|
| 64 |
+
consistent with the full freedom of use specified in this license.
|
| 65 |
+
|
| 66 |
+
Most GNU software, including some libraries, is covered by the
|
| 67 |
+
ordinary GNU General Public License. This license, the GNU Lesser
|
| 68 |
+
General Public License, applies to certain designated libraries, and
|
| 69 |
+
is quite different from the ordinary General Public License. We use
|
| 70 |
+
this license for certain libraries in order to permit linking those
|
| 71 |
+
libraries into non-free programs.
|
| 72 |
+
|
| 73 |
+
When a program is linked with a library, whether statically or using
|
| 74 |
+
a shared library, the combination of the two is legally speaking a
|
| 75 |
+
combined work, a derivative of the original library. The ordinary
|
| 76 |
+
General Public License therefore permits such linking only if the
|
| 77 |
+
entire combination fits its criteria of freedom. The Lesser General
|
| 78 |
+
Public License permits more lax criteria for linking other code with
|
| 79 |
+
the library.
|
| 80 |
+
|
| 81 |
+
We call this license the "Lesser" General Public License because it
|
| 82 |
+
does Less to protect the user's freedom than the ordinary General
|
| 83 |
+
Public License. It also provides other free software developers Less
|
| 84 |
+
of an advantage over competing non-free programs. These disadvantages
|
| 85 |
+
are the reason we use the ordinary General Public License for many
|
| 86 |
+
libraries. However, the Lesser license provides advantages in certain
|
| 87 |
+
special circumstances.
|
| 88 |
+
|
| 89 |
+
For example, on rare occasions, there may be a special need to
|
| 90 |
+
encourage the widest possible use of a certain library, so that it becomes
|
| 91 |
+
a de-facto standard. To achieve this, non-free programs must be
|
| 92 |
+
allowed to use the library. A more frequent case is that a free
|
| 93 |
+
library does the same job as widely used non-free libraries. In this
|
| 94 |
+
case, there is little to gain by limiting the free library to free
|
| 95 |
+
software only, so we use the Lesser General Public License.
|
| 96 |
+
|
| 97 |
+
In other cases, permission to use a particular library in non-free
|
| 98 |
+
programs enables a greater number of people to use a large body of
|
| 99 |
+
free software. For example, permission to use the GNU C Library in
|
| 100 |
+
non-free programs enables many more people to use the whole GNU
|
| 101 |
+
operating system, as well as its variant, the GNU/Linux operating
|
| 102 |
+
system.
|
| 103 |
+
|
| 104 |
+
Although the Lesser General Public License is Less protective of the
|
| 105 |
+
users' freedom, it does ensure that the user of a program that is
|
| 106 |
+
linked with the Library has the freedom and the wherewithal to run
|
| 107 |
+
that program using a modified version of the Library.
|
| 108 |
+
|
| 109 |
+
The precise terms and conditions for copying, distribution and
|
| 110 |
+
modification follow. Pay close attention to the difference between a
|
| 111 |
+
"work based on the library" and a "work that uses the library". The
|
| 112 |
+
former contains code derived from the library, whereas the latter must
|
| 113 |
+
be combined with the library in order to run.
|
| 114 |
+
|
| 115 |
+
GNU LESSER GENERAL PUBLIC LICENSE
|
| 116 |
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
| 117 |
+
|
| 118 |
+
0. This License Agreement applies to any software library or other
|
| 119 |
+
program which contains a notice placed by the copyright holder or
|
| 120 |
+
other authorized party saying it may be distributed under the terms of
|
| 121 |
+
this Lesser General Public License (also called "this License").
|
| 122 |
+
Each licensee is addressed as "you".
|
| 123 |
+
|
| 124 |
+
A "library" means a collection of software functions and/or data
|
| 125 |
+
prepared so as to be conveniently linked with application programs
|
| 126 |
+
(which use some of those functions and data) to form executables.
|
| 127 |
+
|
| 128 |
+
The "Library", below, refers to any such software library or work
|
| 129 |
+
which has been distributed under these terms. A "work based on the
|
| 130 |
+
Library" means either the Library or any derivative work under
|
| 131 |
+
copyright law: that is to say, a work containing the Library or a
|
| 132 |
+
portion of it, either verbatim or with modifications and/or translated
|
| 133 |
+
straightforwardly into another language. (Hereinafter, translation is
|
| 134 |
+
included without limitation in the term "modification".)
|
| 135 |
+
|
| 136 |
+
"Source code" for a work means the preferred form of the work for
|
| 137 |
+
making modifications to it. For a library, complete source code means
|
| 138 |
+
all the source code for all modules it contains, plus any associated
|
| 139 |
+
interface definition files, plus the scripts used to control compilation
|
| 140 |
+
and installation of the library.
|
| 141 |
+
|
| 142 |
+
Activities other than copying, distribution and modification are not
|
| 143 |
+
covered by this License; they are outside its scope. The act of
|
| 144 |
+
running a program using the Library is not restricted, and output from
|
| 145 |
+
such a program is covered only if its contents constitute a work based
|
| 146 |
+
on the Library (independent of the use of the Library in a tool for
|
| 147 |
+
writing it). Whether that is true depends on what the Library does
|
| 148 |
+
and what the program that uses the Library does.
|
| 149 |
+
|
| 150 |
+
1. You may copy and distribute verbatim copies of the Library's
|
| 151 |
+
complete source code as you receive it, in any medium, provided that
|
| 152 |
+
you conspicuously and appropriately publish on each copy an
|
| 153 |
+
appropriate copyright notice and disclaimer of warranty; keep intact
|
| 154 |
+
all the notices that refer to this License and to the absence of any
|
| 155 |
+
warranty; and distribute a copy of this License along with the
|
| 156 |
+
Library.
|
| 157 |
+
|
| 158 |
+
You may charge a fee for the physical act of transferring a copy,
|
| 159 |
+
and you may at your option offer warranty protection in exchange for a
|
| 160 |
+
fee.
|
| 161 |
+
|
| 162 |
+
2. You may modify your copy or copies of the Library or any portion
|
| 163 |
+
of it, thus forming a work based on the Library, and copy and
|
| 164 |
+
distribute such modifications or work under the terms of Section 1
|
| 165 |
+
above, provided that you also meet all of these conditions:
|
| 166 |
+
|
| 167 |
+
a) The modified work must itself be a software library.
|
| 168 |
+
|
| 169 |
+
b) You must cause the files modified to carry prominent notices
|
| 170 |
+
stating that you changed the files and the date of any change.
|
| 171 |
+
|
| 172 |
+
c) You must cause the whole of the work to be licensed at no
|
| 173 |
+
charge to all third parties under the terms of this License.
|
| 174 |
+
|
| 175 |
+
d) If a facility in the modified Library refers to a function or a
|
| 176 |
+
table of data to be supplied by an application program that uses
|
| 177 |
+
the facility, other than as an argument passed when the facility
|
| 178 |
+
is invoked, then you must make a good faith effort to ensure that,
|
| 179 |
+
in the event an application does not supply such function or
|
| 180 |
+
table, the facility still operates, and performs whatever part of
|
| 181 |
+
its purpose remains meaningful.
|
| 182 |
+
|
| 183 |
+
(For example, a function in a library to compute square roots has
|
| 184 |
+
a purpose that is entirely well-defined independent of the
|
| 185 |
+
application. Therefore, Subsection 2d requires that any
|
| 186 |
+
application-supplied function or table used by this function must
|
| 187 |
+
be optional: if the application does not supply it, the square
|
| 188 |
+
root function must still compute square roots.)
|
| 189 |
+
|
| 190 |
+
These requirements apply to the modified work as a whole. If
|
| 191 |
+
identifiable sections of that work are not derived from the Library,
|
| 192 |
+
and can be reasonably considered independent and separate works in
|
| 193 |
+
themselves, then this License, and its terms, do not apply to those
|
| 194 |
+
sections when you distribute them as separate works. But when you
|
| 195 |
+
distribute the same sections as part of a whole which is a work based
|
| 196 |
+
on the Library, the distribution of the whole must be on the terms of
|
| 197 |
+
this License, whose permissions for other licensees extend to the
|
| 198 |
+
entire whole, and thus to each and every part regardless of who wrote
|
| 199 |
+
it.
|
| 200 |
+
|
| 201 |
+
Thus, it is not the intent of this section to claim rights or contest
|
| 202 |
+
your rights to work written entirely by you; rather, the intent is to
|
| 203 |
+
exercise the right to control the distribution of derivative or
|
| 204 |
+
collective works based on the Library.
|
| 205 |
+
|
| 206 |
+
In addition, mere aggregation of another work not based on the Library
|
| 207 |
+
with the Library (or with a work based on the Library) on a volume of
|
| 208 |
+
a storage or distribution medium does not bring the other work under
|
| 209 |
+
the scope of this License.
|
| 210 |
+
|
| 211 |
+
3. You may opt to apply the terms of the ordinary GNU General Public
|
| 212 |
+
License instead of this License to a given copy of the Library. To do
|
| 213 |
+
this, you must alter all the notices that refer to this License, so
|
| 214 |
+
that they refer to the ordinary GNU General Public License, version 2,
|
| 215 |
+
instead of to this License. (If a newer version than version 2 of the
|
| 216 |
+
ordinary GNU General Public License has appeared, then you can specify
|
| 217 |
+
that version instead if you wish.) Do not make any other change in
|
| 218 |
+
these notices.
|
| 219 |
+
|
| 220 |
+
Once this change is made in a given copy, it is irreversible for
|
| 221 |
+
that copy, so the ordinary GNU General Public License applies to all
|
| 222 |
+
subsequent copies and derivative works made from that copy.
|
| 223 |
+
|
| 224 |
+
This option is useful when you wish to copy part of the code of
|
| 225 |
+
the Library into a program that is not a library.
|
| 226 |
+
|
| 227 |
+
4. You may copy and distribute the Library (or a portion or
|
| 228 |
+
derivative of it, under Section 2) in object code or executable form
|
| 229 |
+
under the terms of Sections 1 and 2 above provided that you accompany
|
| 230 |
+
it with the complete corresponding machine-readable source code, which
|
| 231 |
+
must be distributed under the terms of Sections 1 and 2 above on a
|
| 232 |
+
medium customarily used for software interchange.
|
| 233 |
+
|
| 234 |
+
If distribution of object code is made by offering access to copy
|
| 235 |
+
from a designated place, then offering equivalent access to copy the
|
| 236 |
+
source code from the same place satisfies the requirement to
|
| 237 |
+
distribute the source code, even though third parties are not
|
| 238 |
+
compelled to copy the source along with the object code.
|
| 239 |
+
|
| 240 |
+
5. A program that contains no derivative of any portion of the
|
| 241 |
+
Library, but is designed to work with the Library by being compiled or
|
| 242 |
+
linked with it, is called a "work that uses the Library". Such a
|
| 243 |
+
work, in isolation, is not a derivative work of the Library, and
|
| 244 |
+
therefore falls outside the scope of this License.
|
| 245 |
+
|
| 246 |
+
However, linking a "work that uses the Library" with the Library
|
| 247 |
+
creates an executable that is a derivative of the Library (because it
|
| 248 |
+
contains portions of the Library), rather than a "work that uses the
|
| 249 |
+
library". The executable is therefore covered by this License.
|
| 250 |
+
Section 6 states terms for distribution of such executables.
|
| 251 |
+
|
| 252 |
+
When a "work that uses the Library" uses material from a header file
|
| 253 |
+
that is part of the Library, the object code for the work may be a
|
| 254 |
+
derivative work of the Library even though the source code is not.
|
| 255 |
+
Whether this is true is especially significant if the work can be
|
| 256 |
+
linked without the Library, or if the work is itself a library. The
|
| 257 |
+
threshold for this to be true is not precisely defined by law.
|
| 258 |
+
|
| 259 |
+
If such an object file uses only numerical parameters, data
|
| 260 |
+
structure layouts and accessors, and small macros and small inline
|
| 261 |
+
functions (ten lines or less in length), then the use of the object
|
| 262 |
+
file is unrestricted, regardless of whether it is legally a derivative
|
| 263 |
+
work. (Executables containing this object code plus portions of the
|
| 264 |
+
Library will still fall under Section 6.)
|
| 265 |
+
|
| 266 |
+
Otherwise, if the work is a derivative of the Library, you may
|
| 267 |
+
distribute the object code for the work under the terms of Section 6.
|
| 268 |
+
Any executables containing that work also fall under Section 6,
|
| 269 |
+
whether or not they are linked directly with the Library itself.
|
| 270 |
+
|
| 271 |
+
6. As an exception to the Sections above, you may also combine or
|
| 272 |
+
link a "work that uses the Library" with the Library to produce a
|
| 273 |
+
work containing portions of the Library, and distribute that work
|
| 274 |
+
under terms of your choice, provided that the terms permit
|
| 275 |
+
modification of the work for the customer's own use and reverse
|
| 276 |
+
engineering for debugging such modifications.
|
| 277 |
+
|
| 278 |
+
You must give prominent notice with each copy of the work that the
|
| 279 |
+
Library is used in it and that the Library and its use are covered by
|
| 280 |
+
this License. You must supply a copy of this License. If the work
|
| 281 |
+
during execution displays copyright notices, you must include the
|
| 282 |
+
copyright notice for the Library among them, as well as a reference
|
| 283 |
+
directing the user to the copy of this License. Also, you must do one
|
| 284 |
+
of these things:
|
| 285 |
+
|
| 286 |
+
a) Accompany the work with the complete corresponding
|
| 287 |
+
machine-readable source code for the Library including whatever
|
| 288 |
+
changes were used in the work (which must be distributed under
|
| 289 |
+
Sections 1 and 2 above); and, if the work is an executable linked
|
| 290 |
+
with the Library, with the complete machine-readable "work that
|
| 291 |
+
uses the Library", as object code and/or source code, so that the
|
| 292 |
+
user can modify the Library and then relink to produce a modified
|
| 293 |
+
executable containing the modified Library. (It is understood
|
| 294 |
+
that the user who changes the contents of definitions files in the
|
| 295 |
+
Library will not necessarily be able to recompile the application
|
| 296 |
+
to use the modified definitions.)
|
| 297 |
+
|
| 298 |
+
b) Use a suitable shared library mechanism for linking with the
|
| 299 |
+
Library. A suitable mechanism is one that (1) uses at run time a
|
| 300 |
+
copy of the library already present on the user's computer system,
|
| 301 |
+
rather than copying library functions into the executable, and (2)
|
| 302 |
+
will operate properly with a modified version of the library, if
|
| 303 |
+
the user installs one, as long as the modified version is
|
| 304 |
+
interface-compatible with the version that the work was made with.
|
| 305 |
+
|
| 306 |
+
c) Accompany the work with a written offer, valid for at
|
| 307 |
+
least three years, to give the same user the materials
|
| 308 |
+
specified in Subsection 6a, above, for a charge no more
|
| 309 |
+
than the cost of performing this distribution.
|
| 310 |
+
|
| 311 |
+
d) If distribution of the work is made by offering access to copy
|
| 312 |
+
from a designated place, offer equivalent access to copy the above
|
| 313 |
+
specified materials from the same place.
|
| 314 |
+
|
| 315 |
+
e) Verify that the user has already received a copy of these
|
| 316 |
+
materials or that you have already sent this user a copy.
|
| 317 |
+
|
| 318 |
+
For an executable, the required form of the "work that uses the
|
| 319 |
+
Library" must include any data and utility programs needed for
|
| 320 |
+
reproducing the executable from it. However, as a special exception,
|
| 321 |
+
the materials to be distributed need not include anything that is
|
| 322 |
+
normally distributed (in either source or binary form) with the major
|
| 323 |
+
components (compiler, kernel, and so on) of the operating system on
|
| 324 |
+
which the executable runs, unless that component itself accompanies
|
| 325 |
+
the executable.
|
| 326 |
+
|
| 327 |
+
It may happen that this requirement contradicts the license
|
| 328 |
+
restrictions of other proprietary libraries that do not normally
|
| 329 |
+
accompany the operating system. Such a contradiction means you cannot
|
| 330 |
+
use both them and the Library together in an executable that you
|
| 331 |
+
distribute.
|
| 332 |
+
|
| 333 |
+
7. You may place library facilities that are a work based on the
|
| 334 |
+
Library side-by-side in a single library together with other library
|
| 335 |
+
facilities not covered by this License, and distribute such a combined
|
| 336 |
+
library, provided that the separate distribution of the work based on
|
| 337 |
+
the Library and of the other library facilities is otherwise
|
| 338 |
+
permitted, and provided that you do these two things:
|
| 339 |
+
|
| 340 |
+
a) Accompany the combined library with a copy of the same work
|
| 341 |
+
based on the Library, uncombined with any other library
|
| 342 |
+
facilities. This must be distributed under the terms of the
|
| 343 |
+
Sections above.
|
| 344 |
+
|
| 345 |
+
b) Give prominent notice with the combined library of the fact
|
| 346 |
+
that part of it is a work based on the Library, and explaining
|
| 347 |
+
where to find the accompanying uncombined form of the same work.
|
| 348 |
+
|
| 349 |
+
8. You may not copy, modify, sublicense, link with, or distribute
|
| 350 |
+
the Library except as expressly provided under this License. Any
|
| 351 |
+
attempt otherwise to copy, modify, sublicense, link with, or
|
| 352 |
+
distribute the Library is void, and will automatically terminate your
|
| 353 |
+
rights under this License. However, parties who have received copies,
|
| 354 |
+
or rights, from you under this License will not have their licenses
|
| 355 |
+
terminated so long as such parties remain in full compliance.
|
| 356 |
+
|
| 357 |
+
9. You are not required to accept this License, since you have not
|
| 358 |
+
signed it. However, nothing else grants you permission to modify or
|
| 359 |
+
distribute the Library or its derivative works. These actions are
|
| 360 |
+
prohibited by law if you do not accept this License. Therefore, by
|
| 361 |
+
modifying or distributing the Library (or any work based on the
|
| 362 |
+
Library), you indicate your acceptance of this License to do so, and
|
| 363 |
+
all its terms and conditions for copying, distributing or modifying
|
| 364 |
+
the Library or works based on it.
|
| 365 |
+
|
| 366 |
+
10. Each time you redistribute the Library (or any work based on the
|
| 367 |
+
Library), the recipient automatically receives a license from the
|
| 368 |
+
original licensor to copy, distribute, link with or modify the Library
|
| 369 |
+
subject to these terms and conditions. You may not impose any further
|
| 370 |
+
restrictions on the recipients' exercise of the rights granted herein.
|
| 371 |
+
You are not responsible for enforcing compliance by third parties with
|
| 372 |
+
this License.
|
| 373 |
+
|
| 374 |
+
11. If, as a consequence of a court judgment or allegation of patent
|
| 375 |
+
infringement or for any other reason (not limited to patent issues),
|
| 376 |
+
conditions are imposed on you (whether by court order, agreement or
|
| 377 |
+
otherwise) that contradict the conditions of this License, they do not
|
| 378 |
+
excuse you from the conditions of this License. If you cannot
|
| 379 |
+
distribute so as to satisfy simultaneously your obligations under this
|
| 380 |
+
License and any other pertinent obligations, then as a consequence you
|
| 381 |
+
may not distribute the Library at all. For example, if a patent
|
| 382 |
+
license would not permit royalty-free redistribution of the Library by
|
| 383 |
+
all those who receive copies directly or indirectly through you, then
|
| 384 |
+
the only way you could satisfy both it and this License would be to
|
| 385 |
+
refrain entirely from distribution of the Library.
|
| 386 |
+
|
| 387 |
+
If any portion of this section is held invalid or unenforceable under any
|
| 388 |
+
particular circumstance, the balance of the section is intended to apply,
|
| 389 |
+
and the section as a whole is intended to apply in other circumstances.
|
| 390 |
+
|
| 391 |
+
It is not the purpose of this section to induce you to infringe any
|
| 392 |
+
patents or other property right claims or to contest validity of any
|
| 393 |
+
such claims; this section has the sole purpose of protecting the
|
| 394 |
+
integrity of the free software distribution system which is
|
| 395 |
+
implemented by public license practices. Many people have made
|
| 396 |
+
generous contributions to the wide range of software distributed
|
| 397 |
+
through that system in reliance on consistent application of that
|
| 398 |
+
system; it is up to the author/donor to decide if he or she is willing
|
| 399 |
+
to distribute software through any other system and a licensee cannot
|
| 400 |
+
impose that choice.
|
| 401 |
+
|
| 402 |
+
This section is intended to make thoroughly clear what is believed to
|
| 403 |
+
be a consequence of the rest of this License.
|
| 404 |
+
|
| 405 |
+
12. If the distribution and/or use of the Library is restricted in
|
| 406 |
+
certain countries either by patents or by copyrighted interfaces, the
|
| 407 |
+
original copyright holder who places the Library under this License may add
|
| 408 |
+
an explicit geographical distribution limitation excluding those countries,
|
| 409 |
+
so that distribution is permitted only in or among countries not thus
|
| 410 |
+
excluded. In such case, this License incorporates the limitation as if
|
| 411 |
+
written in the body of this License.
|
| 412 |
+
|
| 413 |
+
13. The Free Software Foundation may publish revised and/or new
|
| 414 |
+
versions of the Lesser General Public License from time to time.
|
| 415 |
+
Such new versions will be similar in spirit to the present version,
|
| 416 |
+
but may differ in detail to address new problems or concerns.
|
| 417 |
+
|
| 418 |
+
Each version is given a distinguishing version number. If the Library
|
| 419 |
+
specifies a version number of this License which applies to it and
|
| 420 |
+
"any later version", you have the option of following the terms and
|
| 421 |
+
conditions either of that version or of any later version published by
|
| 422 |
+
the Free Software Foundation. If the Library does not specify a
|
| 423 |
+
license version number, you may choose any version ever published by
|
| 424 |
+
the Free Software Foundation.
|
| 425 |
+
|
| 426 |
+
14. If you wish to incorporate parts of the Library into other free
|
| 427 |
+
programs whose distribution conditions are incompatible with these,
|
| 428 |
+
write to the author to ask for permission. For software which is
|
| 429 |
+
copyrighted by the Free Software Foundation, write to the Free
|
| 430 |
+
Software Foundation; we sometimes make exceptions for this. Our
|
| 431 |
+
decision will be guided by the two goals of preserving the free status
|
| 432 |
+
of all derivatives of our free software and of promoting the sharing
|
| 433 |
+
and reuse of software generally.
|
| 434 |
+
|
| 435 |
+
NO WARRANTY
|
| 436 |
+
|
| 437 |
+
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
| 438 |
+
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
| 439 |
+
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
| 440 |
+
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
| 441 |
+
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
| 442 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| 443 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
| 444 |
+
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
| 445 |
+
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
| 446 |
+
|
| 447 |
+
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
| 448 |
+
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
| 449 |
+
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
| 450 |
+
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
| 451 |
+
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
| 452 |
+
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
| 453 |
+
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
| 454 |
+
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
| 455 |
+
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
| 456 |
+
DAMAGES.
|
| 457 |
+
|
| 458 |
+
END OF TERMS AND CONDITIONS
|
| 459 |
+
|
| 460 |
+
How to Apply These Terms to Your New Libraries
|
| 461 |
+
|
| 462 |
+
If you develop a new library, and you want it to be of the greatest
|
| 463 |
+
possible use to the public, we recommend making it free software that
|
| 464 |
+
everyone can redistribute and change. You can do so by permitting
|
| 465 |
+
redistribution under these terms (or, alternatively, under the terms of the
|
| 466 |
+
ordinary General Public License).
|
| 467 |
+
|
| 468 |
+
To apply these terms, attach the following notices to the library. It is
|
| 469 |
+
safest to attach them to the start of each source file to most effectively
|
| 470 |
+
convey the exclusion of warranty; and each file should have at least the
|
| 471 |
+
"copyright" line and a pointer to where the full notice is found.
|
| 472 |
+
|
| 473 |
+
<one line to give the library's name and a brief idea of what it does.>
|
| 474 |
+
Copyright (C) <year> <name of author>
|
| 475 |
+
|
| 476 |
+
This library is free software; you can redistribute it and/or
|
| 477 |
+
modify it under the terms of the GNU Lesser General Public
|
| 478 |
+
License as published by the Free Software Foundation; either
|
| 479 |
+
version 2.1 of the License, or (at your option) any later version.
|
| 480 |
+
|
| 481 |
+
This library is distributed in the hope that it will be useful,
|
| 482 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 483 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 484 |
+
Lesser General Public License for more details.
|
| 485 |
+
|
| 486 |
+
You should have received a copy of the GNU Lesser General Public
|
| 487 |
+
License along with this library; if not, write to the Free Software
|
| 488 |
+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| 489 |
+
|
| 490 |
+
Also add information on how to contact you by electronic and paper mail.
|
| 491 |
+
|
| 492 |
+
You should also get your employer (if you work as a programmer) or your
|
| 493 |
+
school, if any, to sign a "copyright disclaimer" for the library, if
|
| 494 |
+
necessary. Here is a sample; alter the names:
|
| 495 |
+
|
| 496 |
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
| 497 |
+
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
| 498 |
+
|
| 499 |
+
<signature of Ty Coon>, 1 April 1990
|
| 500 |
+
Ty Coon, President of Vice
|
| 501 |
+
|
| 502 |
+
That's all there is to it!
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/METADATA
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: chardet
|
| 3 |
+
Version: 5.2.0
|
| 4 |
+
Summary: Universal encoding detector for Python 3
|
| 5 |
+
Home-page: https://github.com/chardet/chardet
|
| 6 |
+
Author: Mark Pilgrim
|
| 7 |
+
Author-email: mark@diveintomark.org
|
| 8 |
+
Maintainer: Daniel Blanchard
|
| 9 |
+
Maintainer-email: dan.blanchard@gmail.com
|
| 10 |
+
License: LGPL
|
| 11 |
+
Project-URL: Documentation, https://chardet.readthedocs.io/
|
| 12 |
+
Project-URL: GitHub Project, https://github.com/chardet/chardet
|
| 13 |
+
Project-URL: Issue Tracker, https://github.com/chardet/chardet/issues
|
| 14 |
+
Keywords: encoding,i18n,xml
|
| 15 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 16 |
+
Classifier: Intended Audience :: Developers
|
| 17 |
+
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
|
| 18 |
+
Classifier: Operating System :: OS Independent
|
| 19 |
+
Classifier: Programming Language :: Python
|
| 20 |
+
Classifier: Programming Language :: Python :: 3
|
| 21 |
+
Classifier: Programming Language :: Python :: 3.7
|
| 22 |
+
Classifier: Programming Language :: Python :: 3.8
|
| 23 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 24 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 25 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 26 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 27 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
| 28 |
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
| 29 |
+
Classifier: Topic :: Text Processing :: Linguistic
|
| 30 |
+
Requires-Python: >=3.7
|
| 31 |
+
License-File: LICENSE
|
| 32 |
+
|
| 33 |
+
Chardet: The Universal Character Encoding Detector
|
| 34 |
+
--------------------------------------------------
|
| 35 |
+
|
| 36 |
+
.. image:: https://img.shields.io/travis/chardet/chardet/stable.svg
|
| 37 |
+
:alt: Build status
|
| 38 |
+
:target: https://travis-ci.org/chardet/chardet
|
| 39 |
+
|
| 40 |
+
.. image:: https://img.shields.io/coveralls/chardet/chardet/stable.svg
|
| 41 |
+
:target: https://coveralls.io/r/chardet/chardet
|
| 42 |
+
|
| 43 |
+
.. image:: https://img.shields.io/pypi/v/chardet.svg
|
| 44 |
+
:target: https://warehouse.python.org/project/chardet/
|
| 45 |
+
:alt: Latest version on PyPI
|
| 46 |
+
|
| 47 |
+
.. image:: https://img.shields.io/pypi/l/chardet.svg
|
| 48 |
+
:alt: License
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
Detects
|
| 52 |
+
- ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
|
| 53 |
+
- Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese)
|
| 54 |
+
- EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP (Japanese)
|
| 55 |
+
- EUC-KR, ISO-2022-KR, Johab (Korean)
|
| 56 |
+
- KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
|
| 57 |
+
- ISO-8859-5, windows-1251 (Bulgarian)
|
| 58 |
+
- ISO-8859-1, windows-1252, MacRoman (Western European languages)
|
| 59 |
+
- ISO-8859-7, windows-1253 (Greek)
|
| 60 |
+
- ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
|
| 61 |
+
- TIS-620 (Thai)
|
| 62 |
+
|
| 63 |
+
.. note::
|
| 64 |
+
Our ISO-8859-2 and windows-1250 (Hungarian) probers have been temporarily
|
| 65 |
+
disabled until we can retrain the models.
|
| 66 |
+
|
| 67 |
+
Requires Python 3.7+.
|
| 68 |
+
|
| 69 |
+
Installation
|
| 70 |
+
------------
|
| 71 |
+
|
| 72 |
+
Install from `PyPI <https://pypi.org/project/chardet/>`_::
|
| 73 |
+
|
| 74 |
+
pip install chardet
|
| 75 |
+
|
| 76 |
+
Documentation
|
| 77 |
+
-------------
|
| 78 |
+
|
| 79 |
+
For users, docs are now available at https://chardet.readthedocs.io/.
|
| 80 |
+
|
| 81 |
+
Command-line Tool
|
| 82 |
+
-----------------
|
| 83 |
+
|
| 84 |
+
chardet comes with a command-line script which reports on the encodings of one
|
| 85 |
+
or more files::
|
| 86 |
+
|
| 87 |
+
% chardetect somefile someotherfile
|
| 88 |
+
somefile: windows-1252 with confidence 0.5
|
| 89 |
+
someotherfile: ascii with confidence 1.0
|
| 90 |
+
|
| 91 |
+
About
|
| 92 |
+
-----
|
| 93 |
+
|
| 94 |
+
This is a continuation of Mark Pilgrim's excellent original chardet port from C, and `Ian Cordasco <https://github.com/sigmavirus24>`_'s
|
| 95 |
+
`charade <https://github.com/sigmavirus24/charade>`_ Python 3-compatible fork.
|
| 96 |
+
|
| 97 |
+
:maintainer: Dan Blanchard
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/RECORD
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
../../../bin/chardetect,sha256=D8Tk5mkski9J5qXuc_Nvb3Lyg5tUxOJcBO1YUWPzrrU,239
|
| 2 |
+
chardet-5.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 3 |
+
chardet-5.2.0.dist-info/LICENSE,sha256=3GJlINzVOiL3J68-5Cx3DlbJemT-OtsGN5nYqwMv5VE,26530
|
| 4 |
+
chardet-5.2.0.dist-info/METADATA,sha256=PAr2NQ6hQWpjyFnwlI7MoxHt2S_6oRiUsucOKMNhzGw,3418
|
| 5 |
+
chardet-5.2.0.dist-info/RECORD,,
|
| 6 |
+
chardet-5.2.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 7 |
+
chardet-5.2.0.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
| 8 |
+
chardet-5.2.0.dist-info/entry_points.txt,sha256=_cdvYc4jyY68GYfsQAAthNMxO-yodcGkvNC1xOEsLmI,59
|
| 9 |
+
chardet-5.2.0.dist-info/top_level.txt,sha256=AowzBbZy4x8EirABDdJSLJZMkJ_53iIag8xfKR6D7kI,8
|
| 10 |
+
chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797
|
| 11 |
+
chardet/__main__.py,sha256=puNj2o_QfBRKElEkiVp1zEIL1gGYD2o-JuXLFlqHDC4,123
|
| 12 |
+
chardet/__pycache__/__init__.cpython-310.pyc,,
|
| 13 |
+
chardet/__pycache__/__main__.cpython-310.pyc,,
|
| 14 |
+
chardet/__pycache__/big5freq.cpython-310.pyc,,
|
| 15 |
+
chardet/__pycache__/big5prober.cpython-310.pyc,,
|
| 16 |
+
chardet/__pycache__/chardistribution.cpython-310.pyc,,
|
| 17 |
+
chardet/__pycache__/charsetgroupprober.cpython-310.pyc,,
|
| 18 |
+
chardet/__pycache__/charsetprober.cpython-310.pyc,,
|
| 19 |
+
chardet/__pycache__/codingstatemachine.cpython-310.pyc,,
|
| 20 |
+
chardet/__pycache__/codingstatemachinedict.cpython-310.pyc,,
|
| 21 |
+
chardet/__pycache__/cp949prober.cpython-310.pyc,,
|
| 22 |
+
chardet/__pycache__/enums.cpython-310.pyc,,
|
| 23 |
+
chardet/__pycache__/escprober.cpython-310.pyc,,
|
| 24 |
+
chardet/__pycache__/escsm.cpython-310.pyc,,
|
| 25 |
+
chardet/__pycache__/eucjpprober.cpython-310.pyc,,
|
| 26 |
+
chardet/__pycache__/euckrfreq.cpython-310.pyc,,
|
| 27 |
+
chardet/__pycache__/euckrprober.cpython-310.pyc,,
|
| 28 |
+
chardet/__pycache__/euctwfreq.cpython-310.pyc,,
|
| 29 |
+
chardet/__pycache__/euctwprober.cpython-310.pyc,,
|
| 30 |
+
chardet/__pycache__/gb2312freq.cpython-310.pyc,,
|
| 31 |
+
chardet/__pycache__/gb2312prober.cpython-310.pyc,,
|
| 32 |
+
chardet/__pycache__/hebrewprober.cpython-310.pyc,,
|
| 33 |
+
chardet/__pycache__/jisfreq.cpython-310.pyc,,
|
| 34 |
+
chardet/__pycache__/johabfreq.cpython-310.pyc,,
|
| 35 |
+
chardet/__pycache__/johabprober.cpython-310.pyc,,
|
| 36 |
+
chardet/__pycache__/jpcntx.cpython-310.pyc,,
|
| 37 |
+
chardet/__pycache__/langbulgarianmodel.cpython-310.pyc,,
|
| 38 |
+
chardet/__pycache__/langgreekmodel.cpython-310.pyc,,
|
| 39 |
+
chardet/__pycache__/langhebrewmodel.cpython-310.pyc,,
|
| 40 |
+
chardet/__pycache__/langhungarianmodel.cpython-310.pyc,,
|
| 41 |
+
chardet/__pycache__/langrussianmodel.cpython-310.pyc,,
|
| 42 |
+
chardet/__pycache__/langthaimodel.cpython-310.pyc,,
|
| 43 |
+
chardet/__pycache__/langturkishmodel.cpython-310.pyc,,
|
| 44 |
+
chardet/__pycache__/latin1prober.cpython-310.pyc,,
|
| 45 |
+
chardet/__pycache__/macromanprober.cpython-310.pyc,,
|
| 46 |
+
chardet/__pycache__/mbcharsetprober.cpython-310.pyc,,
|
| 47 |
+
chardet/__pycache__/mbcsgroupprober.cpython-310.pyc,,
|
| 48 |
+
chardet/__pycache__/mbcssm.cpython-310.pyc,,
|
| 49 |
+
chardet/__pycache__/resultdict.cpython-310.pyc,,
|
| 50 |
+
chardet/__pycache__/sbcharsetprober.cpython-310.pyc,,
|
| 51 |
+
chardet/__pycache__/sbcsgroupprober.cpython-310.pyc,,
|
| 52 |
+
chardet/__pycache__/sjisprober.cpython-310.pyc,,
|
| 53 |
+
chardet/__pycache__/universaldetector.cpython-310.pyc,,
|
| 54 |
+
chardet/__pycache__/utf1632prober.cpython-310.pyc,,
|
| 55 |
+
chardet/__pycache__/utf8prober.cpython-310.pyc,,
|
| 56 |
+
chardet/__pycache__/version.cpython-310.pyc,,
|
| 57 |
+
chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274
|
| 58 |
+
chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763
|
| 59 |
+
chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032
|
| 60 |
+
chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915
|
| 61 |
+
chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420
|
| 62 |
+
chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 63 |
+
chardet/cli/__pycache__/__init__.cpython-310.pyc,,
|
| 64 |
+
chardet/cli/__pycache__/chardetect.cpython-310.pyc,,
|
| 65 |
+
chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242
|
| 66 |
+
chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732
|
| 67 |
+
chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542
|
| 68 |
+
chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860
|
| 69 |
+
chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683
|
| 70 |
+
chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006
|
| 71 |
+
chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176
|
| 72 |
+
chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934
|
| 73 |
+
chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566
|
| 74 |
+
chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753
|
| 75 |
+
chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913
|
| 76 |
+
chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753
|
| 77 |
+
chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735
|
| 78 |
+
chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759
|
| 79 |
+
chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537
|
| 80 |
+
chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796
|
| 81 |
+
chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498
|
| 82 |
+
chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752
|
| 83 |
+
chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055
|
| 84 |
+
chardet/langbulgarianmodel.py,sha256=bGoRpxBYtrbSHa6mX6PkEA26v30pWmhDjemhdxmkew8,104550
|
| 85 |
+
chardet/langgreekmodel.py,sha256=3wMlEzQ8oU2MbrL2xN8lkuOB0dCMLBhW6heekxusoc0,98472
|
| 86 |
+
chardet/langhebrewmodel.py,sha256=ZUTqusxMvR_earWPs5w-rH10xoe5sPjd9FLMu1DUIvE,98184
|
| 87 |
+
chardet/langhungarianmodel.py,sha256=N-YtC2EiswyS7XsUicCPRycrIzRNj47Y048odp9qOoo,101351
|
| 88 |
+
chardet/langrussianmodel.py,sha256=6v7RcZKGj0VH0864BHzizKNceAYbHvGts2p00ifC7w4,128023
|
| 89 |
+
chardet/langthaimodel.py,sha256=Mr673U9U8rkQFfUDtLP01pp-0TOsl2o6sb75YEjvpcs,102762
|
| 90 |
+
chardet/langturkishmodel.py,sha256=LkXCjWhGUEzqKXvfasHN0SFBigwKJ3xeWNVZ0EyI0kA,95360
|
| 91 |
+
chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380
|
| 92 |
+
chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077
|
| 93 |
+
chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715
|
| 94 |
+
chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131
|
| 95 |
+
chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391
|
| 96 |
+
chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 97 |
+
chardet/metadata/__pycache__/__init__.cpython-310.pyc,,
|
| 98 |
+
chardet/metadata/__pycache__/languages.cpython-310.pyc,,
|
| 99 |
+
chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560
|
| 100 |
+
chardet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 101 |
+
chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402
|
| 102 |
+
chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400
|
| 103 |
+
chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137
|
| 104 |
+
chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007
|
| 105 |
+
chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848
|
| 106 |
+
chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505
|
| 107 |
+
chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812
|
| 108 |
+
chardet/version.py,sha256=jp8ePp1zC63YxruGcHSuKxtf3-fF1LYAMUZD2eDWYok,244
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/REQUESTED
ADDED
|
File without changes
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: bdist_wheel (0.41.0)
|
| 3 |
+
Root-Is-Purelib: true
|
| 4 |
+
Tag: py3-none-any
|
| 5 |
+
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
chardetect = chardet.cli.chardetect:main
|
venv/lib/python3.10/site-packages/chardet-5.2.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
chardet
|
venv/lib/python3.10/site-packages/chardet/__init__.py
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
######################## BEGIN LICENSE BLOCK ########################
|
| 2 |
+
# This library is free software; you can redistribute it and/or
|
| 3 |
+
# modify it under the terms of the GNU Lesser General Public
|
| 4 |
+
# License as published by the Free Software Foundation; either
|
| 5 |
+
# version 2.1 of the License, or (at your option) any later version.
|
| 6 |
+
#
|
| 7 |
+
# This library is distributed in the hope that it will be useful,
|
| 8 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 9 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 10 |
+
# Lesser General Public License for more details.
|
| 11 |
+
#
|
| 12 |
+
# You should have received a copy of the GNU Lesser General Public
|
| 13 |
+
# License along with this library; if not, write to the Free Software
|
| 14 |
+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
| 15 |
+
# 02110-1301 USA
|
| 16 |
+
######################### END LICENSE BLOCK #########################
|
| 17 |
+
|
| 18 |
+
from typing import List, Union
|
| 19 |
+
|
| 20 |
+
from .charsetgroupprober import CharSetGroupProber
|
| 21 |
+
from .charsetprober import CharSetProber
|
| 22 |
+
from .enums import InputState
|
| 23 |
+
from .resultdict import ResultDict
|
| 24 |
+
from .universaldetector import UniversalDetector
|
| 25 |
+
from .version import VERSION, __version__
|
| 26 |
+
|
| 27 |
+
__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"]
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
def detect(
|
| 31 |
+
byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False
|
| 32 |
+
) -> ResultDict:
|
| 33 |
+
"""
|
| 34 |
+
Detect the encoding of the given byte string.
|
| 35 |
+
|
| 36 |
+
:param byte_str: The byte sequence to examine.
|
| 37 |
+
:type byte_str: ``bytes`` or ``bytearray``
|
| 38 |
+
:param should_rename_legacy: Should we rename legacy encodings
|
| 39 |
+
to their more modern equivalents?
|
| 40 |
+
:type should_rename_legacy: ``bool``
|
| 41 |
+
"""
|
| 42 |
+
if not isinstance(byte_str, bytearray):
|
| 43 |
+
if not isinstance(byte_str, bytes):
|
| 44 |
+
raise TypeError(
|
| 45 |
+
f"Expected object of type bytes or bytearray, got: {type(byte_str)}"
|
| 46 |
+
)
|
| 47 |
+
byte_str = bytearray(byte_str)
|
| 48 |
+
detector = UniversalDetector(should_rename_legacy=should_rename_legacy)
|
| 49 |
+
detector.feed(byte_str)
|
| 50 |
+
return detector.close()
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
def detect_all(
|
| 54 |
+
byte_str: Union[bytes, bytearray],
|
| 55 |
+
ignore_threshold: bool = False,
|
| 56 |
+
should_rename_legacy: bool = False,
|
| 57 |
+
) -> List[ResultDict]:
|
| 58 |
+
"""
|
| 59 |
+
Detect all the possible encodings of the given byte string.
|
| 60 |
+
|
| 61 |
+
:param byte_str: The byte sequence to examine.
|
| 62 |
+
:type byte_str: ``bytes`` or ``bytearray``
|
| 63 |
+
:param ignore_threshold: Include encodings that are below
|
| 64 |
+
``UniversalDetector.MINIMUM_THRESHOLD``
|
| 65 |
+
in results.
|
| 66 |
+
:type ignore_threshold: ``bool``
|
| 67 |
+
:param should_rename_legacy: Should we rename legacy encodings
|
| 68 |
+
to their more modern equivalents?
|
| 69 |
+
:type should_rename_legacy: ``bool``
|
| 70 |
+
"""
|
| 71 |
+
if not isinstance(byte_str, bytearray):
|
| 72 |
+
if not isinstance(byte_str, bytes):
|
| 73 |
+
raise TypeError(
|
| 74 |
+
f"Expected object of type bytes or bytearray, got: {type(byte_str)}"
|
| 75 |
+
)
|
| 76 |
+
byte_str = bytearray(byte_str)
|
| 77 |
+
|
| 78 |
+
detector = UniversalDetector(should_rename_legacy=should_rename_legacy)
|
| 79 |
+
detector.feed(byte_str)
|
| 80 |
+
detector.close()
|
| 81 |
+
|
| 82 |
+
if detector.input_state == InputState.HIGH_BYTE:
|
| 83 |
+
results: List[ResultDict] = []
|
| 84 |
+
probers: List[CharSetProber] = []
|
| 85 |
+
for prober in detector.charset_probers:
|
| 86 |
+
if isinstance(prober, CharSetGroupProber):
|
| 87 |
+
probers.extend(p for p in prober.probers)
|
| 88 |
+
else:
|
| 89 |
+
probers.append(prober)
|
| 90 |
+
for prober in probers:
|
| 91 |
+
if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD:
|
| 92 |
+
charset_name = prober.charset_name or ""
|
| 93 |
+
lower_charset_name = charset_name.lower()
|
| 94 |
+
# Use Windows encoding name instead of ISO-8859 if we saw any
|
| 95 |
+
# extra Windows-specific bytes
|
| 96 |
+
if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes:
|
| 97 |
+
charset_name = detector.ISO_WIN_MAP.get(
|
| 98 |
+
lower_charset_name, charset_name
|
| 99 |
+
)
|
| 100 |
+
# Rename legacy encodings with superset encodings if asked
|
| 101 |
+
if should_rename_legacy:
|
| 102 |
+
charset_name = detector.LEGACY_MAP.get(
|
| 103 |
+
charset_name.lower(), charset_name
|
| 104 |
+
)
|
| 105 |
+
results.append(
|
| 106 |
+
{
|
| 107 |
+
"encoding": charset_name,
|
| 108 |
+
"confidence": prober.get_confidence(),
|
| 109 |
+
"language": prober.language,
|
| 110 |
+
}
|
| 111 |
+
)
|
| 112 |
+
if len(results) > 0:
|
| 113 |
+
return sorted(results, key=lambda result: -result["confidence"])
|
| 114 |
+
|
| 115 |
+
return [detector.result]
|
venv/lib/python3.10/site-packages/chardet/__main__.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Wrapper so people can run python -m chardet"""
|
| 2 |
+
|
| 3 |
+
from .cli.chardetect import main
|
| 4 |
+
|
| 5 |
+
if __name__ == "__main__":
|
| 6 |
+
main()
|
venv/lib/python3.10/site-packages/chardet/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (3.15 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/__main__.cpython-310.pyc
ADDED
|
Binary file (312 Bytes). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/big5freq.cpython-310.pyc
ADDED
|
Binary file (27.2 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/big5prober.cpython-310.pyc
ADDED
|
Binary file (1.13 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/chardistribution.cpython-310.pyc
ADDED
|
Binary file (6.55 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/charsetgroupprober.cpython-310.pyc
ADDED
|
Binary file (2.4 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/charsetprober.cpython-310.pyc
ADDED
|
Binary file (3.8 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/codingstatemachine.cpython-310.pyc
ADDED
|
Binary file (3.04 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/codingstatemachinedict.cpython-310.pyc
ADDED
|
Binary file (669 Bytes). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/cp949prober.cpython-310.pyc
ADDED
|
Binary file (1.14 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/enums.cpython-310.pyc
ADDED
|
Binary file (2.63 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/escprober.cpython-310.pyc
ADDED
|
Binary file (2.79 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/escsm.cpython-310.pyc
ADDED
|
Binary file (8.49 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/eucjpprober.cpython-310.pyc
ADDED
|
Binary file (2.57 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/euckrfreq.cpython-310.pyc
ADDED
|
Binary file (12 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/euckrprober.cpython-310.pyc
ADDED
|
Binary file (1.14 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/euctwfreq.cpython-310.pyc
ADDED
|
Binary file (27.2 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/euctwprober.cpython-310.pyc
ADDED
|
Binary file (1.14 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/gb2312freq.cpython-310.pyc
ADDED
|
Binary file (19.1 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/gb2312prober.cpython-310.pyc
ADDED
|
Binary file (1.15 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/hebrewprober.cpython-310.pyc
ADDED
|
Binary file (3.39 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/jisfreq.cpython-310.pyc
ADDED
|
Binary file (22.1 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/johabfreq.cpython-310.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:102bbbed9ec33e9bc16aa3fe9e54c5448673808d0bb6d4180647091d8e8e418c
|
| 3 |
+
size 138732
|
venv/lib/python3.10/site-packages/chardet/__pycache__/johabprober.cpython-310.pyc
ADDED
|
Binary file (1.14 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/jpcntx.cpython-310.pyc
ADDED
|
Binary file (38 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc
ADDED
|
Binary file (47.9 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/langgreekmodel.cpython-310.pyc
ADDED
|
Binary file (46.1 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/langhebrewmodel.cpython-310.pyc
ADDED
|
Binary file (44.5 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/langhungarianmodel.cpython-310.pyc
ADDED
|
Binary file (47.8 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/langrussianmodel.cpython-310.pyc
ADDED
|
Binary file (61 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/langthaimodel.cpython-310.pyc
ADDED
|
Binary file (44.7 kB). View file
|
|
|
venv/lib/python3.10/site-packages/chardet/__pycache__/langturkishmodel.cpython-310.pyc
ADDED
|
Binary file (44.5 kB). View file
|
|
|