lightly-mundig 0.1.3b1__cp38-abi3-macosx_10_12_x86_64.whl → 0.1.5__cp38-abi3-macosx_10_12_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.
Potentially problematic release.
This version of lightly-mundig might be problematic. Click here for more details.
- lightly_mundig/lightly_mundig.abi3.so +0 -0
- {lightly_mundig-0.1.3b1.dist-info → lightly_mundig-0.1.5.dist-info}/METADATA +3 -36
- lightly_mundig-0.1.5.dist-info/RECORD +6 -0
- {lightly_mundig-0.1.3b1.dist-info → lightly_mundig-0.1.5.dist-info}/WHEEL +1 -1
- lightly_mundig-0.1.3b1.dist-info/RECORD +0 -6
- {lightly_mundig-0.1.3b1.dist-info → lightly_mundig-0.1.5.dist-info}/licenses/LICENSE.md +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lightly-mundig
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -26,40 +26,7 @@ License: MIT
|
|
|
26
26
|
Requires-Python: >=3.8
|
|
27
27
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# LightlyMundig
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## Prerequisites
|
|
34
|
-
|
|
35
|
-
- Python 3.8+
|
|
36
|
-
- Rust (with Cargo)
|
|
37
|
-
- pip or uv
|
|
38
|
-
|
|
39
|
-
## Quick Start
|
|
40
|
-
|
|
41
|
-
1. **Build and install the package:**
|
|
42
|
-
```bash
|
|
43
|
-
python -m venv venv
|
|
44
|
-
source .venv/bin/activate
|
|
45
|
-
make install
|
|
46
|
-
```
|
|
47
|
-
2. **Test the package, both Rust and Python:**
|
|
48
|
-
```bash
|
|
49
|
-
source venv/bin/activate
|
|
50
|
-
make test
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
## How to generate a license token for customers or developers
|
|
54
|
-
|
|
55
|
-
Currently the license generating token is in the `tests` directory, so that it's not shipped into the final wheel. We'll try to find a better location for it later.
|
|
56
|
-
|
|
57
|
-
You should pass the number of weeks for which the token will be valid, otherwise a default value of 13 (roughtly 3 months) will be used.
|
|
58
|
-
|
|
59
|
-
```bash
|
|
60
|
-
source venv/bin/activate
|
|
61
|
-
make install
|
|
62
|
-
cd tests
|
|
63
|
-
python license_util.py --weeks 3
|
|
64
|
-
```
|
|
31
|
+
Python bindings to Lightly Mundig, a component helping you select the right data.
|
|
65
32
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
lightly_mundig-0.1.5.dist-info/METADATA,sha256=AxDrBkPJz9-zr-pJ97Ckngzop7udYVTBey9fDarA51I,1127
|
|
2
|
+
lightly_mundig-0.1.5.dist-info/WHEEL,sha256=GPFYR4mIPdHeeQ1ax6E8LJaGIrcByvaZAJbs3IVoO7M,104
|
|
3
|
+
lightly_mundig-0.1.5.dist-info/licenses/LICENSE.md,sha256=TI3vuRSkYiIbbM-qavPoQ64Yb0rVfbA2HSjUrLewD-I,20
|
|
4
|
+
lightly_mundig/__init__.py,sha256=q3YUdqA4BRzf_8IOzDibpyhooDfr8CppXbol0s4pAq8,139
|
|
5
|
+
lightly_mundig/lightly_mundig.abi3.so,sha256=5GnMFtaUWAe7tb50xNzokQa05xwoP61CCXqypSGhE6I,1971340
|
|
6
|
+
lightly_mundig-0.1.5.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
lightly_mundig-0.1.3b1.dist-info/METADATA,sha256=1X7kZBtuMdYGdni0s3PifVwZPfjZbTaxm9WQk_j0j4g,1943
|
|
2
|
-
lightly_mundig-0.1.3b1.dist-info/WHEEL,sha256=qq8T5RNN4nLzVDHWhr9aubnbXTyL36gsBivIyKvr8Qc,104
|
|
3
|
-
lightly_mundig-0.1.3b1.dist-info/licenses/LICENSE.md,sha256=TI3vuRSkYiIbbM-qavPoQ64Yb0rVfbA2HSjUrLewD-I,20
|
|
4
|
-
lightly_mundig/__init__.py,sha256=q3YUdqA4BRzf_8IOzDibpyhooDfr8CppXbol0s4pAq8,139
|
|
5
|
-
lightly_mundig/lightly_mundig.abi3.so,sha256=vlz9n6_S96HerKO0SKRFn2uigltrWDMrUcq4XUTNzSQ,1598752
|
|
6
|
-
lightly_mundig-0.1.3b1.dist-info/RECORD,,
|
|
File without changes
|