nidx-binding 6.4.0.post367__cp313-cp313-macosx_11_0_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.
@@ -0,0 +1,5 @@
1
+ from .nidx_binding import *
2
+
3
+ __doc__ = nidx_binding.__doc__
4
+ if hasattr(nidx_binding, "__all__"):
5
+ __all__ = nidx_binding.__all__
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: nidx_binding
3
+ Version: 6.4.0.post367
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: Implementation :: CPython
6
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
7
+ Summary: Bindings for nidx (part of nucliadb)
8
+ Author-email: Nuclia <nucliadb@nuclia.com>
9
+ License: AGPL
10
+ Requires-Python: >=3.9, <4
11
+ Project-URL: Homepage, https://nuclia.com
12
+ Project-URL: Repository, https://github.com/nuclia/nucliadb
@@ -0,0 +1,5 @@
1
+ nidx_binding-6.4.0.post367.dist-info/METADATA,sha256=VKQ3J-nOrx_uDls5BvH2KbKRllaXOike_IfPSm57CIg,478
2
+ nidx_binding-6.4.0.post367.dist-info/WHEEL,sha256=E1n5fBV87GjwiE9CayevgONfw5z1JsKZqIr2VxzumWg,104
3
+ nidx_binding/__init__.py,sha256=vuq7l4L69dHncp-RLQhzSE-5pHUzdI5I4AbJvA3lsKk,131
4
+ nidx_binding/nidx_binding.cpython-313-darwin.so,sha256=C8sPdW_M42jVemqYRo2_ta5aVISUkFfFXScQYWfDBBs,27666928
5
+ nidx_binding-6.4.0.post367.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.8.4)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-macosx_11_0_arm64