lightly-mundig 0.1.8__pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.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 .lightly_mundig import *
2
+
3
+ __doc__ = lightly_mundig.__doc__
4
+ if hasattr(lightly_mundig, "__all__"):
5
+ __all__ = lightly_mundig.__all__
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: lightly-mundig
3
+ Version: 0.1.8
4
+ Classifier: Development Status :: 4 - Beta
5
+ Classifier: Intended Audience :: Developers
6
+ Classifier: License :: OSI Approved :: MIT License
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Programming Language :: Python :: 3.8
9
+ Classifier: Programming Language :: Python :: 3.9
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Rust
14
+ Requires-Dist: pyjwt[crypto]>=2.9 ; extra == 'dev'
15
+ Requires-Dist: pytest>=6.0 ; extra == 'dev'
16
+ Requires-Dist: maturin>=1.0,<2.0 ; extra == 'dev'
17
+ Requires-Dist: ruff-lsp ; extra == 'lsp'
18
+ Requires-Dist: pylsp-mypy ; extra == 'lsp'
19
+ Provides-Extra: dev
20
+ Provides-Extra: lsp
21
+ License-File: LICENSE.md
22
+ Summary: Python bindings for selection
23
+ Author: Lightly Inc.
24
+ Author-email: team@lightly.ai
25
+ License: MIT
26
+ Requires-Python: >=3.8
27
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
28
+
29
+ # LightlyMundig
30
+
31
+ Python bindings to Lightly Mundig, a component helping you select the right data.
32
+
@@ -0,0 +1,6 @@
1
+ lightly_mundig-0.1.8.dist-info/METADATA,sha256=PMjGr7GRLjoBPNrA2rCxOtS0xgIBi4EvRstyePm2w_M,1127
2
+ lightly_mundig-0.1.8.dist-info/WHEEL,sha256=EdOuLaT43c3DXUoinaBQNEzkY0aSv0s__uKOPagk3Gs,161
3
+ lightly_mundig-0.1.8.dist-info/licenses/LICENSE.md,sha256=TI3vuRSkYiIbbM-qavPoQ64Yb0rVfbA2HSjUrLewD-I,20
4
+ lightly_mundig/__init__.py,sha256=q3YUdqA4BRzf_8IOzDibpyhooDfr8CppXbol0s4pAq8,139
5
+ lightly_mundig/lightly_mundig.pypy310-pp73-x86_64-linux-gnu.so,sha256=CjVpMbqpUGCquOYrDIyB_oNpBMCh4ZY2h3F1AS1KuMo,21935496
6
+ lightly_mundig-0.1.8.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.10.1)
3
+ Root-Is-Purelib: false
4
+ Tag: pp310-pypy310_pp73-manylinux_2_17_x86_64
5
+ Tag: pp310-pypy310_pp73-manylinux2014_x86_64
@@ -0,0 +1 @@
1
+ (C) 2025 Lightly AG