Spaces:
Running
Running
MeowSkyKung
commited on
Commit
•
4f0b2c1
1
Parent(s):
329ce4a
Upload linux-cpu
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +36 -0
- linux-cpu/_cffi_backend.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/base_library.zip +3 -0
- linux-cpu/certifi/cacert.pem +0 -0
- linux-cpu/certifi/py.typed +0 -0
- linux-cpu/cryptography-39.0.0.dist-info/INSTALLER +1 -0
- linux-cpu/cryptography-39.0.0.dist-info/LICENSE +6 -0
- linux-cpu/cryptography-39.0.0.dist-info/LICENSE.APACHE +202 -0
- linux-cpu/cryptography-39.0.0.dist-info/LICENSE.BSD +27 -0
- linux-cpu/cryptography-39.0.0.dist-info/LICENSE.PSF +41 -0
- linux-cpu/cryptography-39.0.0.dist-info/METADATA +137 -0
- linux-cpu/cryptography-39.0.0.dist-info/RECORD +181 -0
- linux-cpu/cryptography-39.0.0.dist-info/REQUESTED +0 -0
- linux-cpu/cryptography-39.0.0.dist-info/WHEEL +5 -0
- linux-cpu/cryptography-39.0.0.dist-info/top_level.txt +1 -0
- linux-cpu/cryptography/hazmat/bindings/_openssl.abi3.so +3 -0
- linux-cpu/cryptography/hazmat/bindings/_rust.abi3.so +3 -0
- linux-cpu/default.csv +64 -0
- linux-cpu/default_setting.yml +2 -0
- linux-cpu/engine_manifest.json +59 -0
- linux-cpu/engine_manifest_assets/dependency_licenses.json +0 -0
- linux-cpu/engine_manifest_assets/downloadable_libraries.json +45 -0
- linux-cpu/engine_manifest_assets/icon.png +0 -0
- linux-cpu/engine_manifest_assets/terms_of_service.md +20 -0
- linux-cpu/engine_manifest_assets/update_infos.json +1 -0
- linux-cpu/importlib_metadata-4.13.0.dist-info/INSTALLER +1 -0
- linux-cpu/importlib_metadata-4.13.0.dist-info/LICENSE +202 -0
- linux-cpu/importlib_metadata-4.13.0.dist-info/METADATA +135 -0
- linux-cpu/importlib_metadata-4.13.0.dist-info/RECORD +26 -0
- linux-cpu/importlib_metadata-4.13.0.dist-info/REQUESTED +0 -0
- linux-cpu/importlib_metadata-4.13.0.dist-info/WHEEL +5 -0
- linux-cpu/importlib_metadata-4.13.0.dist-info/top_level.txt +1 -0
- linux-cpu/lib-dynload/_asyncio.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_bisect.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_blake2.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_bz2.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_codecs_cn.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_codecs_hk.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_codecs_iso2022.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_codecs_jp.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_codecs_kr.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_codecs_tw.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_contextvars.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_csv.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_ctypes.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_datetime.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_decimal.cpython-38-x86_64-linux-gnu.so +3 -0
- linux-cpu/lib-dynload/_hashlib.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_heapq.cpython-38-x86_64-linux-gnu.so +0 -0
- linux-cpu/lib-dynload/_json.cpython-38-x86_64-linux-gnu.so +0 -0
.gitattributes
CHANGED
@@ -138,3 +138,39 @@ linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_0
|
|
138 |
linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_001.wav filter=lfs diff=lfs merge=lfs -text
|
139 |
linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_001.wav filter=lfs diff=lfs merge=lfs -text
|
140 |
linux-cpu/yaml/_yaml.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_001.wav filter=lfs diff=lfs merge=lfs -text
|
139 |
linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_001.wav filter=lfs diff=lfs merge=lfs -text
|
140 |
linux-cpu/yaml/_yaml.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
141 |
+
linux-cpu/cryptography/hazmat/bindings/_openssl.abi3.so filter=lfs diff=lfs merge=lfs -text
|
142 |
+
linux-cpu/cryptography/hazmat/bindings/_rust.abi3.so filter=lfs diff=lfs merge=lfs -text
|
143 |
+
linux-cpu/lib-dynload/_decimal.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
144 |
+
linux-cpu/lib-dynload/pyexpat.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
145 |
+
linux-cpu/lib-dynload/unicodedata.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
146 |
+
linux-cpu/libgfortran-2e0d59d6.so.5.0.0 filter=lfs diff=lfs merge=lfs -text
|
147 |
+
linux-cpu/libgfortran-ed201abd.so.3.0.0 filter=lfs diff=lfs merge=lfs -text
|
148 |
+
linux-cpu/libopenblasp-r0-085ca80a.3.9.so filter=lfs diff=lfs merge=lfs -text
|
149 |
+
linux-cpu/libopenblasp-r0-5bebc122.3.13.dev.so filter=lfs diff=lfs merge=lfs -text
|
150 |
+
linux-cpu/libpython3.8.so.1.0 filter=lfs diff=lfs merge=lfs -text
|
151 |
+
linux-cpu/numpy/core/_multiarray_umath.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
152 |
+
linux-cpu/pydantic/_hypothesis_plugin.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
153 |
+
linux-cpu/pydantic/class_validators.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
154 |
+
linux-cpu/pydantic/color.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
155 |
+
linux-cpu/pydantic/dataclasses.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
156 |
+
linux-cpu/pydantic/decorator.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
157 |
+
linux-cpu/pydantic/env_settings.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
158 |
+
linux-cpu/pydantic/error_wrappers.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
159 |
+
linux-cpu/pydantic/errors.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
160 |
+
linux-cpu/pydantic/fields.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
161 |
+
linux-cpu/pydantic/main.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
162 |
+
linux-cpu/pydantic/mypy.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
163 |
+
linux-cpu/pydantic/networks.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
164 |
+
linux-cpu/pydantic/schema.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
165 |
+
linux-cpu/pydantic/types.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
166 |
+
linux-cpu/pydantic/typing.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
167 |
+
linux-cpu/pydantic/utils.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
168 |
+
linux-cpu/pydantic/validators.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
169 |
+
linux-cpu/pyopenjtalk/openjtalk.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
170 |
+
linux-cpu/pyworld/pyworld.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
171 |
+
linux-cpu/scipy/linalg/_flapack.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
172 |
+
linux-cpu/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
173 |
+
linux-cpu/scipy/sparse/_sparsetools.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
174 |
+
linux-cpu/scipy/special/_ufuncs.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
175 |
+
linux-cpu/scipy/special/cython_special.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
176 |
+
linux-cpu/yaml/_yaml.cpython-38-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
linux-cpu/_cffi_backend.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (995 kB). View file
|
|
linux-cpu/base_library.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:917ed8e47bec72e796b2476c540ad44e06e17fa8c60a41f9fdc77ccca1d3d627
|
3 |
+
size 1032264
|
linux-cpu/certifi/cacert.pem
ADDED
The diff for this file is too large to render.
See raw diff
|
|
linux-cpu/certifi/py.typed
ADDED
File without changes
|
linux-cpu/cryptography-39.0.0.dist-info/INSTALLER
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip
|
linux-cpu/cryptography-39.0.0.dist-info/LICENSE
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This software is made available under the terms of *either* of the licenses
|
2 |
+
found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
|
3 |
+
under the terms of *both* these licenses.
|
4 |
+
|
5 |
+
The code used in the OS random engine is derived from CPython, and is licensed
|
6 |
+
under the terms of the PSF License Agreement.
|
linux-cpu/cryptography-39.0.0.dist-info/LICENSE.APACHE
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Apache License
|
3 |
+
Version 2.0, January 2004
|
4 |
+
https://www.apache.org/licenses/
|
5 |
+
|
6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7 |
+
|
8 |
+
1. Definitions.
|
9 |
+
|
10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
12 |
+
|
13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14 |
+
the copyright owner that is granting the License.
|
15 |
+
|
16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
17 |
+
other entities that control, are controlled by, or are under common
|
18 |
+
control with that entity. For the purposes of this definition,
|
19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
20 |
+
direction or management of such entity, whether by contract or
|
21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23 |
+
|
24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25 |
+
exercising permissions granted by this License.
|
26 |
+
|
27 |
+
"Source" form shall mean the preferred form for making modifications,
|
28 |
+
including but not limited to software source code, documentation
|
29 |
+
source, and configuration files.
|
30 |
+
|
31 |
+
"Object" form shall mean any form resulting from mechanical
|
32 |
+
transformation or translation of a Source form, including but
|
33 |
+
not limited to compiled object code, generated documentation,
|
34 |
+
and conversions to other media types.
|
35 |
+
|
36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
37 |
+
Object form, made available under the License, as indicated by a
|
38 |
+
copyright notice that is included in or attached to the work
|
39 |
+
(an example is provided in the Appendix below).
|
40 |
+
|
41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42 |
+
form, that is based on (or derived from) the Work and for which the
|
43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
45 |
+
of this License, Derivative Works shall not include works that remain
|
46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47 |
+
the Work and Derivative Works thereof.
|
48 |
+
|
49 |
+
"Contribution" shall mean any work of authorship, including
|
50 |
+
the original version of the Work and any modifications or additions
|
51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
55 |
+
means any form of electronic, verbal, or written communication sent
|
56 |
+
to the Licensor or its representatives, including but not limited to
|
57 |
+
communication on electronic mailing lists, source code control systems,
|
58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
60 |
+
excluding communication that is conspicuously marked or otherwise
|
61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
62 |
+
|
63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
65 |
+
subsequently incorporated within the Work.
|
66 |
+
|
67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
72 |
+
Work and such Derivative Works in Source or Object form.
|
73 |
+
|
74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77 |
+
(except as stated in this section) patent license to make, have made,
|
78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79 |
+
where such license applies only to those patent claims licensable
|
80 |
+
by such Contributor that are necessarily infringed by their
|
81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
83 |
+
institute patent litigation against any entity (including a
|
84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85 |
+
or a Contribution incorporated within the Work constitutes direct
|
86 |
+
or contributory patent infringement, then any patent licenses
|
87 |
+
granted to You under this License for that Work shall terminate
|
88 |
+
as of the date such litigation is filed.
|
89 |
+
|
90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
91 |
+
Work or Derivative Works thereof in any medium, with or without
|
92 |
+
modifications, and in Source or Object form, provided that You
|
93 |
+
meet the following conditions:
|
94 |
+
|
95 |
+
(a) You must give any other recipients of the Work or
|
96 |
+
Derivative Works a copy of this License; and
|
97 |
+
|
98 |
+
(b) You must cause any modified files to carry prominent notices
|
99 |
+
stating that You changed the files; and
|
100 |
+
|
101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
102 |
+
that You distribute, all copyright, patent, trademark, and
|
103 |
+
attribution notices from the Source form of the Work,
|
104 |
+
excluding those notices that do not pertain to any part of
|
105 |
+
the Derivative Works; and
|
106 |
+
|
107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108 |
+
distribution, then any Derivative Works that You distribute must
|
109 |
+
include a readable copy of the attribution notices contained
|
110 |
+
within such NOTICE file, excluding those notices that do not
|
111 |
+
pertain to any part of the Derivative Works, in at least one
|
112 |
+
of the following places: within a NOTICE text file distributed
|
113 |
+
as part of the Derivative Works; within the Source form or
|
114 |
+
documentation, if provided along with the Derivative Works; or,
|
115 |
+
within a display generated by the Derivative Works, if and
|
116 |
+
wherever such third-party notices normally appear. The contents
|
117 |
+
of the NOTICE file are for informational purposes only and
|
118 |
+
do not modify the License. You may add Your own attribution
|
119 |
+
notices within Derivative Works that You distribute, alongside
|
120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
121 |
+
that such additional attribution notices cannot be construed
|
122 |
+
as modifying the License.
|
123 |
+
|
124 |
+
You may add Your own copyright statement to Your modifications and
|
125 |
+
may provide additional or different license terms and conditions
|
126 |
+
for use, reproduction, or distribution of Your modifications, or
|
127 |
+
for any such Derivative Works as a whole, provided Your use,
|
128 |
+
reproduction, and distribution of the Work otherwise complies with
|
129 |
+
the conditions stated in this License.
|
130 |
+
|
131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
133 |
+
by You to the Licensor shall be under the terms and conditions of
|
134 |
+
this License, without any additional terms or conditions.
|
135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136 |
+
the terms of any separate license agreement you may have executed
|
137 |
+
with Licensor regarding such Contributions.
|
138 |
+
|
139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
141 |
+
except as required for reasonable and customary use in describing the
|
142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
143 |
+
|
144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145 |
+
agreed to in writing, Licensor provides the Work (and each
|
146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148 |
+
implied, including, without limitation, any warranties or conditions
|
149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151 |
+
appropriateness of using or redistributing the Work and assume any
|
152 |
+
risks associated with Your exercise of permissions under this License.
|
153 |
+
|
154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
155 |
+
whether in tort (including negligence), contract, or otherwise,
|
156 |
+
unless required by applicable law (such as deliberate and grossly
|
157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158 |
+
liable to You for damages, including any direct, indirect, special,
|
159 |
+
incidental, or consequential damages of any character arising as a
|
160 |
+
result of this License or out of the use or inability to use the
|
161 |
+
Work (including but not limited to damages for loss of goodwill,
|
162 |
+
work stoppage, computer failure or malfunction, or any and all
|
163 |
+
other commercial damages or losses), even if such Contributor
|
164 |
+
has been advised of the possibility of such damages.
|
165 |
+
|
166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169 |
+
or other liability obligations and/or rights consistent with this
|
170 |
+
License. However, in accepting such obligations, You may act only
|
171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172 |
+
of any other Contributor, and only if You agree to indemnify,
|
173 |
+
defend, and hold each Contributor harmless for any liability
|
174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
175 |
+
of your accepting any such warranty or additional liability.
|
176 |
+
|
177 |
+
END OF TERMS AND CONDITIONS
|
178 |
+
|
179 |
+
APPENDIX: How to apply the Apache License to your work.
|
180 |
+
|
181 |
+
To apply the Apache License to your work, attach the following
|
182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183 |
+
replaced with your own identifying information. (Don't include
|
184 |
+
the brackets!) The text should be enclosed in the appropriate
|
185 |
+
comment syntax for the file format. We also recommend that a
|
186 |
+
file or class name and description of purpose be included on the
|
187 |
+
same "printed page" as the copyright notice for easier
|
188 |
+
identification within third-party archives.
|
189 |
+
|
190 |
+
Copyright [yyyy] [name of copyright owner]
|
191 |
+
|
192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193 |
+
you may not use this file except in compliance with the License.
|
194 |
+
You may obtain a copy of the License at
|
195 |
+
|
196 |
+
https://www.apache.org/licenses/LICENSE-2.0
|
197 |
+
|
198 |
+
Unless required by applicable law or agreed to in writing, software
|
199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201 |
+
See the License for the specific language governing permissions and
|
202 |
+
limitations under the License.
|
linux-cpu/cryptography-39.0.0.dist-info/LICENSE.BSD
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Copyright (c) Individual contributors.
|
2 |
+
All rights reserved.
|
3 |
+
|
4 |
+
Redistribution and use in source and binary forms, with or without
|
5 |
+
modification, are permitted provided that the following conditions are met:
|
6 |
+
|
7 |
+
1. Redistributions of source code must retain the above copyright notice,
|
8 |
+
this list of conditions and the following disclaimer.
|
9 |
+
|
10 |
+
2. Redistributions in binary form must reproduce the above copyright
|
11 |
+
notice, this list of conditions and the following disclaimer in the
|
12 |
+
documentation and/or other materials provided with the distribution.
|
13 |
+
|
14 |
+
3. Neither the name of PyCA Cryptography nor the names of its contributors
|
15 |
+
may be used to endorse or promote products derived from this software
|
16 |
+
without specific prior written permission.
|
17 |
+
|
18 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
19 |
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
20 |
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
21 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
22 |
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
23 |
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
24 |
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
25 |
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
26 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
27 |
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
linux-cpu/cryptography-39.0.0.dist-info/LICENSE.PSF
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
|
2 |
+
the Individual or Organization ("Licensee") accessing and otherwise using Python
|
3 |
+
2.7.12 software in source or binary form and its associated documentation.
|
4 |
+
|
5 |
+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
|
6 |
+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
|
7 |
+
analyze, test, perform and/or display publicly, prepare derivative works,
|
8 |
+
distribute, and otherwise use Python 2.7.12 alone or in any derivative
|
9 |
+
version, provided, however, that PSF's License Agreement and PSF's notice of
|
10 |
+
copyright, i.e., "Copyright © 2001-2016 Python Software Foundation; All Rights
|
11 |
+
Reserved" are retained in Python 2.7.12 alone or in any derivative version
|
12 |
+
prepared by Licensee.
|
13 |
+
|
14 |
+
3. In the event Licensee prepares a derivative work that is based on or
|
15 |
+
incorporates Python 2.7.12 or any part thereof, and wants to make the
|
16 |
+
derivative work available to others as provided herein, then Licensee hereby
|
17 |
+
agrees to include in any such work a brief summary of the changes made to Python
|
18 |
+
2.7.12.
|
19 |
+
|
20 |
+
4. PSF is making Python 2.7.12 available to Licensee on an "AS IS" basis.
|
21 |
+
PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
|
22 |
+
EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
|
23 |
+
WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
|
24 |
+
USE OF PYTHON 2.7.12 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
|
25 |
+
|
26 |
+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.7.12
|
27 |
+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
|
28 |
+
MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.7.12, OR ANY DERIVATIVE
|
29 |
+
THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
30 |
+
|
31 |
+
6. This License Agreement will automatically terminate upon a material breach of
|
32 |
+
its terms and conditions.
|
33 |
+
|
34 |
+
7. Nothing in this License Agreement shall be deemed to create any relationship
|
35 |
+
of agency, partnership, or joint venture between PSF and Licensee. This License
|
36 |
+
Agreement does not grant permission to use PSF trademarks or trade name in a
|
37 |
+
trademark sense to endorse or promote products or services of Licensee, or any
|
38 |
+
third party.
|
39 |
+
|
40 |
+
8. By copying, installing or otherwise using Python 2.7.12, Licensee agrees
|
41 |
+
to be bound by the terms and conditions of this License Agreement.
|
linux-cpu/cryptography-39.0.0.dist-info/METADATA
ADDED
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Metadata-Version: 2.1
|
2 |
+
Name: cryptography
|
3 |
+
Version: 39.0.0
|
4 |
+
Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers.
|
5 |
+
Home-page: https://github.com/pyca/cryptography
|
6 |
+
Author: The Python Cryptographic Authority and individual contributors
|
7 |
+
Author-email: [email protected]
|
8 |
+
License: (Apache-2.0 OR BSD-3-Clause) AND PSF-2.0
|
9 |
+
Project-URL: Documentation, https://cryptography.io/
|
10 |
+
Project-URL: Source, https://github.com/pyca/cryptography/
|
11 |
+
Project-URL: Issues, https://github.com/pyca/cryptography/issues
|
12 |
+
Project-URL: Changelog, https://cryptography.io/en/latest/changelog/
|
13 |
+
Platform: UNKNOWN
|
14 |
+
Classifier: Development Status :: 5 - Production/Stable
|
15 |
+
Classifier: Intended Audience :: Developers
|
16 |
+
Classifier: License :: OSI Approved :: Apache Software License
|
17 |
+
Classifier: License :: OSI Approved :: BSD License
|
18 |
+
Classifier: Natural Language :: English
|
19 |
+
Classifier: Operating System :: MacOS :: MacOS X
|
20 |
+
Classifier: Operating System :: POSIX
|
21 |
+
Classifier: Operating System :: POSIX :: BSD
|
22 |
+
Classifier: Operating System :: POSIX :: Linux
|
23 |
+
Classifier: Operating System :: Microsoft :: Windows
|
24 |
+
Classifier: Programming Language :: Python
|
25 |
+
Classifier: Programming Language :: Python :: 3
|
26 |
+
Classifier: Programming Language :: Python :: 3 :: Only
|
27 |
+
Classifier: Programming Language :: Python :: 3.6
|
28 |
+
Classifier: Programming Language :: Python :: 3.7
|
29 |
+
Classifier: Programming Language :: Python :: 3.8
|
30 |
+
Classifier: Programming Language :: Python :: 3.9
|
31 |
+
Classifier: Programming Language :: Python :: 3.10
|
32 |
+
Classifier: Programming Language :: Python :: 3.11
|
33 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
34 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
35 |
+
Classifier: Topic :: Security :: Cryptography
|
36 |
+
Requires-Python: >=3.6
|
37 |
+
Description-Content-Type: text/x-rst
|
38 |
+
License-File: LICENSE
|
39 |
+
License-File: LICENSE.APACHE
|
40 |
+
License-File: LICENSE.BSD
|
41 |
+
License-File: LICENSE.PSF
|
42 |
+
Requires-Dist: cffi (>=1.12)
|
43 |
+
Provides-Extra: docs
|
44 |
+
Requires-Dist: sphinx (!=1.8.0,!=3.1.0,!=3.1.1,!=5.2.0,!=5.2.0.post0,>=1.6.5) ; extra == 'docs'
|
45 |
+
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
46 |
+
Provides-Extra: docstest
|
47 |
+
Requires-Dist: pyenchant (>=1.6.11) ; extra == 'docstest'
|
48 |
+
Requires-Dist: twine (>=1.12.0) ; extra == 'docstest'
|
49 |
+
Requires-Dist: sphinxcontrib-spelling (>=4.0.1) ; extra == 'docstest'
|
50 |
+
Provides-Extra: pep8test
|
51 |
+
Requires-Dist: black ; extra == 'pep8test'
|
52 |
+
Requires-Dist: ruff ; extra == 'pep8test'
|
53 |
+
Provides-Extra: sdist
|
54 |
+
Requires-Dist: setuptools-rust (>=0.11.4) ; extra == 'sdist'
|
55 |
+
Provides-Extra: ssh
|
56 |
+
Requires-Dist: bcrypt (>=3.1.5) ; extra == 'ssh'
|
57 |
+
Provides-Extra: test
|
58 |
+
Requires-Dist: pytest (>=6.2.0) ; extra == 'test'
|
59 |
+
Requires-Dist: pytest-benchmark ; extra == 'test'
|
60 |
+
Requires-Dist: pytest-cov ; extra == 'test'
|
61 |
+
Requires-Dist: pytest-subtests ; extra == 'test'
|
62 |
+
Requires-Dist: pytest-xdist ; extra == 'test'
|
63 |
+
Requires-Dist: pretend ; extra == 'test'
|
64 |
+
Requires-Dist: iso8601 ; extra == 'test'
|
65 |
+
Requires-Dist: pytz ; extra == 'test'
|
66 |
+
Requires-Dist: hypothesis (!=3.79.2,>=1.11.4) ; extra == 'test'
|
67 |
+
|
68 |
+
pyca/cryptography
|
69 |
+
=================
|
70 |
+
|
71 |
+
.. image:: https://img.shields.io/pypi/v/cryptography.svg
|
72 |
+
:target: https://pypi.org/project/cryptography/
|
73 |
+
:alt: Latest Version
|
74 |
+
|
75 |
+
.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest
|
76 |
+
:target: https://cryptography.io
|
77 |
+
:alt: Latest Docs
|
78 |
+
|
79 |
+
.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main
|
80 |
+
:target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain
|
81 |
+
|
82 |
+
|
83 |
+
``cryptography`` is a package which provides cryptographic recipes and
|
84 |
+
primitives to Python developers. Our goal is for it to be your "cryptographic
|
85 |
+
standard library". It supports Python 3.6+ and PyPy3 7.2+.
|
86 |
+
|
87 |
+
``cryptography`` includes both high level recipes and low level interfaces to
|
88 |
+
common cryptographic algorithms such as symmetric ciphers, message digests, and
|
89 |
+
key derivation functions. For example, to encrypt something with
|
90 |
+
``cryptography``'s high level symmetric encryption recipe:
|
91 |
+
|
92 |
+
.. code-block:: pycon
|
93 |
+
|
94 |
+
>>> from cryptography.fernet import Fernet
|
95 |
+
>>> # Put this somewhere safe!
|
96 |
+
>>> key = Fernet.generate_key()
|
97 |
+
>>> f = Fernet(key)
|
98 |
+
>>> token = f.encrypt(b"A really secret message. Not for prying eyes.")
|
99 |
+
>>> token
|
100 |
+
b'...'
|
101 |
+
>>> f.decrypt(token)
|
102 |
+
b'A really secret message. Not for prying eyes.'
|
103 |
+
|
104 |
+
You can find more information in the `documentation`_.
|
105 |
+
|
106 |
+
You can install ``cryptography`` with:
|
107 |
+
|
108 |
+
.. code-block:: console
|
109 |
+
|
110 |
+
$ pip install cryptography
|
111 |
+
|
112 |
+
For full details see `the installation documentation`_.
|
113 |
+
|
114 |
+
Discussion
|
115 |
+
~~~~~~~~~~
|
116 |
+
|
117 |
+
If you run into bugs, you can file them in our `issue tracker`_.
|
118 |
+
|
119 |
+
We maintain a `cryptography-dev`_ mailing list for development discussion.
|
120 |
+
|
121 |
+
You can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get
|
122 |
+
involved.
|
123 |
+
|
124 |
+
Security
|
125 |
+
~~~~~~~~
|
126 |
+
|
127 |
+
Need to report a security issue? Please consult our `security reporting`_
|
128 |
+
documentation.
|
129 |
+
|
130 |
+
|
131 |
+
.. _`documentation`: https://cryptography.io/
|
132 |
+
.. _`the installation documentation`: https://cryptography.io/en/latest/installation/
|
133 |
+
.. _`issue tracker`: https://github.com/pyca/cryptography/issues
|
134 |
+
.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev
|
135 |
+
.. _`security reporting`: https://cryptography.io/en/latest/security/
|
136 |
+
|
137 |
+
|
linux-cpu/cryptography-39.0.0.dist-info/RECORD
ADDED
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cryptography-39.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
2 |
+
cryptography-39.0.0.dist-info/LICENSE,sha256=Q9rSzHUqtyHNmp827OcPtTq3cTVR8tPYaU2OjFoG1uI,323
|
3 |
+
cryptography-39.0.0.dist-info/LICENSE.APACHE,sha256=qsc7MUj20dcRHbyjIJn2jSbGRMaBOuHk8F9leaomY_4,11360
|
4 |
+
cryptography-39.0.0.dist-info/LICENSE.BSD,sha256=YCxMdILeZHndLpeTzaJ15eY9dz2s0eymiSMqtwCPtPs,1532
|
5 |
+
cryptography-39.0.0.dist-info/LICENSE.PSF,sha256=aT7ApmKzn5laTyUrA6YiKUVHDBtvEsoCkY5O_g32S58,2415
|
6 |
+
cryptography-39.0.0.dist-info/METADATA,sha256=hzT08gnA0ic5_YMvxUFG8O1VTV3dXjTKRQGAj2x13xc,5284
|
7 |
+
cryptography-39.0.0.dist-info/RECORD,,
|
8 |
+
cryptography-39.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9 |
+
cryptography-39.0.0.dist-info/WHEEL,sha256=ZXaM-AC_dnzk1sUAdQV_bMrIMG6zI-GthFaEkNkWsgU,112
|
10 |
+
cryptography-39.0.0.dist-info/top_level.txt,sha256=KNaT-Sn2K4uxNaEbe6mYdDn3qWDMlp4y-MtWfB73nJc,13
|
11 |
+
cryptography/__about__.py,sha256=NhtFVw-0uEYjXuKl7COCAUliy4IsXpQnSVM0TbWb7pk,417
|
12 |
+
cryptography/__init__.py,sha256=iQ8I-Ks1V8lhzOac6IRPpiZZak2MvW-Gvduvhl0lXg8,781
|
13 |
+
cryptography/__pycache__/__about__.cpython-38.pyc,,
|
14 |
+
cryptography/__pycache__/__init__.cpython-38.pyc,,
|
15 |
+
cryptography/__pycache__/exceptions.cpython-38.pyc,,
|
16 |
+
cryptography/__pycache__/fernet.cpython-38.pyc,,
|
17 |
+
cryptography/__pycache__/utils.cpython-38.pyc,,
|
18 |
+
cryptography/exceptions.py,sha256=sN_VVTF_LuKMM6R-lIASFFuzAmz1uZ2Qbcdko9WyS64,1471
|
19 |
+
cryptography/fernet.py,sha256=qO4sQurx79k-5yOh4UnUZGm51zod0wRXJchz0l063To,6851
|
20 |
+
cryptography/hazmat/__init__.py,sha256=OYlvgprzULzZlsf3yYTsd6VUVyQmpsbHjgJdNnsyRwE,418
|
21 |
+
cryptography/hazmat/__pycache__/__init__.cpython-38.pyc,,
|
22 |
+
cryptography/hazmat/__pycache__/_oid.cpython-38.pyc,,
|
23 |
+
cryptography/hazmat/_oid.py,sha256=rCvnwb0z0VCKn7Y92IEQAoPErrANWREydYflZSNRrao,14155
|
24 |
+
cryptography/hazmat/backends/__init__.py,sha256=bgrjB1SX2vXX-rmfG7A4PqGkq-isqQVXGaZtjWHAgj0,324
|
25 |
+
cryptography/hazmat/backends/__pycache__/__init__.cpython-38.pyc,,
|
26 |
+
cryptography/hazmat/backends/openssl/__init__.py,sha256=oCa7eZbqvHsQ1pBeD_OOfnGxVaZbCfWnAKnHqOyPf1c,270
|
27 |
+
cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-38.pyc,,
|
28 |
+
cryptography/hazmat/backends/openssl/__pycache__/aead.cpython-38.pyc,,
|
29 |
+
cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-38.pyc,,
|
30 |
+
cryptography/hazmat/backends/openssl/__pycache__/ciphers.cpython-38.pyc,,
|
31 |
+
cryptography/hazmat/backends/openssl/__pycache__/cmac.cpython-38.pyc,,
|
32 |
+
cryptography/hazmat/backends/openssl/__pycache__/decode_asn1.cpython-38.pyc,,
|
33 |
+
cryptography/hazmat/backends/openssl/__pycache__/dh.cpython-38.pyc,,
|
34 |
+
cryptography/hazmat/backends/openssl/__pycache__/dsa.cpython-38.pyc,,
|
35 |
+
cryptography/hazmat/backends/openssl/__pycache__/ec.cpython-38.pyc,,
|
36 |
+
cryptography/hazmat/backends/openssl/__pycache__/ed25519.cpython-38.pyc,,
|
37 |
+
cryptography/hazmat/backends/openssl/__pycache__/ed448.cpython-38.pyc,,
|
38 |
+
cryptography/hazmat/backends/openssl/__pycache__/hashes.cpython-38.pyc,,
|
39 |
+
cryptography/hazmat/backends/openssl/__pycache__/hmac.cpython-38.pyc,,
|
40 |
+
cryptography/hazmat/backends/openssl/__pycache__/poly1305.cpython-38.pyc,,
|
41 |
+
cryptography/hazmat/backends/openssl/__pycache__/rsa.cpython-38.pyc,,
|
42 |
+
cryptography/hazmat/backends/openssl/__pycache__/utils.cpython-38.pyc,,
|
43 |
+
cryptography/hazmat/backends/openssl/__pycache__/x25519.cpython-38.pyc,,
|
44 |
+
cryptography/hazmat/backends/openssl/__pycache__/x448.cpython-38.pyc,,
|
45 |
+
cryptography/hazmat/backends/openssl/aead.py,sha256=uS6dkj7hKQzrQXyktJUXnBK2212sW18RSlXzGp4X5W8,9830
|
46 |
+
cryptography/hazmat/backends/openssl/backend.py,sha256=8XELtLZx3twWXGbS41StTpYU9BkWTUA4ms2d966qT70,95375
|
47 |
+
cryptography/hazmat/backends/openssl/ciphers.py,sha256=wGMLOZ2wuULqERxWajmb9QpmUewQU4XkI9Un0JtLazU,10341
|
48 |
+
cryptography/hazmat/backends/openssl/cmac.py,sha256=cFZtDpqN5PNzo1X9tm8N8WDV5X81GRFXuXRUsjyFtF4,3005
|
49 |
+
cryptography/hazmat/backends/openssl/decode_asn1.py,sha256=nSqtgO5MJVf_UUkvw9tez10zhGnsGHq24OP1X2GKOe4,1113
|
50 |
+
cryptography/hazmat/backends/openssl/dh.py,sha256=dmWD1JK5mJenrVRJqd_u4hkOI4Y5Zalhu8HtwEDYUxI,12216
|
51 |
+
cryptography/hazmat/backends/openssl/dsa.py,sha256=SQwoCTiNHrWjDQOFag3GznWG5K9CWM1AizqJ4usTRbY,8927
|
52 |
+
cryptography/hazmat/backends/openssl/ec.py,sha256=kgxwW508FTXDwGG-7pSywBLlICZKKfo4bcTHnNpsvJY,11103
|
53 |
+
cryptography/hazmat/backends/openssl/ed25519.py,sha256=adWaawleloe9T0BctejcclybE51dwb-CmL_b0f6zBiU,5921
|
54 |
+
cryptography/hazmat/backends/openssl/ed448.py,sha256=Ja_GMzDBcs_8N2PpmU2dd6sszbJh3xP-TrN88MkQLBI,5875
|
55 |
+
cryptography/hazmat/backends/openssl/hashes.py,sha256=yFuHeO8qDPRbH2B9JJtW51wEVfhu11SFs3lhHBHGyPA,3240
|
56 |
+
cryptography/hazmat/backends/openssl/hmac.py,sha256=mN7irlzO6Rbc3UIDqlySwaW5KoCn28N8gKS3lh9WEUg,3094
|
57 |
+
cryptography/hazmat/backends/openssl/poly1305.py,sha256=Oivx5k9DcAU_BSySxEQiw5tE1pcz-ljmFpmXAPZqJrI,2513
|
58 |
+
cryptography/hazmat/backends/openssl/rsa.py,sha256=bTVNj5ODSDvgCl_OdTolCMZC25okI_AU2g7qAr5qlfk,21626
|
59 |
+
cryptography/hazmat/backends/openssl/utils.py,sha256=7Ara81KkY0QCLPqW6kUG9dEsp52cZ3kOUJczwEpecJ0,1977
|
60 |
+
cryptography/hazmat/backends/openssl/x25519.py,sha256=Fu8e-z3iV69oVIXz962vu0VRKRTsuFAUpuquEfSm9tY,4753
|
61 |
+
cryptography/hazmat/backends/openssl/x448.py,sha256=6tZgh44ipS_UWJ6amueXxc8xIXdIfFtdpvnhri-oxXs,4339
|
62 |
+
cryptography/hazmat/bindings/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
|
63 |
+
cryptography/hazmat/bindings/__pycache__/__init__.cpython-38.pyc,,
|
64 |
+
cryptography/hazmat/bindings/_openssl.abi3.so,sha256=2Cd8CpVia65W74YykvKlQWDIOeoIpFLN62vPAHgpJa8,8576384
|
65 |
+
cryptography/hazmat/bindings/_openssl.pyi,sha256=mpNJLuYLbCVrd5i33FBTmWwL_55Dw7JPkSLlSX9Q7oI,230
|
66 |
+
cryptography/hazmat/bindings/_rust.abi3.so,sha256=cfMSIhEjug-ESg_PXgalpPvsnKHGzL4Ml8xKSL_dsxQ,3701080
|
67 |
+
cryptography/hazmat/bindings/_rust/__init__.pyi,sha256=CHojGtYxYjj16E8tJiVJy950XuGMATdGq6PPkztHQxs,983
|
68 |
+
cryptography/hazmat/bindings/_rust/asn1.pyi,sha256=9CyI-grOsLQB_hfnhJPoG9dNOdJ7Zg6B0iUpzCowh44,592
|
69 |
+
cryptography/hazmat/bindings/_rust/ocsp.pyi,sha256=Y6ZY8P6xlz5WFedNj1U4nxcaFFXFTHUVnGFB6LA9b9M,909
|
70 |
+
cryptography/hazmat/bindings/_rust/pkcs7.pyi,sha256=VkTC78wjJgb_qrboOYIFPuFZ3W46zsr6zsxnlrOMwao,460
|
71 |
+
cryptography/hazmat/bindings/_rust/x509.pyi,sha256=jwTin2QHfdX7XfhZPwMp0JVw_UbyB-YG2GGwFG15a74,1751
|
72 |
+
cryptography/hazmat/bindings/openssl/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
|
73 |
+
cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-38.pyc,,
|
74 |
+
cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-38.pyc,,
|
75 |
+
cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-38.pyc,,
|
76 |
+
cryptography/hazmat/bindings/openssl/_conditional.py,sha256=M7T58AwF0LqrUWzMofCB8t8WKITd2-UJqMdZAc_bL9A,9893
|
77 |
+
cryptography/hazmat/bindings/openssl/binding.py,sha256=ItRz2bAUPbtHaQFtH7dGmazO5kspBh6gjBdRVzcfo8k,8738
|
78 |
+
cryptography/hazmat/primitives/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
|
79 |
+
cryptography/hazmat/primitives/__pycache__/__init__.cpython-38.pyc,,
|
80 |
+
cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-38.pyc,,
|
81 |
+
cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-38.pyc,,
|
82 |
+
cryptography/hazmat/primitives/__pycache__/_serialization.cpython-38.pyc,,
|
83 |
+
cryptography/hazmat/primitives/__pycache__/cmac.cpython-38.pyc,,
|
84 |
+
cryptography/hazmat/primitives/__pycache__/constant_time.cpython-38.pyc,,
|
85 |
+
cryptography/hazmat/primitives/__pycache__/hashes.cpython-38.pyc,,
|
86 |
+
cryptography/hazmat/primitives/__pycache__/hmac.cpython-38.pyc,,
|
87 |
+
cryptography/hazmat/primitives/__pycache__/keywrap.cpython-38.pyc,,
|
88 |
+
cryptography/hazmat/primitives/__pycache__/padding.cpython-38.pyc,,
|
89 |
+
cryptography/hazmat/primitives/__pycache__/poly1305.cpython-38.pyc,,
|
90 |
+
cryptography/hazmat/primitives/_asymmetric.py,sha256=QacvnyA1fcXWbSAASCiodHVcTYwkaMdzq6KUIlaO7H0,496
|
91 |
+
cryptography/hazmat/primitives/_cipheralgorithm.py,sha256=3VSLRa30MqRs9qeNwopLG3_7bIQAp7Q77EJk6i9yJEs,1063
|
92 |
+
cryptography/hazmat/primitives/_serialization.py,sha256=HssBsIm3rNVPct1nZTACJzbymZc2WaZAWdkg1l5slD0,5196
|
93 |
+
cryptography/hazmat/primitives/asymmetric/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
|
94 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-38.pyc,,
|
95 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-38.pyc,,
|
96 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-38.pyc,,
|
97 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-38.pyc,,
|
98 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-38.pyc,,
|
99 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-38.pyc,,
|
100 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-38.pyc,,
|
101 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-38.pyc,,
|
102 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-38.pyc,,
|
103 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-38.pyc,,
|
104 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-38.pyc,,
|
105 |
+
cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-38.pyc,,
|
106 |
+
cryptography/hazmat/primitives/asymmetric/dh.py,sha256=swBaY7eQWFb6EEc8mxygeryA7pEXkbjjU9-fx-0G2gE,6627
|
107 |
+
cryptography/hazmat/primitives/asymmetric/dsa.py,sha256=JufsxrrxeJQlsiWMmx_44l90FNRw19o9kcKtk4rO8TU,7885
|
108 |
+
cryptography/hazmat/primitives/asymmetric/ec.py,sha256=CdxppDV1lV2QlrQ0EhniqvFi8wp8PDYsvFWdpzyyVIY,12725
|
109 |
+
cryptography/hazmat/primitives/asymmetric/ed25519.py,sha256=7Btmrsamd1joaFbjNOMekA4VtWfKJD-paJcubJzyRPc,2727
|
110 |
+
cryptography/hazmat/primitives/asymmetric/ed448.py,sha256=oR-j4jGcWUnGxWi1GygHxVZbgkSOKHsR6y1E3Lf6wYM,2647
|
111 |
+
cryptography/hazmat/primitives/asymmetric/padding.py,sha256=EkKuY9e6UFqSuQ0LvyKYKl_L19tOfNCTlHWEiKgHeUc,2690
|
112 |
+
cryptography/hazmat/primitives/asymmetric/rsa.py,sha256=njFky5AkSrsBh47PeVLjj81SOLOiZaxAUSzGWD2Znxw,11479
|
113 |
+
cryptography/hazmat/primitives/asymmetric/types.py,sha256=A-jXO0if3rZbKONGkYvisMiLntNx6P4g_xCNpxi50W8,1813
|
114 |
+
cryptography/hazmat/primitives/asymmetric/utils.py,sha256=p6nF7EzF0sp5GYFTw1HEhPYYjuTik53WTUkvuPIfDRk,755
|
115 |
+
cryptography/hazmat/primitives/asymmetric/x25519.py,sha256=-nbaGlgT1sufO9Ic-urwKDql8Da0U3GL6hZJIMqHgVc,2588
|
116 |
+
cryptography/hazmat/primitives/asymmetric/x448.py,sha256=V3lxb1VOiRTa3bzVUC3uZat2ogfExUOdktCIGUUMZ2Y,2556
|
117 |
+
cryptography/hazmat/primitives/ciphers/__init__.py,sha256=2K5I_haxK0BLNqSZcQUqcjf8FmHY8xV1U-XjfgUmkM8,645
|
118 |
+
cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-38.pyc,,
|
119 |
+
cryptography/hazmat/primitives/ciphers/__pycache__/aead.cpython-38.pyc,,
|
120 |
+
cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-38.pyc,,
|
121 |
+
cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-38.pyc,,
|
122 |
+
cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-38.pyc,,
|
123 |
+
cryptography/hazmat/primitives/ciphers/aead.py,sha256=vteCHw01e57SKCpfkbiPZw4CLswb9-40Ozhbqh_YmHI,11940
|
124 |
+
cryptography/hazmat/primitives/ciphers/algorithms.py,sha256=J1qeJK97fpSaX1E0ENsWvJG_qKGoOZvm57baBGOQofQ,5135
|
125 |
+
cryptography/hazmat/primitives/ciphers/base.py,sha256=HFC7opE-LpjxBI3g7v2Q1EGb3VhKj-JBKNFsL_-AlnY,8270
|
126 |
+
cryptography/hazmat/primitives/ciphers/modes.py,sha256=OnoG6UsqsLzV_zfIjJySoE-cOakfiloclOa99t-nNWM,8358
|
127 |
+
cryptography/hazmat/primitives/cmac.py,sha256=ZbpwI87EhO3maiwqzttN1z0ObsAO1ufnl2Px5b9uJ1c,2036
|
128 |
+
cryptography/hazmat/primitives/constant_time.py,sha256=6bkW00QjhKusdgsQbexXhMlGX0XRN59XNmxWS2W38NA,387
|
129 |
+
cryptography/hazmat/primitives/hashes.py,sha256=RuDy0vgDOZh8BAH-2RTiETWvlJR2giBHgAYYFCVgxQo,6043
|
130 |
+
cryptography/hazmat/primitives/hmac.py,sha256=pKiyxmJVcixW7Xk7w4ofde6Z7F8UohqGZa01PoxRotc,2122
|
131 |
+
cryptography/hazmat/primitives/kdf/__init__.py,sha256=DcZhzfLG8d8IYBH771lGTVU5S87OQDpu3nrfOwZnsmA,715
|
132 |
+
cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-38.pyc,,
|
133 |
+
cryptography/hazmat/primitives/kdf/__pycache__/concatkdf.cpython-38.pyc,,
|
134 |
+
cryptography/hazmat/primitives/kdf/__pycache__/hkdf.cpython-38.pyc,,
|
135 |
+
cryptography/hazmat/primitives/kdf/__pycache__/kbkdf.cpython-38.pyc,,
|
136 |
+
cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-38.pyc,,
|
137 |
+
cryptography/hazmat/primitives/kdf/__pycache__/scrypt.cpython-38.pyc,,
|
138 |
+
cryptography/hazmat/primitives/kdf/__pycache__/x963kdf.cpython-38.pyc,,
|
139 |
+
cryptography/hazmat/primitives/kdf/concatkdf.py,sha256=nz7Paa4oBXXPpCJO-6-tm_zxvOwxpwtjaXUzF5Ylf9A,3759
|
140 |
+
cryptography/hazmat/primitives/kdf/hkdf.py,sha256=eQrZVEuv_GcSXpxSYR2GH3H8UJJXKsk4EZ2euJA4srw,3018
|
141 |
+
cryptography/hazmat/primitives/kdf/kbkdf.py,sha256=Ys2ITSbEw49V1v_DagQBd17owQr2A2iyPue4mot4Z_g,9196
|
142 |
+
cryptography/hazmat/primitives/kdf/pbkdf2.py,sha256=wEMH4CJfPccCg9apQLXyWUWBrZLTpYLLnoZEnzvaHQo,2032
|
143 |
+
cryptography/hazmat/primitives/kdf/scrypt.py,sha256=Wt7jj51vsedNtQX-LZI41geqUZnBFYnrhOXpoheLsOM,2227
|
144 |
+
cryptography/hazmat/primitives/kdf/x963kdf.py,sha256=H401RIRI2cIu52v8IM6ZCqDdCO2zuJPQogS2w_yIGpc,2005
|
145 |
+
cryptography/hazmat/primitives/keywrap.py,sha256=TWqyG9K7k-Ymq4kcIw7u3NIKUPVDtv6bimwxIJYTe20,5643
|
146 |
+
cryptography/hazmat/primitives/padding.py,sha256=xruasOE5Cd8KEQ-yp9W6v9WKPvKH-GudHCPKQ7A8HfI,6207
|
147 |
+
cryptography/hazmat/primitives/poly1305.py,sha256=QvxPMrqjgKJt0mOZSeZKk4NcxsNCd2kgfI-X1CmyUW4,1837
|
148 |
+
cryptography/hazmat/primitives/serialization/__init__.py,sha256=pKGAzJ0YIIOutw1sC1paGCiqKSXhUwu7dBkAxwjacQU,1196
|
149 |
+
cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-38.pyc,,
|
150 |
+
cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-38.pyc,,
|
151 |
+
cryptography/hazmat/primitives/serialization/__pycache__/pkcs12.cpython-38.pyc,,
|
152 |
+
cryptography/hazmat/primitives/serialization/__pycache__/pkcs7.cpython-38.pyc,,
|
153 |
+
cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-38.pyc,,
|
154 |
+
cryptography/hazmat/primitives/serialization/base.py,sha256=yYluZmJzaOsClGO0aUk5QZ3tcFDDFcNaoK6EevJcrAw,1967
|
155 |
+
cryptography/hazmat/primitives/serialization/pkcs12.py,sha256=mEd4_K-5YF4BVqmAMFFEMir6wCFA0j_rKlu_Ef4QLRQ,6716
|
156 |
+
cryptography/hazmat/primitives/serialization/pkcs7.py,sha256=97USeLUaVfGsJp6mKpoDC4SCLNYmJTcyW2vOzNG0b4w,7055
|
157 |
+
cryptography/hazmat/primitives/serialization/ssh.py,sha256=EZ9a1FiAaxznp6b8L99lt-BspSnleHGlU-3XRwLVvfc,23966
|
158 |
+
cryptography/hazmat/primitives/twofactor/__init__.py,sha256=ZHo4zwWidFP2RWFl8luiNuYkVMZPghzx54izPNSCtD4,222
|
159 |
+
cryptography/hazmat/primitives/twofactor/__pycache__/__init__.cpython-38.pyc,,
|
160 |
+
cryptography/hazmat/primitives/twofactor/__pycache__/hotp.cpython-38.pyc,,
|
161 |
+
cryptography/hazmat/primitives/twofactor/__pycache__/totp.cpython-38.pyc,,
|
162 |
+
cryptography/hazmat/primitives/twofactor/hotp.py,sha256=DT4RoUzQtiFwBw30GnDpe9L0c2W9w6jirsR74QtS_rA,2989
|
163 |
+
cryptography/hazmat/primitives/twofactor/totp.py,sha256=Pr2Zh9KHqYGyix2C9KCAEXAjqOgkqBrF_BdGLv9INcI,1449
|
164 |
+
cryptography/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
165 |
+
cryptography/utils.py,sha256=lBhYLBbA8MXX_yyZmhY3lOQ5Cyp3iZWBD18l49WAXCE,4095
|
166 |
+
cryptography/x509/__init__.py,sha256=4WL6dxMLEWM9Wa9f_SpNbwcQNg76dut5zigRcHpRoTA,7719
|
167 |
+
cryptography/x509/__pycache__/__init__.cpython-38.pyc,,
|
168 |
+
cryptography/x509/__pycache__/base.cpython-38.pyc,,
|
169 |
+
cryptography/x509/__pycache__/certificate_transparency.cpython-38.pyc,,
|
170 |
+
cryptography/x509/__pycache__/extensions.cpython-38.pyc,,
|
171 |
+
cryptography/x509/__pycache__/general_name.cpython-38.pyc,,
|
172 |
+
cryptography/x509/__pycache__/name.cpython-38.pyc,,
|
173 |
+
cryptography/x509/__pycache__/ocsp.cpython-38.pyc,,
|
174 |
+
cryptography/x509/__pycache__/oid.cpython-38.pyc,,
|
175 |
+
cryptography/x509/base.py,sha256=6oZ_nqLqO-eya_KTTCcTRP7Pr8d2YUvZTN3xxyLnZzw,34442
|
176 |
+
cryptography/x509/certificate_transparency.py,sha256=jkjOvVu8bS5ljHov2AWdWScENQxylmDgESk01koC0Rs,2226
|
177 |
+
cryptography/x509/extensions.py,sha256=ZWp47YmQ30KcLB25j7tWLcAeyEHw4DeQleeCmfcZqE0,65289
|
178 |
+
cryptography/x509/general_name.py,sha256=976U2AwKWDXJEwas2JgByeSpfG2IKyWREL9oB5m6Azo,7907
|
179 |
+
cryptography/x509/name.py,sha256=lIYhyGvkcKiFxBSqgahtdc_zy6MeshgQ9O0YdXxXIRM,14837
|
180 |
+
cryptography/x509/ocsp.py,sha256=Lq23RjbLj0tUrsQbvMF8Mt1vD2s9-f4PhxrBXSECJ4s,18507
|
181 |
+
cryptography/x509/oid.py,sha256=dAllMplMi_Kc_lEiQKnSM-rTN5w--a1UZucV-HvQOb0,793
|
linux-cpu/cryptography-39.0.0.dist-info/REQUESTED
ADDED
File without changes
|
linux-cpu/cryptography-39.0.0.dist-info/WHEEL
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Wheel-Version: 1.0
|
2 |
+
Generator: bdist_wheel (0.37.1)
|
3 |
+
Root-Is-Purelib: false
|
4 |
+
Tag: cp36-abi3-manylinux_2_28_x86_64
|
5 |
+
|
linux-cpu/cryptography-39.0.0.dist-info/top_level.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
cryptography
|
linux-cpu/cryptography/hazmat/bindings/_openssl.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8277c0a95626bae56ef863292f2a54160c839ea08a452cdeb6bcf00782925af
|
3 |
+
size 8576384
|
linux-cpu/cryptography/hazmat/bindings/_rust.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71f312221123ba0f844a0fcf5e06a5a4fbec9ca1c6ccbe0c97cc4a48bfddb314
|
3 |
+
size 3701080
|
linux-cpu/default.csv
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
朱司,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,アカシ,アカシ,1/3,C1
|
2 |
+
青山,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,アオヤマ,アオヤマ,2/4,C1
|
3 |
+
雨晴,1350,1350,7000,名詞,固有名詞,人名,姓,*,*,*,アメハレ,アメハレ,2/4,C1
|
4 |
+
アル,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,アル,アル,1/2,C1
|
5 |
+
櫻歌,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,オウカ,オーカ,1/3,C1
|
6 |
+
音街,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,オトマチ,オトマチ,2/4,C1
|
7 |
+
春日部,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,カスカベ,カスカベ,0/4,C1
|
8 |
+
麒ヶ島,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,キガシマ,キガシマ,2/4,C1
|
9 |
+
紲星,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,キズナ,キズナ,1/3,C1
|
10 |
+
九州,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,キュウシュウ,キュウシュウ,1/4,C1
|
11 |
+
キョウコ,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,キョオコ,キョオコ,1/3,C1
|
12 |
+
玄野,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,クロノ,クロノ,1/3,C1
|
13 |
+
剣崎,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,ケンザキ,ケンザキ,1/4,C1
|
14 |
+
後鬼,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ゴキ,ゴキ,1/2,C1
|
15 |
+
虎太郎,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,コタロウ,コタロー,4/4,C1
|
16 |
+
琴葉,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,コトノハ,コトノハ,0/4,C1
|
17 |
+
小夜,1351,1351,2200,名詞,固有名詞,人名,名,*,*,*,サヨ,サヨ,1/2,C1
|
18 |
+
四国,1350,1350,2200,名詞,固有名詞,人名,姓,*,*,*,シコク,シコク,1/3,C1
|
19 |
+
白上,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,シラカミ,シラカミ,4/4,C1
|
20 |
+
ずんだもん,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ズンダモン,ズンダモン,1/5,C1
|
21 |
+
そら,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ソラ,ソラ,1/2,C1
|
22 |
+
宗麟,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ソウリン,ソウリン,1/4,C1
|
23 |
+
タイプT,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,タイプティー,タイプティー,4/5,C1
|
24 |
+
波音,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ナミネ,ナミネ,0/3,C1
|
25 |
+
武宏,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,タケヒロ,タケヒロ,2/4,C1
|
26 |
+
ちび式じい,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,チビシキジー,チビシキジー,5/6,C1
|
27 |
+
月読,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ツクヨミ,ツクヨミ,0/4,C1
|
28 |
+
つむぎ,1351,1351,7450,名詞,固有名詞,人名,名,*,*,*,ツムギ,ツムギ,0/3,C1
|
29 |
+
ナースロボ,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ナースロボ,ナースロボ,4/5,C1
|
30 |
+
ナナ,1351,1351,8600,名詞,固有名詞,人名,名,*,*,*,ナナ,ナナ,1/2,C1
|
31 |
+
No.7,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ナンバーセブン,ナンバーセブン,5/7,C1
|
32 |
+
猫使,1350,1350,2200,名詞,固有名詞,人名,姓,*,*,*,ネコツカ,ネコツカ,2/4,C1
|
33 |
+
はう,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,ハウ,ハウ,1/2,C1
|
34 |
+
春歌,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ハルカ,ハルカ,1/3,C1
|
35 |
+
桜乃,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ハルノ,ハルノ,1/3,C1
|
36 |
+
ビィ,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ビー,ビー,1/2,C1
|
37 |
+
ひまり,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ヒマリ,ヒマリ,0/3,C1
|
38 |
+
紅桜,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ベニザクラ,ベニザクラ,3/5,C1
|
39 |
+
聖騎士,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,ホーリーナイト,ホーリーナイト,5/7,C1
|
40 |
+
WhiteCUL,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ホワイトカル,ホワイトカル,5/6,C1
|
41 |
+
ミコ,1351,1351,3900,名詞,固有名詞,人名,名,*,*,*,ミコ,ミコ,1/2,C1
|
42 |
+
水奈瀬,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ミナセ,ミナセ,2/3,C1
|
43 |
+
冥鳴,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,メイメイ,メイメイ,1/4,C1
|
44 |
+
鳴花,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,メイカ,メイカ,1/3,C1
|
45 |
+
めたん,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,メタン,メタン,1/3,C1
|
46 |
+
雌雄,1351,1351,8600,名詞,固有名詞,人名,名,*,*,*,メスオ,メスオ,0/3,C1
|
47 |
+
もち子さん,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,モチコサン,モチコサン,1/5,C1
|
48 |
+
モチノ,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,モチノ,モチノ,0/3,C1
|
49 |
+
結月,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ユヅキ,ユヅキ,1/3,C1
|
50 |
+
弓鶴,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ユヅル,ユヅル,0/3,C1
|
51 |
+
リツ,1351,1351,3900,名詞,固有名詞,人名,名,*,*,*,リツ,リツ,1/2,C1
|
52 |
+
六花,1351,1351,4900,名詞,固有名詞,人名,名,*,*,*,リッカ,リッカ,1/3,C1
|
53 |
+
龍星,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,リュウセイ,リュウセイ,1/4,C1
|
54 |
+
雀松,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ワカマツ,ワカマツ,2/4,C1
|
55 |
+
COEIROINK,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエイロインク,コエイロインク,5/7,C1
|
56 |
+
coeiroink,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエイロインク,コエイロインク,5/7,C1
|
57 |
+
CoeFont,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエフォント,コエフォント,3/5,C1
|
58 |
+
coefont,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエフォント,コエフォント,3/5,C1
|
59 |
+
Nemo,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ネモ,ネモ,1/2,C1
|
60 |
+
nemo,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ネモ,ネモ,1/2,C1
|
61 |
+
TALQu,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,トーク,トーク,0/3,C1
|
62 |
+
talqu,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,トーク,トーク,0/3,C1
|
63 |
+
VOICEVOX,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ボイスボックス,ボイスボックス,4/7,C1
|
64 |
+
voicevox,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ボイスボックス,ボイスボックス,4/7,C1
|
linux-cpu/default_setting.yml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
allow_origin: null
|
2 |
+
cors_policy_mode: localapps
|
linux-cpu/engine_manifest.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"manifest_version": "0.13.1",
|
3 |
+
"name": "VOICEVOX Nemo Engine",
|
4 |
+
"brand_name": "VOICEVOX",
|
5 |
+
"uuid": "208cf94d-43d2-4cf5-abc0-9783cac36d29",
|
6 |
+
"version": "999.999.999",
|
7 |
+
"url": "https://github.com/VOICEVOX/voicevox_nemo_engine",
|
8 |
+
"command": "run",
|
9 |
+
"port": 50121,
|
10 |
+
"icon": "engine_manifest_assets/icon.png",
|
11 |
+
"default_sampling_rate": 24000,
|
12 |
+
"terms_of_service": "engine_manifest_assets/terms_of_service.md",
|
13 |
+
"update_infos": "engine_manifest_assets/update_infos.json",
|
14 |
+
"dependency_licenses": "engine_manifest_assets/dependency_licenses.json",
|
15 |
+
"downloadable_libraries_path": null,
|
16 |
+
"downloadable_libraries_url": null,
|
17 |
+
"supported_features": {
|
18 |
+
"adjust_mora_pitch": {
|
19 |
+
"type": "bool",
|
20 |
+
"value": true,
|
21 |
+
"name": "モーラごとの音高の調整"
|
22 |
+
},
|
23 |
+
"adjust_phoneme_length": {
|
24 |
+
"type": "bool",
|
25 |
+
"value": true,
|
26 |
+
"name": "音素ごとの長さの調整"
|
27 |
+
},
|
28 |
+
"adjust_speed_scale": {
|
29 |
+
"type": "bool",
|
30 |
+
"value": true,
|
31 |
+
"name": "全体の話速の調整"
|
32 |
+
},
|
33 |
+
"adjust_pitch_scale": {
|
34 |
+
"type": "bool",
|
35 |
+
"value": true,
|
36 |
+
"name": "全体の音高の調整"
|
37 |
+
},
|
38 |
+
"adjust_intonation_scale": {
|
39 |
+
"type": "bool",
|
40 |
+
"value": true,
|
41 |
+
"name": "全体の抑揚の調整"
|
42 |
+
},
|
43 |
+
"adjust_volume_scale": {
|
44 |
+
"type": "bool",
|
45 |
+
"value": true,
|
46 |
+
"name": "全体の音量の調整"
|
47 |
+
},
|
48 |
+
"interrogative_upspeak": {
|
49 |
+
"type": "bool",
|
50 |
+
"value": true,
|
51 |
+
"name": "疑問文の自動調整"
|
52 |
+
},
|
53 |
+
"synthesis_morphing": {
|
54 |
+
"type": "bool",
|
55 |
+
"value": true,
|
56 |
+
"name": "2人の話者でモーフィングした音声を合成"
|
57 |
+
}
|
58 |
+
}
|
59 |
+
}
|
linux-cpu/engine_manifest_assets/dependency_licenses.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
linux-cpu/engine_manifest_assets/downloadable_libraries.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"download_url": "",
|
4 |
+
"bytes": "1000",
|
5 |
+
"speaker": {
|
6 |
+
"name": "dummy1",
|
7 |
+
"speaker_uuid": "dummy1",
|
8 |
+
"styles": [
|
9 |
+
{
|
10 |
+
"name": "style1",
|
11 |
+
"id": 0
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"name": "style2",
|
15 |
+
"id": 1
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"version": "0.0.1"
|
19 |
+
},
|
20 |
+
"speaker_info": {
|
21 |
+
"policy": "",
|
22 |
+
"portrait": "",
|
23 |
+
"style_infos": [
|
24 |
+
{
|
25 |
+
"id": 0,
|
26 |
+
"icon": "",
|
27 |
+
"voice_samples": [
|
28 |
+
"",
|
29 |
+
"",
|
30 |
+
""
|
31 |
+
]
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"id": 1,
|
35 |
+
"icon": "",
|
36 |
+
"voice_samples": [
|
37 |
+
"",
|
38 |
+
"",
|
39 |
+
""
|
40 |
+
]
|
41 |
+
}
|
42 |
+
]
|
43 |
+
}
|
44 |
+
}
|
45 |
+
]
|
linux-cpu/engine_manifest_assets/icon.png
ADDED
linux-cpu/engine_manifest_assets/terms_of_service.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## 許諾内容
|
2 |
+
|
3 |
+
1. 商用・非商用問わず利用することができます
|
4 |
+
2. アプリケーションに組み込んで再配布することができます
|
5 |
+
3. 作成された音声を利用する際は、各音声ライブラリの規約に従ってください
|
6 |
+
4. 作成された音声の利用を他者に許諾する際は、当該他者に対し本許諾内容の 3 及び 4 の遵守を義務付けてください
|
7 |
+
|
8 |
+
## 禁止事項
|
9 |
+
|
10 |
+
- 逆コンパイル・リバースエンジニアリング及びこれらの方法の公開すること
|
11 |
+
- 製作者または第三者に不利益をもたらす行為
|
12 |
+
- 公序良俗に反する行為
|
13 |
+
|
14 |
+
## 免責事項
|
15 |
+
|
16 |
+
本ソフトウェアにより生じた損害・不利益について、製作者は一切の責任を負いません。
|
17 |
+
|
18 |
+
## その他
|
19 |
+
|
20 |
+
ご利用の際は VOICEVOX を利用したことがわかるクレジット表記が必要です。
|
linux-cpu/engine_manifest_assets/update_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[{"version": "0.14.0", "descriptions": ["VOICEVOX Nemo\u3092\u8ffd\u52a0", "\u30b3\u30a2\u3092Rust\u8a00\u8a9e\u306b\u79fb\u884c", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", "\u30b9\u30bf\u30a4\u30eb\u3054\u3068\u306b\u7570\u306a\u308b\u7acb\u3061\u7d75\u306e\u63d0\u4f9b\u3092\u53ef\u80fd\u306b", "VVPP\u30d5\u30a1\u30a4\u30eb\u306e\u63d0\u4f9b", "\u8a2d\u5b9aGUI\u306e\u63d0\u4f9b", "\u30d7\u30ea\u30bb\u30c3\u30c8\u306e\u4fdd\u5b58", "\u30e2\u30fc\u30d5\u30a3\u30f3\u30b0API\u306e\u4ed5\u69d8\u5909\u66f4", "DirectML\u5229\u7528\u6642\u306b\u9069\u3057\u305fGPU\u3092\u81ea\u52d5\u9078\u629e", "\u958b\u767a\u74b0\u5883\u306e\u5411\u4e0a", "\u30d0\u30b0\u4fee\u6b63"], "contributors": ["aoirint", "Appletigerv", "haru3me", "Hiroshiba", "ksk001100", "masinc", "misogihagi", "My-MC", "nebocco", "PickledChair", "qryxip", "qwerty2501", "sabonerune", "sarisia", "Segu-g", "sevenc-nanashi", "shigobu", "smly", "takana-v", "ts-klassen", "whiteball", "y-chan"]}]
|
linux-cpu/importlib_metadata-4.13.0.dist-info/INSTALLER
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip
|
linux-cpu/importlib_metadata-4.13.0.dist-info/LICENSE
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Apache License
|
3 |
+
Version 2.0, January 2004
|
4 |
+
http://www.apache.org/licenses/
|
5 |
+
|
6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7 |
+
|
8 |
+
1. Definitions.
|
9 |
+
|
10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
12 |
+
|
13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14 |
+
the copyright owner that is granting the License.
|
15 |
+
|
16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
17 |
+
other entities that control, are controlled by, or are under common
|
18 |
+
control with that entity. For the purposes of this definition,
|
19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
20 |
+
direction or management of such entity, whether by contract or
|
21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23 |
+
|
24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25 |
+
exercising permissions granted by this License.
|
26 |
+
|
27 |
+
"Source" form shall mean the preferred form for making modifications,
|
28 |
+
including but not limited to software source code, documentation
|
29 |
+
source, and configuration files.
|
30 |
+
|
31 |
+
"Object" form shall mean any form resulting from mechanical
|
32 |
+
transformation or translation of a Source form, including but
|
33 |
+
not limited to compiled object code, generated documentation,
|
34 |
+
and conversions to other media types.
|
35 |
+
|
36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
37 |
+
Object form, made available under the License, as indicated by a
|
38 |
+
copyright notice that is included in or attached to the work
|
39 |
+
(an example is provided in the Appendix below).
|
40 |
+
|
41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42 |
+
form, that is based on (or derived from) the Work and for which the
|
43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
45 |
+
of this License, Derivative Works shall not include works that remain
|
46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47 |
+
the Work and Derivative Works thereof.
|
48 |
+
|
49 |
+
"Contribution" shall mean any work of authorship, including
|
50 |
+
the original version of the Work and any modifications or additions
|
51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
55 |
+
means any form of electronic, verbal, or written communication sent
|
56 |
+
to the Licensor or its representatives, including but not limited to
|
57 |
+
communication on electronic mailing lists, source code control systems,
|
58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
60 |
+
excluding communication that is conspicuously marked or otherwise
|
61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
62 |
+
|
63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
65 |
+
subsequently incorporated within the Work.
|
66 |
+
|
67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
72 |
+
Work and such Derivative Works in Source or Object form.
|
73 |
+
|
74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77 |
+
(except as stated in this section) patent license to make, have made,
|
78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79 |
+
where such license applies only to those patent claims licensable
|
80 |
+
by such Contributor that are necessarily infringed by their
|
81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
83 |
+
institute patent litigation against any entity (including a
|
84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85 |
+
or a Contribution incorporated within the Work constitutes direct
|
86 |
+
or contributory patent infringement, then any patent licenses
|
87 |
+
granted to You under this License for that Work shall terminate
|
88 |
+
as of the date such litigation is filed.
|
89 |
+
|
90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
91 |
+
Work or Derivative Works thereof in any medium, with or without
|
92 |
+
modifications, and in Source or Object form, provided that You
|
93 |
+
meet the following conditions:
|
94 |
+
|
95 |
+
(a) You must give any other recipients of the Work or
|
96 |
+
Derivative Works a copy of this License; and
|
97 |
+
|
98 |
+
(b) You must cause any modified files to carry prominent notices
|
99 |
+
stating that You changed the files; and
|
100 |
+
|
101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
102 |
+
that You distribute, all copyright, patent, trademark, and
|
103 |
+
attribution notices from the Source form of the Work,
|
104 |
+
excluding those notices that do not pertain to any part of
|
105 |
+
the Derivative Works; and
|
106 |
+
|
107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108 |
+
distribution, then any Derivative Works that You distribute must
|
109 |
+
include a readable copy of the attribution notices contained
|
110 |
+
within such NOTICE file, excluding those notices that do not
|
111 |
+
pertain to any part of the Derivative Works, in at least one
|
112 |
+
of the following places: within a NOTICE text file distributed
|
113 |
+
as part of the Derivative Works; within the Source form or
|
114 |
+
documentation, if provided along with the Derivative Works; or,
|
115 |
+
within a display generated by the Derivative Works, if and
|
116 |
+
wherever such third-party notices normally appear. The contents
|
117 |
+
of the NOTICE file are for informational purposes only and
|
118 |
+
do not modify the License. You may add Your own attribution
|
119 |
+
notices within Derivative Works that You distribute, alongside
|
120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
121 |
+
that such additional attribution notices cannot be construed
|
122 |
+
as modifying the License.
|
123 |
+
|
124 |
+
You may add Your own copyright statement to Your modifications and
|
125 |
+
may provide additional or different license terms and conditions
|
126 |
+
for use, reproduction, or distribution of Your modifications, or
|
127 |
+
for any such Derivative Works as a whole, provided Your use,
|
128 |
+
reproduction, and distribution of the Work otherwise complies with
|
129 |
+
the conditions stated in this License.
|
130 |
+
|
131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
133 |
+
by You to the Licensor shall be under the terms and conditions of
|
134 |
+
this License, without any additional terms or conditions.
|
135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136 |
+
the terms of any separate license agreement you may have executed
|
137 |
+
with Licensor regarding such Contributions.
|
138 |
+
|
139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
141 |
+
except as required for reasonable and customary use in describing the
|
142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
143 |
+
|
144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145 |
+
agreed to in writing, Licensor provides the Work (and each
|
146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148 |
+
implied, including, without limitation, any warranties or conditions
|
149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151 |
+
appropriateness of using or redistributing the Work and assume any
|
152 |
+
risks associated with Your exercise of permissions under this License.
|
153 |
+
|
154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
155 |
+
whether in tort (including negligence), contract, or otherwise,
|
156 |
+
unless required by applicable law (such as deliberate and grossly
|
157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158 |
+
liable to You for damages, including any direct, indirect, special,
|
159 |
+
incidental, or consequential damages of any character arising as a
|
160 |
+
result of this License or out of the use or inability to use the
|
161 |
+
Work (including but not limited to damages for loss of goodwill,
|
162 |
+
work stoppage, computer failure or malfunction, or any and all
|
163 |
+
other commercial damages or losses), even if such Contributor
|
164 |
+
has been advised of the possibility of such damages.
|
165 |
+
|
166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169 |
+
or other liability obligations and/or rights consistent with this
|
170 |
+
License. However, in accepting such obligations, You may act only
|
171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172 |
+
of any other Contributor, and only if You agree to indemnify,
|
173 |
+
defend, and hold each Contributor harmless for any liability
|
174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
175 |
+
of your accepting any such warranty or additional liability.
|
176 |
+
|
177 |
+
END OF TERMS AND CONDITIONS
|
178 |
+
|
179 |
+
APPENDIX: How to apply the Apache License to your work.
|
180 |
+
|
181 |
+
To apply the Apache License to your work, attach the following
|
182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183 |
+
replaced with your own identifying information. (Don't include
|
184 |
+
the brackets!) The text should be enclosed in the appropriate
|
185 |
+
comment syntax for the file format. We also recommend that a
|
186 |
+
file or class name and description of purpose be included on the
|
187 |
+
same "printed page" as the copyright notice for easier
|
188 |
+
identification within third-party archives.
|
189 |
+
|
190 |
+
Copyright [yyyy] [name of copyright owner]
|
191 |
+
|
192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193 |
+
you may not use this file except in compliance with the License.
|
194 |
+
You may obtain a copy of the License at
|
195 |
+
|
196 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
197 |
+
|
198 |
+
Unless required by applicable law or agreed to in writing, software
|
199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201 |
+
See the License for the specific language governing permissions and
|
202 |
+
limitations under the License.
|
linux-cpu/importlib_metadata-4.13.0.dist-info/METADATA
ADDED
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Metadata-Version: 2.1
|
2 |
+
Name: importlib-metadata
|
3 |
+
Version: 4.13.0
|
4 |
+
Summary: Read metadata from Python packages
|
5 |
+
Home-page: https://github.com/python/importlib_metadata
|
6 |
+
Author: Jason R. Coombs
|
7 |
+
Author-email: [email protected]
|
8 |
+
Classifier: Development Status :: 5 - Production/Stable
|
9 |
+
Classifier: Intended Audience :: Developers
|
10 |
+
Classifier: License :: OSI Approved :: Apache Software License
|
11 |
+
Classifier: Programming Language :: Python :: 3
|
12 |
+
Classifier: Programming Language :: Python :: 3 :: Only
|
13 |
+
Requires-Python: >=3.7
|
14 |
+
License-File: LICENSE
|
15 |
+
Requires-Dist: zipp (>=0.5)
|
16 |
+
Requires-Dist: typing-extensions (>=3.6.4) ; python_version < "3.8"
|
17 |
+
Provides-Extra: docs
|
18 |
+
Requires-Dist: sphinx (>=3.5) ; extra == 'docs'
|
19 |
+
Requires-Dist: jaraco.packaging (>=9) ; extra == 'docs'
|
20 |
+
Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
|
21 |
+
Requires-Dist: furo ; extra == 'docs'
|
22 |
+
Requires-Dist: jaraco.tidelift (>=1.4) ; extra == 'docs'
|
23 |
+
Provides-Extra: perf
|
24 |
+
Requires-Dist: ipython ; extra == 'perf'
|
25 |
+
Provides-Extra: testing
|
26 |
+
Requires-Dist: pytest (>=6) ; extra == 'testing'
|
27 |
+
Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing'
|
28 |
+
Requires-Dist: pytest-flake8 ; extra == 'testing'
|
29 |
+
Requires-Dist: flake8 (<5) ; extra == 'testing'
|
30 |
+
Requires-Dist: pytest-cov ; extra == 'testing'
|
31 |
+
Requires-Dist: pytest-enabler (>=1.3) ; extra == 'testing'
|
32 |
+
Requires-Dist: packaging ; extra == 'testing'
|
33 |
+
Requires-Dist: pyfakefs ; extra == 'testing'
|
34 |
+
Requires-Dist: flufl.flake8 ; extra == 'testing'
|
35 |
+
Requires-Dist: pytest-perf (>=0.9.2) ; extra == 'testing'
|
36 |
+
Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing'
|
37 |
+
Requires-Dist: pytest-mypy (>=0.9.1) ; (platform_python_implementation != "PyPy") and extra == 'testing'
|
38 |
+
Requires-Dist: importlib-resources (>=1.3) ; (python_version < "3.9") and extra == 'testing'
|
39 |
+
|
40 |
+
.. image:: https://img.shields.io/pypi/v/importlib_metadata.svg
|
41 |
+
:target: `PyPI link`_
|
42 |
+
|
43 |
+
.. image:: https://img.shields.io/pypi/pyversions/importlib_metadata.svg
|
44 |
+
:target: `PyPI link`_
|
45 |
+
|
46 |
+
.. _PyPI link: https://pypi.org/project/importlib_metadata
|
47 |
+
|
48 |
+
.. image:: https://github.com/python/importlib_metadata/workflows/tests/badge.svg
|
49 |
+
:target: https://github.com/python/importlib_metadata/actions?query=workflow%3A%22tests%22
|
50 |
+
:alt: tests
|
51 |
+
|
52 |
+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
53 |
+
:target: https://github.com/psf/black
|
54 |
+
:alt: Code style: Black
|
55 |
+
|
56 |
+
.. image:: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest
|
57 |
+
:target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest
|
58 |
+
|
59 |
+
.. image:: https://img.shields.io/badge/skeleton-2022-informational
|
60 |
+
:target: https://blog.jaraco.com/skeleton
|
61 |
+
|
62 |
+
.. image:: https://tidelift.com/badges/package/pypi/importlib-metadata
|
63 |
+
:target: https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=readme
|
64 |
+
|
65 |
+
Library to access the metadata for a Python package.
|
66 |
+
|
67 |
+
This package supplies third-party access to the functionality of
|
68 |
+
`importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_
|
69 |
+
including improvements added to subsequent Python versions.
|
70 |
+
|
71 |
+
|
72 |
+
Compatibility
|
73 |
+
=============
|
74 |
+
|
75 |
+
New features are introduced in this third-party library and later merged
|
76 |
+
into CPython. The following table indicates which versions of this library
|
77 |
+
were contributed to different versions in the standard library:
|
78 |
+
|
79 |
+
.. list-table::
|
80 |
+
:header-rows: 1
|
81 |
+
|
82 |
+
* - importlib_metadata
|
83 |
+
- stdlib
|
84 |
+
* - 4.8
|
85 |
+
- 3.11
|
86 |
+
* - 4.4
|
87 |
+
- 3.10
|
88 |
+
* - 1.4
|
89 |
+
- 3.8
|
90 |
+
|
91 |
+
|
92 |
+
Usage
|
93 |
+
=====
|
94 |
+
|
95 |
+
See the `online documentation <https://importlib_metadata.readthedocs.io/>`_
|
96 |
+
for usage details.
|
97 |
+
|
98 |
+
`Finder authors
|
99 |
+
<https://docs.python.org/3/reference/import.html#finders-and-loaders>`_ can
|
100 |
+
also add support for custom package installers. See the above documentation
|
101 |
+
for details.
|
102 |
+
|
103 |
+
|
104 |
+
Caveats
|
105 |
+
=======
|
106 |
+
|
107 |
+
This project primarily supports third-party packages installed by PyPA
|
108 |
+
tools (or other conforming packages). It does not support:
|
109 |
+
|
110 |
+
- Packages in the stdlib.
|
111 |
+
- Packages installed without metadata.
|
112 |
+
|
113 |
+
Project details
|
114 |
+
===============
|
115 |
+
|
116 |
+
* Project home: https://github.com/python/importlib_metadata
|
117 |
+
* Report bugs at: https://github.com/python/importlib_metadata/issues
|
118 |
+
* Code hosting: https://github.com/python/importlib_metadata
|
119 |
+
* Documentation: https://importlib_metadata.readthedocs.io/
|
120 |
+
|
121 |
+
For Enterprise
|
122 |
+
==============
|
123 |
+
|
124 |
+
Available as part of the Tidelift Subscription.
|
125 |
+
|
126 |
+
This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
|
127 |
+
|
128 |
+
`Learn more <https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=referral&utm_campaign=github>`_.
|
129 |
+
|
130 |
+
Security Contact
|
131 |
+
================
|
132 |
+
|
133 |
+
To report a security vulnerability, please use the
|
134 |
+
`Tidelift security contact <https://tidelift.com/security>`_.
|
135 |
+
Tidelift will coordinate the fix and disclosure.
|
linux-cpu/importlib_metadata-4.13.0.dist-info/RECORD
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
importlib_metadata-4.13.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
2 |
+
importlib_metadata-4.13.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
3 |
+
importlib_metadata-4.13.0.dist-info/METADATA,sha256=pl7O47x3z8UR2eX2sEJInTPORItIJZOJkgiAUAH3DAM,4914
|
4 |
+
importlib_metadata-4.13.0.dist-info/RECORD,,
|
5 |
+
importlib_metadata-4.13.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6 |
+
importlib_metadata-4.13.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
7 |
+
importlib_metadata-4.13.0.dist-info/top_level.txt,sha256=CO3fD9yylANiXkrMo4qHLV_mqXL2sC5JFKgt1yWAT-A,19
|
8 |
+
importlib_metadata/__init__.py,sha256=ljwBfXkuykIoWVJwLxa661zpPY3WE1gWJ6Nf-gyN418,31510
|
9 |
+
importlib_metadata/__pycache__/__init__.cpython-38.pyc,,
|
10 |
+
importlib_metadata/__pycache__/_adapters.cpython-38.pyc,,
|
11 |
+
importlib_metadata/__pycache__/_collections.cpython-38.pyc,,
|
12 |
+
importlib_metadata/__pycache__/_compat.cpython-38.pyc,,
|
13 |
+
importlib_metadata/__pycache__/_functools.cpython-38.pyc,,
|
14 |
+
importlib_metadata/__pycache__/_itertools.cpython-38.pyc,,
|
15 |
+
importlib_metadata/__pycache__/_meta.cpython-38.pyc,,
|
16 |
+
importlib_metadata/__pycache__/_py39compat.cpython-38.pyc,,
|
17 |
+
importlib_metadata/__pycache__/_text.cpython-38.pyc,,
|
18 |
+
importlib_metadata/_adapters.py,sha256=B6fCi5-8mLVDFUZj3krI5nAo-mKp1dH_qIavyIyFrJs,1862
|
19 |
+
importlib_metadata/_collections.py,sha256=CJ0OTCHIjWA0ZIVS4voORAsn2R4R2cQBEtPsZEJpASY,743
|
20 |
+
importlib_metadata/_compat.py,sha256=9zOKf0eDgkCMnnaEhU5kQVxHd1P8BIYV7Stso7av5h8,1857
|
21 |
+
importlib_metadata/_functools.py,sha256=PsY2-4rrKX4RVeRC1oGp1lB1pmC9eKN88_f-bD9uOoA,2895
|
22 |
+
importlib_metadata/_itertools.py,sha256=cvr_2v8BRbxcIl5x5ldfqdHjhI8Yi8s8yk50G_nm6jQ,2068
|
23 |
+
importlib_metadata/_meta.py,sha256=_F48Hu_jFxkfKWz5wcYS8vO23qEygbVdF9r-6qh-hjE,1154
|
24 |
+
importlib_metadata/_py39compat.py,sha256=wEUps-HX4E7j_L0IcPsGXxsD1VJ-h4q3acDFg9rpu-c,1754
|
25 |
+
importlib_metadata/_text.py,sha256=HCsFksZpJLeTP3NEk_ngrAeXVRRtTrtyh9eOABoRP4A,2166
|
26 |
+
importlib_metadata/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
linux-cpu/importlib_metadata-4.13.0.dist-info/REQUESTED
ADDED
File without changes
|
linux-cpu/importlib_metadata-4.13.0.dist-info/WHEEL
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Wheel-Version: 1.0
|
2 |
+
Generator: bdist_wheel (0.37.1)
|
3 |
+
Root-Is-Purelib: true
|
4 |
+
Tag: py3-none-any
|
5 |
+
|
linux-cpu/importlib_metadata-4.13.0.dist-info/top_level.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
importlib_metadata
|
linux-cpu/lib-dynload/_asyncio.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (259 kB). View file
|
|
linux-cpu/lib-dynload/_bisect.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (51.1 kB). View file
|
|
linux-cpu/lib-dynload/_blake2.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (811 kB). View file
|
|
linux-cpu/lib-dynload/_bz2.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (103 kB). View file
|
|
linux-cpu/lib-dynload/_codecs_cn.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (215 kB). View file
|
|
linux-cpu/lib-dynload/_codecs_hk.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (205 kB). View file
|
|
linux-cpu/lib-dynload/_codecs_iso2022.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (91.3 kB). View file
|
|
linux-cpu/lib-dynload/_codecs_jp.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (348 kB). View file
|
|
linux-cpu/lib-dynload/_codecs_kr.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (194 kB). View file
|
|
linux-cpu/lib-dynload/_codecs_tw.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (157 kB). View file
|
|
linux-cpu/lib-dynload/_contextvars.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (39.4 kB). View file
|
|
linux-cpu/lib-dynload/_csv.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (124 kB). View file
|
|
linux-cpu/lib-dynload/_ctypes.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (664 kB). View file
|
|
linux-cpu/lib-dynload/_datetime.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (927 kB). View file
|
|
linux-cpu/lib-dynload/_decimal.cpython-38-x86_64-linux-gnu.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f05217c13e37bf6c3a712a6a1af38d352dc92ab3c6f559935234f1665056dbdd
|
3 |
+
size 2256208
|
linux-cpu/lib-dynload/_hashlib.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (201 kB). View file
|
|
linux-cpu/lib-dynload/_heapq.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (172 kB). View file
|
|
linux-cpu/lib-dynload/_json.cpython-38-x86_64-linux-gnu.so
ADDED
Binary file (415 kB). View file
|
|