polars-runtime-compat 1.34.0__cp39-abi3-win_arm64.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.
Potentially problematic release.
This version of polars-runtime-compat might be problematic. Click here for more details.
- _polars_runtime_compat/.gitkeep +0 -0
- _polars_runtime_compat/_polars_runtime_compat.pyd +0 -0
- polars_runtime_compat-1.34.0.dist-info/METADATA +35 -0
- polars_runtime_compat-1.34.0.dist-info/RECORD +6 -0
- polars_runtime_compat-1.34.0.dist-info/WHEEL +4 -0
- polars_runtime_compat-1.34.0.dist-info/licenses/LICENSE +1 -0
|
File without changes
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: polars-runtime-compat
|
|
3
|
+
Version: 1.34.0
|
|
4
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
5
|
+
Classifier: Environment :: Console
|
|
6
|
+
Classifier: Intended Audience :: Science/Research
|
|
7
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
Classifier: Operating System :: OS Independent
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Programming Language :: Rust
|
|
18
|
+
Classifier: Topic :: Scientific/Engineering
|
|
19
|
+
Classifier: Typing :: Typed
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Summary: Blazingly fast DataFrame library
|
|
22
|
+
Keywords: dataframe,arrow,out-of-core
|
|
23
|
+
Author-email: Ritchie Vink <ritchie46@gmail.com>
|
|
24
|
+
Requires-Python: >=3.9
|
|
25
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
26
|
+
Project-URL: Homepage, https://www.pola.rs/
|
|
27
|
+
Project-URL: Documentation, https://docs.pola.rs/api/python/stable/reference/index.html
|
|
28
|
+
Project-URL: Repository, https://github.com/pola-rs/polars
|
|
29
|
+
Project-URL: Changelog, https://github.com/pola-rs/polars/releases
|
|
30
|
+
|
|
31
|
+
# Polars Runtime
|
|
32
|
+
|
|
33
|
+
Packages that contain the binary shared libraries that back the polars python package. Not meant for
|
|
34
|
+
general consumption and just meant as dependencies for the polars main package.
|
|
35
|
+
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
polars_runtime_compat-1.34.0.dist-info/METADATA,sha256=HTgY0hDhB2h9oR5Yrk7QHEubBrvAfq_4n2xauSD4OaQ,1524
|
|
2
|
+
polars_runtime_compat-1.34.0.dist-info/WHEEL,sha256=VPkCyWw1RVO9Fn-kukc1BJ55-ZbMs9YMowAKSb8B8Oo,94
|
|
3
|
+
polars_runtime_compat-1.34.0.dist-info/licenses/LICENSE,sha256=Hogezyhi0B5uW8K4YeRohtKm-wFJnAxQiiCacnGxPPI,10
|
|
4
|
+
_polars_runtime_compat/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
_polars_runtime_compat/_polars_runtime_compat.pyd,sha256=SPojrphQElXZtr4jQarZfxb_17boQvva9POCo-9vroc,115176448
|
|
6
|
+
polars_runtime_compat-1.34.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../LICENSE
|