Spaces:
Build error
Build error
Delete Cython-0.29.28.dist-info
Browse files- Cython-0.29.28.dist-info/COPYING.txt +0 -19
- Cython-0.29.28.dist-info/INSTALLER +0 -1
- Cython-0.29.28.dist-info/LICENSE.txt +0 -176
- Cython-0.29.28.dist-info/METADATA +0 -60
- Cython-0.29.28.dist-info/RECORD +0 -434
- Cython-0.29.28.dist-info/REQUESTED +0 -0
- Cython-0.29.28.dist-info/WHEEL +0 -5
- Cython-0.29.28.dist-info/direct_url.json +0 -1
- Cython-0.29.28.dist-info/entry_points.txt +0 -5
- Cython-0.29.28.dist-info/top_level.txt +0 -3
Cython-0.29.28.dist-info/COPYING.txt
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
The original Pyrex code as of 2006-04 is licensed under the following
|
2 |
-
license: "Copyright stuff: Pyrex is free of restrictions. You may use,
|
3 |
-
redistribute, modify and distribute modified versions."
|
4 |
-
|
5 |
-
------------------
|
6 |
-
|
7 |
-
Cython, which derives from Pyrex, is licensed under the Apache 2.0
|
8 |
-
Software License. More precisely, all modifications and new code
|
9 |
-
made to go from Pyrex to Cython are so licensed.
|
10 |
-
|
11 |
-
See LICENSE.txt for more details.
|
12 |
-
|
13 |
-
------------------
|
14 |
-
|
15 |
-
The output of a Cython compilation is NOT considered a derivative
|
16 |
-
work of Cython. Specifically, though the compilation process may
|
17 |
-
embed snippets of varying lengths into the final output, these
|
18 |
-
snippets, as embedded in the output, do not encumber the resulting
|
19 |
-
output with any license restrictions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cython-0.29.28.dist-info/INSTALLER
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
conda
|
|
|
|
Cython-0.29.28.dist-info/LICENSE.txt
DELETED
@@ -1,176 +0,0 @@
|
|
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.
|
175 |
-
|
176 |
-
END OF TERMS AND CONDITIONS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cython-0.29.28.dist-info/METADATA
DELETED
@@ -1,60 +0,0 @@
|
|
1 |
-
Metadata-Version: 2.1
|
2 |
-
Name: Cython
|
3 |
-
Version: 0.29.28
|
4 |
-
Summary: The Cython compiler for writing C extensions for the Python language.
|
5 |
-
Home-page: http://cython.org/
|
6 |
-
Author: Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.
|
7 |
-
Author-email: cython-devel@python.org
|
8 |
-
License: Apache
|
9 |
-
Platform: UNKNOWN
|
10 |
-
Classifier: Development Status :: 5 - Production/Stable
|
11 |
-
Classifier: Intended Audience :: Developers
|
12 |
-
Classifier: License :: OSI Approved :: Apache Software License
|
13 |
-
Classifier: Operating System :: OS Independent
|
14 |
-
Classifier: Programming Language :: Python
|
15 |
-
Classifier: Programming Language :: Python :: 2
|
16 |
-
Classifier: Programming Language :: Python :: 2.6
|
17 |
-
Classifier: Programming Language :: Python :: 2.7
|
18 |
-
Classifier: Programming Language :: Python :: 3
|
19 |
-
Classifier: Programming Language :: Python :: 3.4
|
20 |
-
Classifier: Programming Language :: Python :: 3.5
|
21 |
-
Classifier: Programming Language :: Python :: 3.6
|
22 |
-
Classifier: Programming Language :: Python :: 3.7
|
23 |
-
Classifier: Programming Language :: Python :: 3.8
|
24 |
-
Classifier: Programming Language :: Python :: 3.9
|
25 |
-
Classifier: Programming Language :: Python :: 3.10
|
26 |
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
27 |
-
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
28 |
-
Classifier: Programming Language :: C
|
29 |
-
Classifier: Programming Language :: Cython
|
30 |
-
Classifier: Topic :: Software Development :: Code Generators
|
31 |
-
Classifier: Topic :: Software Development :: Compilers
|
32 |
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
33 |
-
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*
|
34 |
-
License-File: LICENSE.txt
|
35 |
-
License-File: COPYING.txt
|
36 |
-
|
37 |
-
The Cython language makes writing C extensions for the Python language as
|
38 |
-
easy as Python itself. Cython is a source code translator based on Pyrex_,
|
39 |
-
but supports more cutting edge functionality and optimizations.
|
40 |
-
|
41 |
-
The Cython language is a superset of the Python language (almost all Python
|
42 |
-
code is also valid Cython code), but Cython additionally supports optional
|
43 |
-
static typing to natively call C functions, operate with C++ classes and
|
44 |
-
declare fast C types on variables and class attributes. This allows the
|
45 |
-
compiler to generate very efficient C code from Cython code.
|
46 |
-
|
47 |
-
This makes Cython the ideal language for writing glue code for external
|
48 |
-
C/C++ libraries, and for fast C modules that speed up the execution of
|
49 |
-
Python code.
|
50 |
-
|
51 |
-
Note that for one-time builds, e.g. for CI/testing, on platforms that are not
|
52 |
-
covered by one of the wheel packages provided on PyPI *and* the pure Python wheel
|
53 |
-
that we provide is not used, it is substantially faster than a full source build
|
54 |
-
to install an uncompiled (slower) version of Cython with::
|
55 |
-
|
56 |
-
pip install Cython --install-option="--no-cython-compile"
|
57 |
-
|
58 |
-
.. _Pyrex: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cython-0.29.28.dist-info/RECORD
DELETED
@@ -1,434 +0,0 @@
|
|
1 |
-
../../Scripts/cygdb.exe,sha256=ygPa8EZCtjHaHPKSztwcdtZXRRP0VTJbA5BK1Z8Zhvw,106354
|
2 |
-
../../Scripts/cython.exe,sha256=CtTvOjOheysEFKXIFwX1MX6o75YgMNqbvuLDUVWgZps,106375
|
3 |
-
../../Scripts/cythonize.exe,sha256=RH77nH_tm3CHUGc1B9eUiHYvPAXxPt3yerc-HX9eF6w,106355
|
4 |
-
Cython-0.29.28.dist-info/COPYING.txt,sha256=4escSahQjoFz2sMBV-SmQ5pErYhGGUdGxCT7w_wrldc,756
|
5 |
-
Cython-0.29.28.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
6 |
-
Cython-0.29.28.dist-info/LICENSE.txt,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
7 |
-
Cython-0.29.28.dist-info/METADATA,sha256=0XNJlufb1avaP2cLvsCbMTto2rcey0ofqpsXR3_cGiI,2787
|
8 |
-
Cython-0.29.28.dist-info/RECORD,,
|
9 |
-
Cython-0.29.28.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10 |
-
Cython-0.29.28.dist-info/WHEEL,sha256=fVcVlLzi8CGi_Ul8vjMdn8gER25dn5GBg9E6k9z41-Y,100
|
11 |
-
Cython-0.29.28.dist-info/direct_url.json,sha256=YwlnxYRYlewtshuCDQgo1231pj9uP-3ff2opeCNOfFs,66
|
12 |
-
Cython-0.29.28.dist-info/entry_points.txt,sha256=2BOm1wPEnW-cqvf6H044-DF64esaA6qeqkbDlSvz1as,140
|
13 |
-
Cython-0.29.28.dist-info/top_level.txt,sha256=jLV8tZV98iCbIfiJR4DVzTX5Ru1Y_pYMZ59wkMCe6SY,24
|
14 |
-
Cython/Build/BuildExecutable.py,sha256=9wjcOncQpbCT_Pu2Ljj5jufFLSY6T_oHOFt0uXYTdRk,4318
|
15 |
-
Cython/Build/Cythonize.py,sha256=OBSutgd93PXiRi5_6GRuhpfMZehw9YOfRgt1mxi6QLk,8359
|
16 |
-
Cython/Build/Dependencies.py,sha256=SkMflfSEXLlyGdkQ0xLMY7zMMoBxq4VgfPyN_BUSvTQ,50391
|
17 |
-
Cython/Build/Distutils.py,sha256=iO5tPX84Kc-ZWMocfuQbl_PqyC9HGGIRS-NiKI60-ZE,49
|
18 |
-
Cython/Build/Inline.py,sha256=wd5_xBOup8MWxNtv5uwWgWWG5GrkShYysMMluY7ripE,13451
|
19 |
-
Cython/Build/IpythonMagic.py,sha256=j-E-JJYGj03ceWDp5SRmyK-WxyroRkNOEQODA9rCfFc,21126
|
20 |
-
Cython/Build/Tests/TestCyCache.py,sha256=olOvphv4q1CLsNzMAhgmXnL77zhGGQKuKbYs_iSFFvA,4151
|
21 |
-
Cython/Build/Tests/TestInline.py,sha256=bp4XGXZYSyxY2zXI0q4bg58a0ARsclUzXSfWykn0dZw,2854
|
22 |
-
Cython/Build/Tests/TestIpythonMagic.py,sha256=H88J6_r3dP5V3-N7eSKZuE2l9G8BtkFF_o8wY7pifKU,6225
|
23 |
-
Cython/Build/Tests/TestStripLiterals.py,sha256=-QeUd22OnoL50rW2EgpfIA01UzRMutcBA5NrhkHiE7M,1550
|
24 |
-
Cython/Build/Tests/__init__.py,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
25 |
-
Cython/Build/Tests/__pycache__/TestCyCache.cpython-39.pyc,,
|
26 |
-
Cython/Build/Tests/__pycache__/TestInline.cpython-39.pyc,,
|
27 |
-
Cython/Build/Tests/__pycache__/TestIpythonMagic.cpython-39.pyc,,
|
28 |
-
Cython/Build/Tests/__pycache__/TestStripLiterals.cpython-39.pyc,,
|
29 |
-
Cython/Build/Tests/__pycache__/__init__.cpython-39.pyc,,
|
30 |
-
Cython/Build/__init__.py,sha256=zBhW6hT9Mwk1ZybfuPi61iCa6A4srId1HJz9OiEd07o,69
|
31 |
-
Cython/Build/__pycache__/BuildExecutable.cpython-39.pyc,,
|
32 |
-
Cython/Build/__pycache__/Cythonize.cpython-39.pyc,,
|
33 |
-
Cython/Build/__pycache__/Dependencies.cpython-39.pyc,,
|
34 |
-
Cython/Build/__pycache__/Distutils.cpython-39.pyc,,
|
35 |
-
Cython/Build/__pycache__/Inline.cpython-39.pyc,,
|
36 |
-
Cython/Build/__pycache__/IpythonMagic.cpython-39.pyc,,
|
37 |
-
Cython/Build/__pycache__/__init__.cpython-39.pyc,,
|
38 |
-
Cython/CodeWriter.py,sha256=Sa1hLmUcIMnCGTNASqyzfGqk70i6v-YslD5ogllCaiY,23901
|
39 |
-
Cython/Compiler/AnalysedTreeTransforms.py,sha256=T2r1SLFeG7a4D9tt93hm8YRH_aGLwmK82PNpb1RsbnE,3826
|
40 |
-
Cython/Compiler/Annotate.py,sha256=bkVgdH3ItuIbaSpi9Qo5bKiIjOX3-J5sZORfcyk_eZY,12950
|
41 |
-
Cython/Compiler/AutoDocTransforms.py,sha256=le7k-xhGWDkvpRXRppZsqhJzkav6i41GmAOmDetxVmk,7517
|
42 |
-
Cython/Compiler/Buffer.py,sha256=6-YIUiLWtgpC2LRhs7116umzNiEbzA6cz1lnPkSEn30,29035
|
43 |
-
Cython/Compiler/Builtin.py,sha256=yuMN5KlryVwMR02wVwMcdgQXXbIy14yQaL-dw1aVTeE,22989
|
44 |
-
Cython/Compiler/CmdLine.py,sha256=cRwX-QUfBCVmGXxVKKAeF2CHKiLVtjH4QRGMGaBRmkI,9939
|
45 |
-
Cython/Compiler/Code.pxd,sha256=XEZU44jXCOFoYTG15-R0X41krTrjpuo1wxRKjyzYwoY,3354
|
46 |
-
Cython/Compiler/Code.py,sha256=N7qoQuOnXc3HXlY0spOP-d0LY8WCsU2vRaV7-MNSG6c,97198
|
47 |
-
Cython/Compiler/CodeGeneration.py,sha256=jkcx2uX07nck0UZSgysIThRuJiPbdkSeXR4Z2uzbQU8,1108
|
48 |
-
Cython/Compiler/CythonScope.py,sha256=mNwmE509uePmR3S2djg3Dq6zOZ3hgK-U8NDeawys9WM,6027
|
49 |
-
Cython/Compiler/DebugFlags.py,sha256=5Zg9ETp0qPFEma6QMtrGUwu9Fn6NTYMBMWPI_GxFW0A,623
|
50 |
-
Cython/Compiler/Errors.py,sha256=GATz9x6onls09cM6TeDw3kdBgdCxUiKJBILwukBF6WI,7554
|
51 |
-
Cython/Compiler/ExprNodes.py,sha256=qsOOc1fQyPtGp89dTTnmfXaO_KppGtaCdw1Ljh47Vo4,549114
|
52 |
-
Cython/Compiler/FlowControl.cp39-win_amd64.pyd,sha256=3t3R4866IlXDucRNsciEko9a-_FfvJbQJKxIOyKqVvs,450048
|
53 |
-
Cython/Compiler/FlowControl.pxd,sha256=W8bqGCJLzvAhnL3d1OF8798ZDJg0QI0eA_ebnA4dkoQ,2918
|
54 |
-
Cython/Compiler/FlowControl.py,sha256=-I33Yd9sp1RCENjFkrufBM8Xrj3y5SI7KZ04Vz5Djiw,45981
|
55 |
-
Cython/Compiler/FusedNode.cp39-win_amd64.pyd,sha256=X-P965DwQD-eiX5hZoFJMFkCs7wFbGpbOces8wsxFXI,267776
|
56 |
-
Cython/Compiler/FusedNode.py,sha256=qmHVHylEPpllK_x-471xBG-zMzAt0RF52tLxt_-RZqs,37794
|
57 |
-
Cython/Compiler/Future.py,sha256=GwcWZ_Vti0atfbOARfS2kIvZOvRuPu38wbShIn4o4kA,587
|
58 |
-
Cython/Compiler/Interpreter.py,sha256=iNweexX2HDI5nZj2rzkW-lw9Rq3gzM__P7SBqH3uxbU,2106
|
59 |
-
Cython/Compiler/Lexicon.py,sha256=Cw_wIfQymcTEdkoo82V2xbV8kvCp30O-Pc7qF4hbfCI,4855
|
60 |
-
Cython/Compiler/Main.py,sha256=_b1cDedgPRDFy4sN7-FZsKx5qbcD4XTefhD9qZwlgWQ,36488
|
61 |
-
Cython/Compiler/MemoryView.py,sha256=c6J7PtQ6wccb9uBxvbLngia4jO-h2uea7viIzJNhDYU,30009
|
62 |
-
Cython/Compiler/ModuleNode.py,sha256=n2s-hf3IegF4n32np8l8Lg-EBPNK39K1_FmNdqRdJk4,142244
|
63 |
-
Cython/Compiler/Naming.py,sha256=Z6FLRoOl21F91SMoIoMSu_CqYosGhxDJLO9grYSHhVI,6333
|
64 |
-
Cython/Compiler/Nodes.py,sha256=ydfZDpwwfLKZFDoTbk6LV66-R80GLfeCUiXo9BDljOo,391269
|
65 |
-
Cython/Compiler/Optimize.py,sha256=W01lBStxLyXYYRhBUZrr-PZYyfyl9KgY3KPvriVXf8U,210273
|
66 |
-
Cython/Compiler/Options.py,sha256=ryrLc_NNo0QSMaP-jHhmo1L2oZJA6h7KpE6xs_KSyUo,19707
|
67 |
-
Cython/Compiler/ParseTreeTransforms.pxd,sha256=oDSda3XYP79o8tCAxEm_epWWVPXSaPy8lYrprWYRyNk,2468
|
68 |
-
Cython/Compiler/ParseTreeTransforms.py,sha256=TBKwvWfsV_f74ra_lVPkb3ETOs5_com8ZLAqqERrF8o,138431
|
69 |
-
Cython/Compiler/Parsing.pxd,sha256=pL_EQdVWaw7EZVTZrxzMcUvoSJeAoXXPRh8kCLudysk,8984
|
70 |
-
Cython/Compiler/Parsing.py,sha256=u_5SWON1ws-S_5cCw1xXmZdgxTlLWfTxFAJJEbXX7m8,129791
|
71 |
-
Cython/Compiler/Pipeline.py,sha256=6ravd0QCR5sCoKlz9HEz209A2UqgLp4Qp0VysoKa_mI,14061
|
72 |
-
Cython/Compiler/PyrexTypes.py,sha256=-nGJxm5amgIjkfvBpQFeSLn8zS2fi_cBvOtgBIfr5F8,173958
|
73 |
-
Cython/Compiler/Pythran.py,sha256=NHIml0yx0jPLyTLRAHXZr0LHTyEyfYqspgYuV4vdNKI,7267
|
74 |
-
Cython/Compiler/Scanning.cp39-win_amd64.pyd,sha256=5-LsBGSjEb90oBHZgigU6zrNGORvcYbFxPO3aaMeC4w,212480
|
75 |
-
Cython/Compiler/Scanning.pxd,sha256=vjjPLZb5udPzMpk67DKojTTDUl31QU86oXyAMks7Hsw,2113
|
76 |
-
Cython/Compiler/Scanning.py,sha256=Gl7sU5rI-5H5v8z9QLZBh1hivS2cOGa9H878QdEpUU4,18438
|
77 |
-
Cython/Compiler/StringEncoding.py,sha256=dn3jVSL4JScbeYf1f56j5RJR9M58AnCDdJObC-cc3fg,10812
|
78 |
-
Cython/Compiler/Symtab.py,sha256=n0tdTnbPkSuU5EgPkr6nGBN98Lhbklbjt8o6NUFt264,111727
|
79 |
-
Cython/Compiler/Tests/TestBuffer.py,sha256=yw-KUu2pu4CnsqYaqxj5rpyYodmjJSEqUvQNxLwPL8I,4155
|
80 |
-
Cython/Compiler/Tests/TestCmdLine.py,sha256=wBtbNserRsU4_Yj_0W6cujG-07PkwORT-r1Z3oLHmcU,4414
|
81 |
-
Cython/Compiler/Tests/TestFlowControl.py,sha256=ge3iqBor6xe5MLaLbOtw7ETntJnAh8EequF1aetVzMw,1848
|
82 |
-
Cython/Compiler/Tests/TestGrammar.py,sha256=zWMvYG19nIH85Le8ragXt2vLBlWlGGNeMgrTdQO5JGM,3443
|
83 |
-
Cython/Compiler/Tests/TestMemView.py,sha256=yBAQ5tN8DVPTFRJ81dAzOepCt5Ly6fiaAssQve5ryy4,2515
|
84 |
-
Cython/Compiler/Tests/TestParseTreeTransforms.py,sha256=CorKAgH9tdoehstG6vBAbdpUhaPdN8EW277KMWNR4Uw,8503
|
85 |
-
Cython/Compiler/Tests/TestSignatureMatching.py,sha256=qMiQZeg5_Eu8VfCY_lMawqpjpKNV0r6p6-9czKec1aY,3338
|
86 |
-
Cython/Compiler/Tests/TestStringEncoding.py,sha256=RL1YDXrOUe1sPLEbWmTJQ5VF-uEZ_KLz0jaeQoMx85k,2315
|
87 |
-
Cython/Compiler/Tests/TestTreeFragment.py,sha256=wHlnF0ApwxeITx9pzg46P9N_2lM-7mrPwhDeNlIQnXM,2206
|
88 |
-
Cython/Compiler/Tests/TestTreePath.py,sha256=x-2KBIhSE6-vT-2BPe2q-zaa1oHtc42ibKzVs_y8_So,4238
|
89 |
-
Cython/Compiler/Tests/TestTypes.py,sha256=YuFib5WCJfSPafrhy5yrCUdwajYw61yGPo4HveTyzUs,669
|
90 |
-
Cython/Compiler/Tests/TestUtilityLoad.py,sha256=Uzf4_bOjha-zwQaikNbsAOVQs3ZPX3YD7QQ5T4s66YY,3341
|
91 |
-
Cython/Compiler/Tests/TestVisitor.py,sha256=QAnBpUhnirSFKqXWiawo-OhXhxIRTQidWxEzGjJDz6M,2228
|
92 |
-
Cython/Compiler/Tests/__init__.py,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
93 |
-
Cython/Compiler/Tests/__pycache__/TestBuffer.cpython-39.pyc,,
|
94 |
-
Cython/Compiler/Tests/__pycache__/TestCmdLine.cpython-39.pyc,,
|
95 |
-
Cython/Compiler/Tests/__pycache__/TestFlowControl.cpython-39.pyc,,
|
96 |
-
Cython/Compiler/Tests/__pycache__/TestGrammar.cpython-39.pyc,,
|
97 |
-
Cython/Compiler/Tests/__pycache__/TestMemView.cpython-39.pyc,,
|
98 |
-
Cython/Compiler/Tests/__pycache__/TestParseTreeTransforms.cpython-39.pyc,,
|
99 |
-
Cython/Compiler/Tests/__pycache__/TestSignatureMatching.cpython-39.pyc,,
|
100 |
-
Cython/Compiler/Tests/__pycache__/TestStringEncoding.cpython-39.pyc,,
|
101 |
-
Cython/Compiler/Tests/__pycache__/TestTreeFragment.cpython-39.pyc,,
|
102 |
-
Cython/Compiler/Tests/__pycache__/TestTreePath.cpython-39.pyc,,
|
103 |
-
Cython/Compiler/Tests/__pycache__/TestTypes.cpython-39.pyc,,
|
104 |
-
Cython/Compiler/Tests/__pycache__/TestUtilityLoad.cpython-39.pyc,,
|
105 |
-
Cython/Compiler/Tests/__pycache__/TestVisitor.cpython-39.pyc,,
|
106 |
-
Cython/Compiler/Tests/__pycache__/__init__.cpython-39.pyc,,
|
107 |
-
Cython/Compiler/TreeFragment.py,sha256=jQn4Lp2dNddJ-tjPquoFcyTcX9EIuTAbZKZAKs9-cGU,9408
|
108 |
-
Cython/Compiler/TreePath.py,sha256=3_lScMAd2Sly2ekZ8HO8dyZstGSruINl2MXXq9OYd2Q,7641
|
109 |
-
Cython/Compiler/TypeInference.py,sha256=s-GKZcq16KPPgY_OpF8cTlQmX1Cpu-qBMCtmAYDg8fc,22326
|
110 |
-
Cython/Compiler/TypeSlots.py,sha256=C2_eWwtL3nOnVCUX6LF9K9S6S2AawjeFMZryVtFq7TI,37306
|
111 |
-
Cython/Compiler/UtilNodes.py,sha256=mS6jlZ530p17WGU0ApbwvLecuByT18LFipVrKJg5jrM,11636
|
112 |
-
Cython/Compiler/UtilityCode.py,sha256=PbQtJt9fSwgm5xeXgYWQih6eUSmJL_RwTxOa5T9SrZU,9391
|
113 |
-
Cython/Compiler/Version.py,sha256=f2mS6aYYdu0DMRK3B4IuzMlCo-k-ffmehCao_vKlTdk,181
|
114 |
-
Cython/Compiler/Visitor.cp39-win_amd64.pyd,sha256=Nci2nH5xr3dcMCJNUA5H2q_54-wCfyDobaJsO53IGnc,242176
|
115 |
-
Cython/Compiler/Visitor.pxd,sha256=KvOZgHoEREMTVYXr1ZoAk9H4n__rpmhIwE2S11ajeYM,1792
|
116 |
-
Cython/Compiler/Visitor.py,sha256=iqtIsNaQwk8lSa6g_LnEU06CZtdnP7MDXbyodl4Ouwk,29984
|
117 |
-
Cython/Compiler/__init__.py,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
118 |
-
Cython/Compiler/__pycache__/AnalysedTreeTransforms.cpython-39.pyc,,
|
119 |
-
Cython/Compiler/__pycache__/Annotate.cpython-39.pyc,,
|
120 |
-
Cython/Compiler/__pycache__/AutoDocTransforms.cpython-39.pyc,,
|
121 |
-
Cython/Compiler/__pycache__/Buffer.cpython-39.pyc,,
|
122 |
-
Cython/Compiler/__pycache__/Builtin.cpython-39.pyc,,
|
123 |
-
Cython/Compiler/__pycache__/CmdLine.cpython-39.pyc,,
|
124 |
-
Cython/Compiler/__pycache__/Code.cpython-39.pyc,,
|
125 |
-
Cython/Compiler/__pycache__/CodeGeneration.cpython-39.pyc,,
|
126 |
-
Cython/Compiler/__pycache__/CythonScope.cpython-39.pyc,,
|
127 |
-
Cython/Compiler/__pycache__/DebugFlags.cpython-39.pyc,,
|
128 |
-
Cython/Compiler/__pycache__/Errors.cpython-39.pyc,,
|
129 |
-
Cython/Compiler/__pycache__/ExprNodes.cpython-39.pyc,,
|
130 |
-
Cython/Compiler/__pycache__/FlowControl.cpython-39.pyc,,
|
131 |
-
Cython/Compiler/__pycache__/FusedNode.cpython-39.pyc,,
|
132 |
-
Cython/Compiler/__pycache__/Future.cpython-39.pyc,,
|
133 |
-
Cython/Compiler/__pycache__/Interpreter.cpython-39.pyc,,
|
134 |
-
Cython/Compiler/__pycache__/Lexicon.cpython-39.pyc,,
|
135 |
-
Cython/Compiler/__pycache__/Main.cpython-39.pyc,,
|
136 |
-
Cython/Compiler/__pycache__/MemoryView.cpython-39.pyc,,
|
137 |
-
Cython/Compiler/__pycache__/ModuleNode.cpython-39.pyc,,
|
138 |
-
Cython/Compiler/__pycache__/Naming.cpython-39.pyc,,
|
139 |
-
Cython/Compiler/__pycache__/Nodes.cpython-39.pyc,,
|
140 |
-
Cython/Compiler/__pycache__/Optimize.cpython-39.pyc,,
|
141 |
-
Cython/Compiler/__pycache__/Options.cpython-39.pyc,,
|
142 |
-
Cython/Compiler/__pycache__/ParseTreeTransforms.cpython-39.pyc,,
|
143 |
-
Cython/Compiler/__pycache__/Parsing.cpython-39.pyc,,
|
144 |
-
Cython/Compiler/__pycache__/Pipeline.cpython-39.pyc,,
|
145 |
-
Cython/Compiler/__pycache__/PyrexTypes.cpython-39.pyc,,
|
146 |
-
Cython/Compiler/__pycache__/Pythran.cpython-39.pyc,,
|
147 |
-
Cython/Compiler/__pycache__/Scanning.cpython-39.pyc,,
|
148 |
-
Cython/Compiler/__pycache__/StringEncoding.cpython-39.pyc,,
|
149 |
-
Cython/Compiler/__pycache__/Symtab.cpython-39.pyc,,
|
150 |
-
Cython/Compiler/__pycache__/TreeFragment.cpython-39.pyc,,
|
151 |
-
Cython/Compiler/__pycache__/TreePath.cpython-39.pyc,,
|
152 |
-
Cython/Compiler/__pycache__/TypeInference.cpython-39.pyc,,
|
153 |
-
Cython/Compiler/__pycache__/TypeSlots.cpython-39.pyc,,
|
154 |
-
Cython/Compiler/__pycache__/UtilNodes.cpython-39.pyc,,
|
155 |
-
Cython/Compiler/__pycache__/UtilityCode.cpython-39.pyc,,
|
156 |
-
Cython/Compiler/__pycache__/Version.cpython-39.pyc,,
|
157 |
-
Cython/Compiler/__pycache__/Visitor.cpython-39.pyc,,
|
158 |
-
Cython/Compiler/__pycache__/__init__.cpython-39.pyc,,
|
159 |
-
Cython/Coverage.py,sha256=FtCMjKLYWvtULxWIzN-y3RhbwQwL4GtLyIjj-B3-07E,13537
|
160 |
-
Cython/Debugger/Cygdb.py,sha256=CH_pXm0Jhl4SAe6sJXa5NS47vMmQ2KBbecyV56vLqFE,5751
|
161 |
-
Cython/Debugger/DebugWriter.py,sha256=Yzz28JR4qZepxvxeu_1rJxIjJ4JbNQm5vM5e_UtNuRo,1945
|
162 |
-
Cython/Debugger/Tests/TestLibCython.py,sha256=xrENLEahnp6WtOfokVtsALR6Ot2jFR6T5ZZRcaX0Vxk,8327
|
163 |
-
Cython/Debugger/Tests/__init__.py,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
164 |
-
Cython/Debugger/Tests/__pycache__/TestLibCython.cpython-39.pyc,,
|
165 |
-
Cython/Debugger/Tests/__pycache__/__init__.cpython-39.pyc,,
|
166 |
-
Cython/Debugger/Tests/__pycache__/test_libcython_in_gdb.cpython-39.pyc,,
|
167 |
-
Cython/Debugger/Tests/__pycache__/test_libpython_in_gdb.cpython-39.pyc,,
|
168 |
-
Cython/Debugger/Tests/cfuncs.c,sha256=4SZurmnz5J1SiIs9N26Eu4zc2wvF_qMEKaN0eTcbDPo,71
|
169 |
-
Cython/Debugger/Tests/codefile,sha256=ugwpT9GPtYZIKe2Xco4PqikyA-poQAeYfE0icXmfb44,641
|
170 |
-
Cython/Debugger/Tests/test_libcython_in_gdb.py,sha256=EvPTYkd7nzR3JtFim-ASLI6wfcYhgWfI4BQrucLJbHY,15804
|
171 |
-
Cython/Debugger/Tests/test_libpython_in_gdb.py,sha256=1BD_FtMkmS4SoSQZq7MgAgDnvqIw3EcYZFVrtoCQmxo,4079
|
172 |
-
Cython/Debugger/__init__.py,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
173 |
-
Cython/Debugger/__pycache__/Cygdb.cpython-39.pyc,,
|
174 |
-
Cython/Debugger/__pycache__/DebugWriter.cpython-39.pyc,,
|
175 |
-
Cython/Debugger/__pycache__/__init__.cpython-39.pyc,,
|
176 |
-
Cython/Debugger/__pycache__/libcython.cpython-39.pyc,,
|
177 |
-
Cython/Debugger/__pycache__/libpython.cpython-39.pyc,,
|
178 |
-
Cython/Debugger/libcython.py,sha256=Qs0qGzeUyeY___3jRDy_WWIDFGfSRH4al7On2XxkuNg,44949
|
179 |
-
Cython/Debugger/libpython.py,sha256=IyTEdtGLnpQmt2XPgZ7oskQ8qGWWV2_5TMgZ5NhTA0k,90489
|
180 |
-
Cython/Debugging.py,sha256=vFtJhn7QstMf5gnYru2qHIz5ZjPg1KSlZVGHr-pBCwM,552
|
181 |
-
Cython/Distutils/__init__.py,sha256=uyWaN2NJ_mKYLzVsDPi0qZCdIYoW5M_7YYEmAOIL3Ek,98
|
182 |
-
Cython/Distutils/__pycache__/__init__.cpython-39.pyc,,
|
183 |
-
Cython/Distutils/__pycache__/build_ext.cpython-39.pyc,,
|
184 |
-
Cython/Distutils/__pycache__/extension.cpython-39.pyc,,
|
185 |
-
Cython/Distutils/__pycache__/old_build_ext.cpython-39.pyc,,
|
186 |
-
Cython/Distutils/build_ext.py,sha256=Fc_cI5wN0fT1Mf2k5B5nH-PgZ8Gq2lL6OlzF_qzy3dA,1007
|
187 |
-
Cython/Distutils/extension.py,sha256=FHvtK3Tj9MqE17TuZ_jWg1Mh4X7e-CXIPUpJK7nqcQE,4706
|
188 |
-
Cython/Distutils/old_build_ext.py,sha256=Hy34A1HqhoDOyU-krN2gJUYXK2mYWc8E2EZB-stvmrE,13635
|
189 |
-
Cython/Includes/Deprecated/python.pxd,sha256=l7crg8H9cVRedMcjDf_9xDLdnUT57Vt1BxlZWom-h88,61
|
190 |
-
Cython/Includes/Deprecated/python_bool.pxd,sha256=qOaFbsP6_pKoB3HGTjQUkFhQqukXheCmcSnnBQLdKGQ,66
|
191 |
-
Cython/Includes/Deprecated/python_buffer.pxd,sha256=gv2a3ngcOnRKZZHSox_bW1WD8jGbxfH9NJm1-iUXf9U,68
|
192 |
-
Cython/Includes/Deprecated/python_bytes.pxd,sha256=07-Hk3YpN_i4mIlbWYbNgDkjEytQAYOepJLJTY1CrVk,67
|
193 |
-
Cython/Includes/Deprecated/python_cobject.pxd,sha256=V9F0DHQbFZPbJ8RRnN9mft2ipq4wubM8ghBCGHr6NwE,69
|
194 |
-
Cython/Includes/Deprecated/python_complex.pxd,sha256=ITmq55v0b1gibEpLSCTCz68ViljenSuGGjiWn_nvIvI,69
|
195 |
-
Cython/Includes/Deprecated/python_dict.pxd,sha256=gYhGkJhMmzWcrXoPnJHUcp-vdtcwUACbGlfv3wtGsKU,66
|
196 |
-
Cython/Includes/Deprecated/python_exc.pxd,sha256=irWdwDYRWU16-P54uGDNfUSUtkL5Sj_1zBDWext_80g,65
|
197 |
-
Cython/Includes/Deprecated/python_float.pxd,sha256=v1Hbpd4SF3hSF7ZL_olMaYJzmBNA9jWn0eO9ggLBlvc,67
|
198 |
-
Cython/Includes/Deprecated/python_function.pxd,sha256=lkYKySQy1W36hfyyAJsc3E-8d9bsx5k8OhIMFQ6k2jA,70
|
199 |
-
Cython/Includes/Deprecated/python_getargs.pxd,sha256=NEdeqPqu4di0YJm_7yLfvuS903CAe4K2Pzb13TRfBdE,69
|
200 |
-
Cython/Includes/Deprecated/python_instance.pxd,sha256=FX9UlYrSxDrzch7wUvh_Y5Ix-bsDYARkXzZJOg2FvEI,70
|
201 |
-
Cython/Includes/Deprecated/python_int.pxd,sha256=Cwd4J4KTKjxwEMz1BbCso0g0pOID9AnySKOC1g0kLqA,65
|
202 |
-
Cython/Includes/Deprecated/python_iterator.pxd,sha256=nPJ0nKSmnUVzI1SPrTSt9wSD7SQILyhONJdP0H_-FGc,70
|
203 |
-
Cython/Includes/Deprecated/python_list.pxd,sha256=VHpylsg46-5Ud8rwlPe63bb3zSToXm9R_fPorZrJsUE,66
|
204 |
-
Cython/Includes/Deprecated/python_long.pxd,sha256=pg8hOKNoKaW-Mslugzeq6NCeznJw939LT24AVQn_cqE,66
|
205 |
-
Cython/Includes/Deprecated/python_mapping.pxd,sha256=AZtJdYm37glDSNChduAsgavz-_DPDkxxQEAO9lDGy84,69
|
206 |
-
Cython/Includes/Deprecated/python_mem.pxd,sha256=Mxidel5P4yuJxJOvoYr0PN1FD78oCOIJUEMPYMYU7lE,65
|
207 |
-
Cython/Includes/Deprecated/python_method.pxd,sha256=x5ye5_8KqtsW2HrEon5NdFJmIkmVDV1KeVpFsuC2UZE,68
|
208 |
-
Cython/Includes/Deprecated/python_module.pxd,sha256=lKu5VYCgC6S7LSgFa22V2YTY9JfML0vABDZpChhxs60,68
|
209 |
-
Cython/Includes/Deprecated/python_number.pxd,sha256=X4MxGoITZuJNPtC2cFJ8lQwui8MOC6rQfEDbFIcWA9k,68
|
210 |
-
Cython/Includes/Deprecated/python_object.pxd,sha256=qr2OwYVot4ELK3_-mCfaktXgLJEaKWDyCEblQ2vXV-E,68
|
211 |
-
Cython/Includes/Deprecated/python_oldbuffer.pxd,sha256=QyY4Vn5-cFaOt0oZ27GuRXa3tLawgMZN8KMamn9F1yo,71
|
212 |
-
Cython/Includes/Deprecated/python_pycapsule.pxd,sha256=tHJfhgm1TrSwJQwQFdhwP7YE7oQFiegxhNhgCDmlB6A,71
|
213 |
-
Cython/Includes/Deprecated/python_ref.pxd,sha256=wv39G35V7tN5sIhcL1APpe5NuhCwYwVy6X5DPPm5g5A,65
|
214 |
-
Cython/Includes/Deprecated/python_sequence.pxd,sha256=9ycCua1ODfECKPd56_GBmeqzWrfdqmkjhbEmdt87NC0,70
|
215 |
-
Cython/Includes/Deprecated/python_set.pxd,sha256=_Z5KVXs0V_T8fpgLX-2LbDAZIY1HnuhO-eTUHHRYwu0,65
|
216 |
-
Cython/Includes/Deprecated/python_string.pxd,sha256=6VgAehwW9PcUC9Kp_HbRVMYPeF_Q-L8yr9o2ezuTzys,68
|
217 |
-
Cython/Includes/Deprecated/python_tuple.pxd,sha256=_ZTQh7dRBmrRs9mtmOFjP37d0IFItxs20kzFtKtkY-g,67
|
218 |
-
Cython/Includes/Deprecated/python_type.pxd,sha256=2OKmEdSqoyK8fXttlHG3NRguZ-ZikUUet-kjKLq-eEU,66
|
219 |
-
Cython/Includes/Deprecated/python_unicode.pxd,sha256=TF8-N0un1WdyccTDo9hZVABc53SYzKnC3MEKrGb3vV0,69
|
220 |
-
Cython/Includes/Deprecated/python_version.pxd,sha256=ZXrK0UGUt8vHbYPxm7PTdhMe1_h7Yj6Lo74oFxjnNns,69
|
221 |
-
Cython/Includes/Deprecated/python_weakref.pxd,sha256=CUWMSmClrWPoTnlClOFCSHa6Xd55qDgIlcDCD6tfEhM,69
|
222 |
-
Cython/Includes/Deprecated/stdio.pxd,sha256=lNc2YuvWJ-LNSSdN7adDo1lf-C2M0r10hH4bysha9Sg,64
|
223 |
-
Cython/Includes/Deprecated/stdlib.pxd,sha256=PbCbjT8MjDjVRjx5Rod79gi22-9YI35jTulePAKCPXE,65
|
224 |
-
Cython/Includes/Deprecated/stl.pxd,sha256=tHpByeYgNiclr3YtCdKKAeEs3CHJflqacC7YgV7YN8k,2187
|
225 |
-
Cython/Includes/cpython/__init__.pxd,sha256=8URNRvb7JkYhqDZv2J0bVsdeZBEJBu7u2QFYkDyXPG8,8254
|
226 |
-
Cython/Includes/cpython/array.pxd,sha256=g6apBiXJG_7a0mjGqkFaqlcQjsg64uKK1VlXFFyXVCk,6056
|
227 |
-
Cython/Includes/cpython/bool.pxd,sha256=FaNn8K-Toq8FAws8BguKMk0IPM7IJm9IiUUGARSrKYk,1359
|
228 |
-
Cython/Includes/cpython/buffer.pxd,sha256=wm7aHygGUof_H3-JyICOek_xiU6Oks178ark1Nfk-a0,4870
|
229 |
-
Cython/Includes/cpython/bytearray.pxd,sha256=m0VdoHgouF1T0VtRjFLXZ5fi22vaMdVwFWpF3IxB6m4,1443
|
230 |
-
Cython/Includes/cpython/bytes.pxd,sha256=tGLuiBMzQjurK_pq77CM7P0C-Hn0KUIDZCXW9QvlJAI,9906
|
231 |
-
Cython/Includes/cpython/cellobject.pxd,sha256=DXdTjSN1RP1m4CsaGuggyIA1nGiIO4Kr7-c0ZWfrpRo,1390
|
232 |
-
Cython/Includes/cpython/ceval.pxd,sha256=h6fBetZCUvWTcCn3bkXZg2kqnIuyC5ZSChyhOocxVus,236
|
233 |
-
Cython/Includes/cpython/cobject.pxd,sha256=ZeMdbpZLqpcTywdv2VoppMTWD4X_yghL6Qox7LVfOyg,1524
|
234 |
-
Cython/Includes/cpython/codecs.pxd,sha256=3fyudEljkNGQ7e3dJPst6udXGcAeNKvlMK9U8EB1gXc,5084
|
235 |
-
Cython/Includes/cpython/complex.pxd,sha256=-bu0Cq91tS_U5tTra18S0jqt1FgSJTHXJ5J8rk-MOAA,1777
|
236 |
-
Cython/Includes/cpython/conversion.pxd,sha256=dbbFuZJF0SscmcaNCUf0tlBQDRdKYf5tH8yzhTU_XYI,1696
|
237 |
-
Cython/Includes/cpython/datetime.pxd,sha256=wQqB8i3tMZOTw9qrLdbHJRkxgZqscGEqmq0tIDfkkqw,6776
|
238 |
-
Cython/Includes/cpython/dict.pxd,sha256=F-mrlcAfNmTSUkpJed63bp1IaO0cwG56t_DLk7f0xv0,6877
|
239 |
-
Cython/Includes/cpython/exc.pxd,sha256=29-bGESwfoMqx1XU3MMggkIr8pz_l0UPruzy6KIzHxg,13606
|
240 |
-
Cython/Includes/cpython/float.pxd,sha256=RD1qEAUocXG9qXrRiT8aCSSfGEyTzjTc9HQkv5xg1ZE,1424
|
241 |
-
Cython/Includes/cpython/function.pxd,sha256=IoJUprbz8F10DEKh-vSSpY6nWkCHw7SqG9p2f-4gHek,2671
|
242 |
-
Cython/Includes/cpython/genobject.pxd,sha256=emC1JPgkuvBbGC0rgeZapKDaXYEj48uWiDC-xF0Mx2I,1052
|
243 |
-
Cython/Includes/cpython/getargs.pxd,sha256=268twKzdiAkQMXMsetNiNlNqaqzlKtiBENKbhOHd8x4,775
|
244 |
-
Cython/Includes/cpython/instance.pxd,sha256=qCbxPeHKOJbuszDu3UEaI-KLX9lTopuaNCcpoHJ9ngU,985
|
245 |
-
Cython/Includes/cpython/int.pxd,sha256=d9a0zUw_M3pRycCESWIjtfXWRvdvFOWxjdOjkcbX2gs,4131
|
246 |
-
Cython/Includes/cpython/iterator.pxd,sha256=o52mLHbdm14Kqant2hR2zAdYzqK4fkSWZtBcRmpoP-I,1319
|
247 |
-
Cython/Includes/cpython/iterobject.pxd,sha256=5UEZZwG5zyzxoCpknoQuh91zPUV11Uxr6F1taJdTv8k,1036
|
248 |
-
Cython/Includes/cpython/list.pxd,sha256=t-xo7ROcewe6-0ztrNjsxMKV2KxD-ILUzemQ2tTuI7E,4084
|
249 |
-
Cython/Includes/cpython/long.pxd,sha256=d6jHN1XJj7WL5PPAUK8U93IPyjWtlTmyhrBEVmxmGF8,7051
|
250 |
-
Cython/Includes/cpython/longintrepr.pxd,sha256=czvKr3fQdYIwIRu3gojXssT9LFXH-nstM7f_lPt7lE4,480
|
251 |
-
Cython/Includes/cpython/mapping.pxd,sha256=OIdvNVUoIpVCSQnkbLceTicSN0D_jRw6wQmbtxtxKuQ,2693
|
252 |
-
Cython/Includes/cpython/mem.pxd,sha256=AWVinanXFBZXvU141we2dD8dkOqMJ8W3KAAzpBJqB5g,5386
|
253 |
-
Cython/Includes/cpython/memoryview.pxd,sha256=l97J5-hbH3hp9aMbdXp3n73hJFNNsng6uyh40pc8P7I,2504
|
254 |
-
Cython/Includes/cpython/method.pxd,sha256=UWXflhIlP4y7B5XDbH9rQ15iADciGW-iqV1-dlw2Wwg,2196
|
255 |
-
Cython/Includes/cpython/module.pxd,sha256=Vc0Up7q1Mir38bN293E8RMugxWfuzjLFHM4g2dviPBM,9226
|
256 |
-
Cython/Includes/cpython/number.pxd,sha256=tYJ0nn0k_llUx3ilniW9iXd2rKVejA-J5UUiIJ36Kww,11922
|
257 |
-
Cython/Includes/cpython/object.pxd,sha256=AK5D-LrDbvisO6wpkh29G6xjA71sBF_KfKUyn0k2hzg,18366
|
258 |
-
Cython/Includes/cpython/oldbuffer.pxd,sha256=v0-YZ_Iwwj3ZQdM8VE5NPTQcbBlJdWwJGtNO9DonGgw,2916
|
259 |
-
Cython/Includes/cpython/pycapsule.pxd,sha256=8vySKea_zyTZZ1H39lICYkpJmnYTqZrun3DLf7d2294,5692
|
260 |
-
Cython/Includes/cpython/pylifecycle.pxd,sha256=LziJZHclGdtsr3yT28fULHNZ_n67bs1DmI9s8YzrBGg,2000
|
261 |
-
Cython/Includes/cpython/pystate.pxd,sha256=xgf1BBkv36qvqMaR77zZWYOuonAwe4RfNKE2g91A6fk,3683
|
262 |
-
Cython/Includes/cpython/pythread.pxd,sha256=0375TaYmtNCDDkWBh9WY4oJ_jhoTxhu_RR5QiOsXmYg,1946
|
263 |
-
Cython/Includes/cpython/ref.pxd,sha256=2AmgyGDhwA4scts0jcBTdGTCG0b2P8-eYAKFJk44x0I,2557
|
264 |
-
Cython/Includes/cpython/sequence.pxd,sha256=iTp3C6wOvTdvjLmdj3k9GqQqCGDlQFpzWi07wVQqSS4,6008
|
265 |
-
Cython/Includes/cpython/set.pxd,sha256=ewHRPVMbHUGDInZ3NziisCq68LvtmEJ-SXFbzmuJxLc,5383
|
266 |
-
Cython/Includes/cpython/slice.pxd,sha256=Rzgn8diAsN7lS2xGTq4VZucV3ziFNra4oz4tKGEAkMo,3111
|
267 |
-
Cython/Includes/cpython/string.pxd,sha256=EKjDGFnPcjnkndwGMJqRrszDV390Mc6o7AADChnNCiA,9944
|
268 |
-
Cython/Includes/cpython/tuple.pxd,sha256=eOLfH75ftJeYszztGFWWZP7LnyFOgw8GNuE7PQ9hAvs,3206
|
269 |
-
Cython/Includes/cpython/type.pxd,sha256=FOypwX0ZYamPc4uO8bejzO-HzgiaSRaXEPsxxxPIneI,1831
|
270 |
-
Cython/Includes/cpython/unicode.pxd,sha256=BYaF26EbiStNE62WHjLFFxAygoU9zwSezQDOpjxHse8,26242
|
271 |
-
Cython/Includes/cpython/version.pxd,sha256=l5KXt04isEv3qbGRJZ8fNlCYGO24HsA2l4EM3RxTEhE,847
|
272 |
-
Cython/Includes/cpython/weakref.pxd,sha256=UU9H_ovHG07FFgP_kY2xhGv3yJDr_8iujCZnxH2jnlo,1984
|
273 |
-
Cython/Includes/libc/__init__.pxd,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
274 |
-
Cython/Includes/libc/errno.pxd,sha256=j5hcKx7zinivU2b6SFMy8LZ9sJIQY5XLrp9cQUKv5AQ,2050
|
275 |
-
Cython/Includes/libc/float.pxd,sha256=IhvZJljpTG0fZtcIp7EBO2Sqddozxoxwj4RFNVcKLpY,966
|
276 |
-
Cython/Includes/libc/limits.pxd,sha256=xHlIyuDIKpjqclvRRYzZIcfd5G1re5QtbmoDMqZR_Ec,621
|
277 |
-
Cython/Includes/libc/locale.pxd,sha256=sixG8EJ6wiVb0HIR1LWJ3lXTjTv463GJ9C_40HRovN4,1140
|
278 |
-
Cython/Includes/libc/math.pxd,sha256=51YUxSe01R96_rr3sj4n4MLW-eOmQbcwdNn8YthTxqg,2948
|
279 |
-
Cython/Includes/libc/setjmp.pxd,sha256=XRh-gSuhvFLl0nRvz5OhSWYe9eqX2attAck3JI7mwa4,297
|
280 |
-
Cython/Includes/libc/signal.pxd,sha256=XOScPDA5vzlfEmu4D7DFT1-5Eu3qMpYdUarjt-fqlbw,1170
|
281 |
-
Cython/Includes/libc/stddef.pxd,sha256=0rCyoocCfDL-1OQo3pxHQ-6fW20SAYktOLPoa4d97w8,164
|
282 |
-
Cython/Includes/libc/stdint.pxd,sha256=qHJXzpWCrbvJWSaHYZL27VJPupQreTZl9VGj0jgLdRU,3449
|
283 |
-
Cython/Includes/libc/stdio.pxd,sha256=qUaxEwNrQl1-4yHLorzzJZ-a-y5_-Rm_m7Z5meaRqH0,2476
|
284 |
-
Cython/Includes/libc/stdlib.pxd,sha256=p62xq2XfB24WfNCjRXgD6cOYoRuV47AnYijkjWv4ugE,2444
|
285 |
-
Cython/Includes/libc/string.pxd,sha256=tzYGbRrnccedFLes-KGgJqM0FEtwHF_q4f2fqltNvyE,2038
|
286 |
-
Cython/Includes/libc/time.pxd,sha256=-IRH7fTq3wKBKmQQnpZRhaLsnl7D_qXFz_4BLB9O3u0,1317
|
287 |
-
Cython/Includes/libcpp/__init__.pxd,sha256=PCx8ZRfOeoyMRu41PPlPY9uo2kZmt_7d0KR4Epzfe7c,94
|
288 |
-
Cython/Includes/libcpp/algorithm.pxd,sha256=-2V0oR_cFbHHzeWT9RcfLvi5Oy-s_V2lO3OI6ZtX6fM,1770
|
289 |
-
Cython/Includes/libcpp/cast.pxd,sha256=En4LBubdinfpm9Rel077tK_LGwg_3k4FAu9mlIbKjuw,501
|
290 |
-
Cython/Includes/libcpp/complex.pxd,sha256=IjL8y9sAglhGbTKhqsJbW0mgMTYEUbYM1ekr5VDhQgY,3012
|
291 |
-
Cython/Includes/libcpp/deque.pxd,sha256=aWqZ9j3OgQuqFLkqRO_U2FIwbSe2fKmmYDRAfD0vGqU,3106
|
292 |
-
Cython/Includes/libcpp/forward_list.pxd,sha256=-So1ExEOkoPfsSdMlJSlI5665-zyWLMoUxlmm2Dlokk,2392
|
293 |
-
Cython/Includes/libcpp/functional.pxd,sha256=BXPYkffEOlKO1erTLqlkBLex6Gb5byDMF4hq_MZ2aVI,381
|
294 |
-
Cython/Includes/libcpp/iterator.pxd,sha256=mVc1rsAYfn_ARrdQ4JG-Ut5il5ynIa1CRXLk8Be8Zks,1432
|
295 |
-
Cython/Includes/libcpp/limits.pxd,sha256=RKV3wPvk4tV_vX5CYQRJIK5m5xXav7SeBxltlLyk8es,1661
|
296 |
-
Cython/Includes/libcpp/list.pxd,sha256=rGQfB3_mDcRkGKtMBuvDQvAPmgzR5jxSf3eOSRgR4YA,2658
|
297 |
-
Cython/Includes/libcpp/map.pxd,sha256=GF2sDnFBHZoU3Rcuo1rn6yKh45nhkX0_iH29xj581ow,2551
|
298 |
-
Cython/Includes/libcpp/memory.pxd,sha256=Hj20aSnmUTPAhFCrlmF_aeHJKiMiZ2bDKhaYn2yybJo,3600
|
299 |
-
Cython/Includes/libcpp/pair.pxd,sha256=UBJXw43uHkDlNsr0Pu1aP5tZ-ILXhUAyOLam2qdWmZA,27
|
300 |
-
Cython/Includes/libcpp/queue.pxd,sha256=FbL4Q7C3lgtZ2YzictU1XBXzQ7G-6y9i_7l2eqzA3Xc,649
|
301 |
-
Cython/Includes/libcpp/set.pxd,sha256=3y5Ir2TjGD7g3VRvlkXV1a3V3ZYzJvwOAfeTv8ucOCw,2170
|
302 |
-
Cython/Includes/libcpp/stack.pxd,sha256=zM3SQOqMWONVqud13ag3bUupA-ozU_YMq4Ad2QkL6fI,292
|
303 |
-
Cython/Includes/libcpp/string.pxd,sha256=zsvzyW6IggIDFqcF-UuLjxiNAHPtToAoc9VhKKG2U5A,8731
|
304 |
-
Cython/Includes/libcpp/typeindex.pxd,sha256=mIHr5Mq6Lol0SlzqeK6w_giVERh3uAjZm78yPDLXzc4,524
|
305 |
-
Cython/Includes/libcpp/typeinfo.pxd,sha256=tITsqurrdaZjsEGFksem9xZtVhSxQRxHZxcoC-4Y-DY,304
|
306 |
-
Cython/Includes/libcpp/unordered_map.pxd,sha256=eNna4hRAucQLnliBfEMu7Unfd_lB18I42iwKmsCO0-M,2867
|
307 |
-
Cython/Includes/libcpp/unordered_set.pxd,sha256=eUYSOMT5Gt8kZWCUKezQGyXWzatEyNg6-nmAlmcBo-k,2622
|
308 |
-
Cython/Includes/libcpp/utility.pxd,sha256=hTbvp7c12pnU2yvzzMvflZB-MAc_--3xh3PXtD_VIwg,1040
|
309 |
-
Cython/Includes/libcpp/vector.pxd,sha256=GYqLb74owhMmNQHUCcZSxGcYPgNuw6qULsfWKr7g6OQ,3350
|
310 |
-
Cython/Includes/numpy/__init__.pxd,sha256=CbLwvA4u-xj7RHxbO9Hs2o6hXd7GaJJlGEn9XJVH4c4,38138
|
311 |
-
Cython/Includes/numpy/math.pxd,sha256=qZEdamaPgCFW4J7Itc6BWgOrQSKZdxDT6kbU_gqx2g4,5807
|
312 |
-
Cython/Includes/openmp.pxd,sha256=orCIBYFuVPtLdRdhhCm5uhGbeV_fgVCA2Jk2Bts1e2g,1713
|
313 |
-
Cython/Includes/posix/__init__.pxd,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
314 |
-
Cython/Includes/posix/dlfcn.pxd,sha256=2IFcGBfZEmArdE0BxB71eT_Yb7n9STaVM11AtUcg_pE,355
|
315 |
-
Cython/Includes/posix/fcntl.pxd,sha256=oRL8-OsgcplHMGcYq5-W5twISvxK-vDfzAaEfuQHC-4,1194
|
316 |
-
Cython/Includes/posix/ioctl.pxd,sha256=2RC5zejPOCTkarDZM_6Vd2wc4oBuN7iaiL_C5MPBs90,99
|
317 |
-
Cython/Includes/posix/mman.pxd,sha256=juJcLi92N9Bc6L2p4zrUmYQIgNmrTsZ6hExbl1181pc,3362
|
318 |
-
Cython/Includes/posix/resource.pxd,sha256=MQe1bCTYQFVMsago3pgOvR6t6NElQElg7rhVANxYRcE,1254
|
319 |
-
Cython/Includes/posix/select.pxd,sha256=e4nhGHR8TRw6Xs9du5JoFtkd8U9sm3gX_BHq2FfmU6E,546
|
320 |
-
Cython/Includes/posix/signal.pxd,sha256=wFJI5UthdtU9mZWjEBeZ9IIfeX252JVwDk2tsbW_q3U,1876
|
321 |
-
Cython/Includes/posix/stat.pxd,sha256=ZOcPCpXnxlRRHcUkvg559hrFfB75uTbIYRWoQeyBCYs,1734
|
322 |
-
Cython/Includes/posix/stdio.pxd,sha256=K8DEH38hWMvy2A8zcKbHRrHSGsgwTIrQ9qCzU-0cWS0,1054
|
323 |
-
Cython/Includes/posix/stdlib.pxd,sha256=uGRPa00_HWZ6Chv5E13F96eut0xWHSfR7IioK9rKVLY,934
|
324 |
-
Cython/Includes/posix/strings.pxd,sha256=GNEteqND2wgXXSvkv6U9eKSC9oIom3C7o2zQ6W_J_S4,374
|
325 |
-
Cython/Includes/posix/time.pxd,sha256=wPUD7AjxpxmnUYmogTMFjroB2VzcPh8-b_8NEj-yG14,1980
|
326 |
-
Cython/Includes/posix/types.pxd,sha256=tWEWxST4EGHIgYS-Ce2SGjZ-KgmM2SVe1eggdcgv3JQ,1162
|
327 |
-
Cython/Includes/posix/unistd.pxd,sha256=w9B4d9NaXBsQ62XOr2xe9UFPGewmEk5BG6sqiRWdoM8,8061
|
328 |
-
Cython/Includes/posix/wait.pxd,sha256=WNogQvKu2hMfEQiCyaANfVWFnyJSk6TxBU0c6npeJrA,1244
|
329 |
-
Cython/Plex/Actions.cp39-win_amd64.pyd,sha256=kQc7WPOd47K3EAaUyB2-41BFr10WQETcWipUPWTPKH4,51712
|
330 |
-
Cython/Plex/Actions.pxd,sha256=FC-6ffzWR4i3rR6VSL2C64Xxs1qBhpBEzRsU7WpLn1Y,585
|
331 |
-
Cython/Plex/Actions.py,sha256=Caxkx8Kup9m4sx24ZcDTq-fAfPGG06TAHu2NI1D9zPs,2545
|
332 |
-
Cython/Plex/DFA.py,sha256=w4vl2ejXv6ptILtkTCbB8NcvF8ylwc6DaQ2gPFrWuo4,6012
|
333 |
-
Cython/Plex/Errors.py,sha256=As5uuGmqZe4w0B7Dm981lZTnDG-nlXSHYqiGUKnhrrY,1169
|
334 |
-
Cython/Plex/Lexicons.py,sha256=ay3yy9fqI5y5lfgpJ4ubBjYZQ53gFDVgNGbmoSl5DxI,6907
|
335 |
-
Cython/Plex/Machines.py,sha256=bIKg3-yxD_r7x-zEowJ7EsPBWlgXm_XhIozqsLQBeTk,7760
|
336 |
-
Cython/Plex/Regexps.py,sha256=qaP-Fr-GgKNmBVsMyXO3ltl2HH1JQcQiFmX2oyUyeOA,16208
|
337 |
-
Cython/Plex/Scanners.cp39-win_amd64.pyd,sha256=4_xLNnRnw6q1IjTxvfBqc63oEOzyCsgnnkpeqb0DROQ,87552
|
338 |
-
Cython/Plex/Scanners.pxd,sha256=oSfcDUZ3syc2ag73udwU5xoaIGDxiNd8a2F_LLw5PzY,1481
|
339 |
-
Cython/Plex/Scanners.py,sha256=-TXAxKW43ZbQNCSEkMWEJ0SmqYVVCkSOT9UngOCRZnQ,12259
|
340 |
-
Cython/Plex/Timing.py,sha256=-VgQveS-Ip_2ErjrVxh4w7cXpyVBkUaSaiLadyD3bw0,472
|
341 |
-
Cython/Plex/Traditional.py,sha256=cAT-pZnqIwCJaqgSqgKODSznFZ5DunUw_MLWx8Y650c,4120
|
342 |
-
Cython/Plex/Transitions.py,sha256=Tvp7cFXR3ZBPPHm0TAhUMC_-uiRR9YdOkF4t0wtk-f0,7187
|
343 |
-
Cython/Plex/__init__.py,sha256=dvMeQpSyZE75W0gkf4Xo5LAxgQLNhkAXiQoIOtcOkZ0,1282
|
344 |
-
Cython/Plex/__pycache__/Actions.cpython-39.pyc,,
|
345 |
-
Cython/Plex/__pycache__/DFA.cpython-39.pyc,,
|
346 |
-
Cython/Plex/__pycache__/Errors.cpython-39.pyc,,
|
347 |
-
Cython/Plex/__pycache__/Lexicons.cpython-39.pyc,,
|
348 |
-
Cython/Plex/__pycache__/Machines.cpython-39.pyc,,
|
349 |
-
Cython/Plex/__pycache__/Regexps.cpython-39.pyc,,
|
350 |
-
Cython/Plex/__pycache__/Scanners.cpython-39.pyc,,
|
351 |
-
Cython/Plex/__pycache__/Timing.cpython-39.pyc,,
|
352 |
-
Cython/Plex/__pycache__/Traditional.cpython-39.pyc,,
|
353 |
-
Cython/Plex/__pycache__/Transitions.cpython-39.pyc,,
|
354 |
-
Cython/Plex/__pycache__/__init__.cpython-39.pyc,,
|
355 |
-
Cython/Runtime/__init__.py,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
356 |
-
Cython/Runtime/__pycache__/__init__.cpython-39.pyc,,
|
357 |
-
Cython/Runtime/refnanny.cp39-win_amd64.pyd,sha256=_KIXM4YSRstJJfDb_l5sY-PYcjdASGIhrSIPYoeBO0U,63488
|
358 |
-
Cython/Runtime/refnanny.pyx,sha256=f2p1_0YxK25lm8Qfsu2ytvl0Im7GYyix1Q9krEBwC6c,6279
|
359 |
-
Cython/Shadow.py,sha256=h3hbgU48njWn6I7zGzC9plbwIn3GUSWaXu0a3g6dGbY,12987
|
360 |
-
Cython/StringIOTree.py,sha256=GX-TWn9XHwY5ecb4in8ovsTS5CtPTsSxZpanLWmQxgE,3336
|
361 |
-
Cython/Tempita/__init__.py,sha256=YHujYHiLoYUwFNNswJCgzSrDuie3sV08JsWT9Nbmp78,152
|
362 |
-
Cython/Tempita/__pycache__/__init__.cpython-39.pyc,,
|
363 |
-
Cython/Tempita/__pycache__/_looper.cpython-39.pyc,,
|
364 |
-
Cython/Tempita/__pycache__/_tempita.cpython-39.pyc,,
|
365 |
-
Cython/Tempita/__pycache__/compat3.cpython-39.pyc,,
|
366 |
-
Cython/Tempita/_looper.py,sha256=jlStYhz9Pgp6NatX86k-netBNBmvwaeWxCRS_S8vcIM,4168
|
367 |
-
Cython/Tempita/_tempita.cp39-win_amd64.pyd,sha256=mT6_MI8xN-4x6mcsuYTTSlveLNwdw9THuPZVrZu_u4U,383488
|
368 |
-
Cython/Tempita/_tempita.py,sha256=4gnJhuVIsGciu_5Besbvw26g82Pm7CiXazMghZO3ejs,39588
|
369 |
-
Cython/Tempita/compat3.py,sha256=cjW1y266vRF5Xvh8kAu7_qHGT8AGGu2kGSJRK6DI-0E,903
|
370 |
-
Cython/TestUtils.py,sha256=fzpic9xU-LP0wempXqwUQWZapBvXnFgbW_W9--IKpIA,7979
|
371 |
-
Cython/Tests/TestCodeWriter.py,sha256=qKad43J3hN7PLp7mVbEDESt96qsk8y3ELRwwIp9jnNw,2316
|
372 |
-
Cython/Tests/TestCythonUtils.py,sha256=XF4Fw4J5HZ4jUPLVv7ea8ZZcl2i9yXn5cx27WTtrcmU,474
|
373 |
-
Cython/Tests/TestJediTyper.py,sha256=F6MUG8SdzGXQwkbw6Wv1PqVlmlIT1z_7lH2buVOFT_I,6996
|
374 |
-
Cython/Tests/TestStringIOTree.py,sha256=vTuu3z32WTcmJaf0fBq62NMghYtaPL2rRnfdl2WM--4,1946
|
375 |
-
Cython/Tests/__init__.py,sha256=jOqtmPLCvMCq0xVMwGekuLpBmVgq0xtPFmUePySdOjs,13
|
376 |
-
Cython/Tests/__pycache__/TestCodeWriter.cpython-39.pyc,,
|
377 |
-
Cython/Tests/__pycache__/TestCythonUtils.cpython-39.pyc,,
|
378 |
-
Cython/Tests/__pycache__/TestJediTyper.cpython-39.pyc,,
|
379 |
-
Cython/Tests/__pycache__/TestStringIOTree.cpython-39.pyc,,
|
380 |
-
Cython/Tests/__pycache__/__init__.cpython-39.pyc,,
|
381 |
-
Cython/Tests/__pycache__/xmlrunner.cpython-39.pyc,,
|
382 |
-
Cython/Tests/xmlrunner.py,sha256=N1Z_C4Q_rSWFNQxm3L99qX-SaIWEksXbmfXOd_srg3s,14801
|
383 |
-
Cython/Utility/AsyncGen.c,sha256=iwNH8NdegHZYafEgBpErk6erU5o6GKVtHgqd3Vq9kNc,41023
|
384 |
-
Cython/Utility/Buffer.c,sha256=VUF4xHKJGX7QMTvpJO40aI1JUL-SERLEvlXXXEk2dHU,29654
|
385 |
-
Cython/Utility/Builtins.c,sha256=gYObNoiK_NVWRuzSFRePMb-dtw-XCp_Dx_Ztjmpq7as,16818
|
386 |
-
Cython/Utility/CConvert.pyx,sha256=fbZVHvm2vlWj2rgm8ajBt5jrbN30nY7dEmHlBCGomlU,4338
|
387 |
-
Cython/Utility/CMath.c,sha256=GIc7gd2WzaZryDJM3tefqXifLJpUJs6_T_c_mFrr-s8,2566
|
388 |
-
Cython/Utility/Capsule.c,sha256=SOeU7E7T7piQEx894T2QFH2RlSG-MmsiyuY4lVN1yso,505
|
389 |
-
Cython/Utility/CommonStructures.c,sha256=p65HHgTrf7h7Tj7JK7tIgkLrrCrjouL8HL90EHfoMoU,2558
|
390 |
-
Cython/Utility/Complex.c,sha256=J4HseVcBOzGo5dye0Gus8bf8rGwWLEzN9sRJM74SWiI,10043
|
391 |
-
Cython/Utility/Coroutine.c,sha256=v6efWVaz_2AtK9DWzqVmWMsQNR9k8pSOwZv3DXrVX9w,89431
|
392 |
-
Cython/Utility/CpdefEnums.pyx,sha256=XMg8sdltQSNj2wGVfnHIWRvyHFCcLK8ZfpKznKi4lhY,1893
|
393 |
-
Cython/Utility/CppConvert.pyx,sha256=-e5i3_J1SS_GbctsflQwylx9cqdk_CJ2SfQSEDHa71k,6098
|
394 |
-
Cython/Utility/CppSupport.cpp,sha256=NTnSRCmi2PHuT3J6Qy15xMZGx0bf9l-MaxAbW6OVk6s,2234
|
395 |
-
Cython/Utility/CythonFunction.c,sha256=G4AZwEnFrshqgFOxaE62zRW4pGcMC3zVzPoX6Ce8jR0,45993
|
396 |
-
Cython/Utility/Embed.c,sha256=sMDv7XVJswaGRTQbQHtEDThZaAmvbn-6yeIqrUzboL4,6854
|
397 |
-
Cython/Utility/Exceptions.c,sha256=AsCDXV4cNUC4jzCe_xYdqRFNiUkgkQXjZXZ4LOo9KBY,26719
|
398 |
-
Cython/Utility/ExtensionTypes.c,sha256=MugMfJZ99S2aNJ3uX4gPuqxTwfMOdiWkSNJnRGd0bIM,10899
|
399 |
-
Cython/Utility/FunctionArguments.c,sha256=IH9Y5aV_tNrJLo_CWHskEnFai9fp9cKLvRkIZYl2UGQ,12040
|
400 |
-
Cython/Utility/ImportExport.c,sha256=KE8VQNH8IXLjquRCVxw4mKV2ZwbAw2dSk7I2uTh0fLs,22287
|
401 |
-
Cython/Utility/MemoryView.pyx,sha256=vCbGT3WDoaB9gxv4eUr4UGS8YhHy3LK3E_r329s-L_k,49621
|
402 |
-
Cython/Utility/MemoryView_C.c,sha256=oz4b-wJSQSxS8e6QFG0zeNJxCognXUohM-FS-RbFBRs,29243
|
403 |
-
Cython/Utility/ModuleSetupCode.c,sha256=8iQSelhOKD_x_IpX847nGE3I_20itjlEvxQUEaZTnXA,55643
|
404 |
-
Cython/Utility/ObjectHandling.c,sha256=RhHh3OF0ahDiwvtwSA6kIRCeJcE7-C49bJurqSdkgwU,88626
|
405 |
-
Cython/Utility/Optimize.c,sha256=xtKZ8WhOe8l4UYONGVDilNFhzGMueJxA7nYJn8QIWmc,45184
|
406 |
-
Cython/Utility/Overflow.c,sha256=_KXlJsbMIi-jzdCotwxkN6mtqo6jHRNnPJ1ZKwXVhpE,12424
|
407 |
-
Cython/Utility/Printing.c,sha256=o8XnfjNIT8Ub5KY4FAp_FNw-OE3xqjy0MgmYWgDcWao,5103
|
408 |
-
Cython/Utility/Profile.c,sha256=Vq5yCvDISKhLGVwTxQHIQ5nL5aYRfYpg8FijoDb2cBc,17784
|
409 |
-
Cython/Utility/StringTools.c,sha256=a9xeHRIKkIkk89joQCTkMR4ibJM20PZDuuDEf2yQgXU,42181
|
410 |
-
Cython/Utility/TestCyUtilityLoader.pyx,sha256=91lWWJub7l_6xNn3ncrvQZZ94RpkQzEx2NtAaFpvrxY,152
|
411 |
-
Cython/Utility/TestCythonScope.pyx,sha256=HQm5E5Eehr3tkDDURURyVnDputKG3-Wn2k2aIAoru9g,1595
|
412 |
-
Cython/Utility/TestUtilityLoader.c,sha256=dGy6ZWL2kBqtmUY7kF75UEox5kadQZ__BmZKscwg2aY,279
|
413 |
-
Cython/Utility/TypeConversion.c,sha256=0K3erVzNT9lY-jEygTxsarAirETGZcOzvSK-VDs5EJY,36302
|
414 |
-
Cython/Utility/__init__.py,sha256=t2bpY-TYSX8lJdbKuBFJ1kBfpWVzgGw4xoZlCKfyj_s,1159
|
415 |
-
Cython/Utility/__pycache__/__init__.cpython-39.pyc,,
|
416 |
-
Cython/Utility/arrayarray.h,sha256=3Ll8Gd_S4rv8HaTfg5i6-aaoB9taI1vzwTp7NeA7Wy0,4089
|
417 |
-
Cython/Utils.py,sha256=YJa4RP6fSQkWpbA_X0DnNREd3Y5NuPDjGwUdNvVW2OM,13458
|
418 |
-
Cython/__init__.py,sha256=GMnkoIas6hfN_meqZAJF9BEs1NuY4-4B2L0Uls7hXaA,358
|
419 |
-
Cython/__pycache__/CodeWriter.cpython-39.pyc,,
|
420 |
-
Cython/__pycache__/Coverage.cpython-39.pyc,,
|
421 |
-
Cython/__pycache__/Debugging.cpython-39.pyc,,
|
422 |
-
Cython/__pycache__/Shadow.cpython-39.pyc,,
|
423 |
-
Cython/__pycache__/StringIOTree.cpython-39.pyc,,
|
424 |
-
Cython/__pycache__/TestUtils.cpython-39.pyc,,
|
425 |
-
Cython/__pycache__/Utils.cpython-39.pyc,,
|
426 |
-
Cython/__pycache__/__init__.cpython-39.pyc,,
|
427 |
-
__pycache__/cython.cpython-39.pyc,,
|
428 |
-
cython.py,sha256=z2AtgHBGh0x0h0ZcGje7IhYlR6nGH_MmOh1fFMjqYn0,520
|
429 |
-
pyximport/__init__.py,sha256=9hOyKolFtOerPiVEyktKrT1VtzbGexq9UmORzo52iHI,79
|
430 |
-
pyximport/__pycache__/__init__.cpython-39.pyc,,
|
431 |
-
pyximport/__pycache__/pyxbuild.cpython-39.pyc,,
|
432 |
-
pyximport/__pycache__/pyximport.cpython-39.pyc,,
|
433 |
-
pyximport/pyxbuild.py,sha256=TiAkhtSxSbRW04JKtgO3FP3hfVzQ1mjjzCh5PqZDOrM,5702
|
434 |
-
pyximport/pyximport.py,sha256=Vjxp3kbmFRf9j0ya4f0m0Ahytkjjmv2UkFueasXxL5A,23578
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cython-0.29.28.dist-info/REQUESTED
DELETED
File without changes
|
Cython-0.29.28.dist-info/WHEEL
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
Wheel-Version: 1.0
|
2 |
-
Generator: bdist_wheel (0.37.1)
|
3 |
-
Root-Is-Purelib: false
|
4 |
-
Tag: cp39-cp39-win_amd64
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
Cython-0.29.28.dist-info/direct_url.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"dir_info": {}, "url": "file:///C:/ci/cython_1647850559892/work"}
|
|
|
|
Cython-0.29.28.dist-info/entry_points.txt
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
[console_scripts]
|
2 |
-
cygdb = Cython.Debugger.Cygdb:main
|
3 |
-
cython = Cython.Compiler.Main:setuptools_main
|
4 |
-
cythonize = Cython.Build.Cythonize:main
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
Cython-0.29.28.dist-info/top_level.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
Cython
|
2 |
-
cython
|
3 |
-
pyximport
|
|
|
|
|
|
|
|