vl-convert-python 0.13.1__cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.14.0__cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.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 vl-convert-python might be problematic. Click here for more details.
- vl_convert/vl_convert.abi3.so +0 -0
- {vl_convert_python-0.13.1.dist-info → vl_convert_python-0.14.0.dist-info}/METADATA +3 -2
- vl_convert_python-0.14.0.dist-info/RECORD +6 -0
- {vl_convert_python-0.13.1.dist-info → vl_convert_python-0.14.0.dist-info}/WHEEL +1 -1
- {vl_convert_python-0.13.1.dist-info → vl_convert_python-0.14.0.dist-info}/license_files/LICENSE +1 -1
- vl_convert_python-0.13.1.dist-info/RECORD +0 -6
vl_convert/vl_convert.abi3.so
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vl-convert-python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.14.0
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
License-File: LICENSE
|
|
@@ -115,9 +115,10 @@ Create development conda environment
|
|
|
115
115
|
$ conda create -n vl-convert-dev -c conda-forge python=3.10 deno maturin altair pytest black black-jupyter scikit-image
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
Activate environment
|
|
118
|
+
Activate environment and pip install remaining dependencies
|
|
119
119
|
```
|
|
120
120
|
$ conda activate vl-convert-dev
|
|
121
|
+
$ pip install pypdfium2
|
|
121
122
|
```
|
|
122
123
|
|
|
123
124
|
Change to Python package directory
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
vl_convert_python-0.14.0.dist-info/METADATA,sha256=1E6w1AWfbsXjIhLnQ5d74142k4eMbsMO6stewyY1d4Y,5152
|
|
2
|
+
vl_convert_python-0.14.0.dist-info/WHEEL,sha256=n4VUpGvF6snGlwM0rFgZtdXcJVcMFy_LV-UCgxFWmPY,129
|
|
3
|
+
vl_convert_python-0.14.0.dist-info/license_files/LICENSE,sha256=mo5JuEGkBirmmLrlxBZ8sINIZ-SqgbCoL3UOhwvJE6w,1453
|
|
4
|
+
vl_convert/__init__.py,sha256=sfoYSsqjBnXQeASPiuxP9kisQrYoK0I4WTMNn2GTgm8,123
|
|
5
|
+
vl_convert/vl_convert.abi3.so,sha256=TwRDyF12EChxfQsUnpUCK5vXyzKvhF6H_iQW9g-CEyQ,64211080
|
|
6
|
+
vl_convert_python-0.14.0.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
vl_convert_python-0.13.1.dist-info/METADATA,sha256=fOSFyCcooFCEUIqoCooSXIbjhzhDwUbpP69ft4cxpGQ,5089
|
|
2
|
-
vl_convert_python-0.13.1.dist-info/WHEEL,sha256=GpDJtGUegRLh6V1e97NWcsNF4cfxE_ks25PU7cwVYO0,129
|
|
3
|
-
vl_convert_python-0.13.1.dist-info/license_files/LICENSE,sha256=L4_DLMxBacd9ZGvXK4abXVcQ7cGSFhUJ1oG3mKNlX4w,1453
|
|
4
|
-
vl_convert/__init__.py,sha256=sfoYSsqjBnXQeASPiuxP9kisQrYoK0I4WTMNn2GTgm8,123
|
|
5
|
-
vl_convert/vl_convert.abi3.so,sha256=nF_WjY6vSg9ajN6wZWEz8nomTGMhUHcnasdziFfCI5c,61719048
|
|
6
|
-
vl_convert_python-0.13.1.dist-info/RECORD,,
|