arraykit 0.5.0__cp312-cp312-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
arraykit/py.typed ADDED
File without changes
@@ -0,0 +1,37 @@
1
+
2
+ License
3
+ =============
4
+
5
+ MIT License
6
+
7
+ Copyright (c) 2012-2022 Christopher Ariza, Research Affiliates, others
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ IN NO EVENT SHALL RESEARCH AFFILATES, LLC (“RA”) BE LIABLE TO ANY PARTY FOR
28
+ DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
29
+ PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
30
+ RA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
+
32
+ RA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
34
+ SOFTWARE AND ACCOMPANYING DOCUMENTATION OR TEXT, IF ANY, PROVIDED HEREUNDER IS
35
+ PROVIDED "AS IS". RA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
36
+ ENHANCEMENTS, OR MODIFICATIONS.
37
+
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.1
2
+ Name: arraykit
3
+ Version: 0.5.0
4
+ Summary: Array utilities for StaticFrame
5
+ Home-page: https://github.com/static-frame/arraykit
6
+ Author: Christopher Ariza, Brandt Bucher, Charles Burkland
7
+ License: MIT
8
+ Keywords: numpy array
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Topic :: Software Development
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Operating System :: MacOS :: MacOS X
14
+ Classifier: Operating System :: Microsoft :: Windows
15
+ Classifier: Operating System :: POSIX
16
+ Classifier: Programming Language :: Python :: 3.8
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Requires-Python: >=3.8
22
+ License-File: LICENSE.txt
23
+ Requires-Dist: numpy >=1.19.5
24
+
25
+ The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.
26
+
27
+ Code: https://github.com/static-frame/arraykit
28
+
29
+ Packages: https://pypi.org/project/arraykit
@@ -0,0 +1,10 @@
1
+ arraykit/__init__.py,sha256=h6Zs1fSHEk6AV6TkeUnp917ZkFAsAAaCt06LKGfD6sI,1484
2
+ arraykit/__init__.pyi,sha256=yh_TmNp-zK2Xc8qi40e1Sk_Co6XtdAPGe7NyFsXFHSA,5079
3
+ arraykit/_arraykit.c,sha256=3azsN_ThlAbMDpuZ1F-EEUGny1nzYDe2vhu4si0qygE,200360
4
+ arraykit/_arraykit.cp312-win_amd64.pyd,sha256=v9FlpOAvtySDboPpyZLMPEA7CuQA1icTZN3I8b7GqMw,67584
5
+ arraykit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ arraykit-0.5.0.dist-info/LICENSE.txt,sha256=3t-z3TUy-ObAbtNww27zjhtD70pPtxLG-bSU0fUEk1k,1816
7
+ arraykit-0.5.0.dist-info/METADATA,sha256=dXjXJHuSU33dDKBnNa5QT7zZwLLqH6P5HbkvA3hbHBg,1192
8
+ arraykit-0.5.0.dist-info/WHEEL,sha256=aDrgWfEd5Ac7WJzHsr90rcMGiH4MHbAXoCWpyP5CEBc,102
9
+ arraykit-0.5.0.dist-info/top_level.txt,sha256=00W90765jXl-QEGzShY2mT-haT9R5aB_MiTmxrFaBhQ,9
10
+ arraykit-0.5.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.41.2)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-win_amd64
5
+
@@ -0,0 +1 @@
1
+ arraykit