aspose-barcode-for-python-via-java 25.3.0__tar.gz → 25.4.0__tar.gz
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.
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/aspose_barcode_for_python_via_java.egg-info/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/aspose_barcode_for_python_via_java.egg-info/SOURCES.txt +1 -1
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/asposebarcode/__init__.py +1 -1
- aspose-barcode-for-python-via-java-25.3.0/asposebarcode/jlib/aspose-barcode-python-25.3.jar → aspose-barcode-for-python-via-java-25.4.0/asposebarcode/jlib/aspose-barcode-python-25.4.jar +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/setup.py +1 -1
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/MANIFEST.in +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/README.md +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/aspose_barcode_for_python_via_java.egg-info/dependency_links.txt +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/aspose_barcode_for_python_via_java.egg-info/requires.txt +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/aspose_barcode_for_python_via_java.egg-info/top_level.txt +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/asposebarcode/Assist.py +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/asposebarcode/ComplexBarcode.py +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/asposebarcode/Generation.py +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/asposebarcode/Recognition.py +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/license/End+User+License+Agreement.html +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf +0 -0
- {aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/setup.cfg +0 -0
{aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aspose-barcode-for-python-via-java
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.4.0
|
|
4
4
|
Summary: Barcode generation and recognition component. It allows developers to quickly and easily add barcode creation and scanning functionality to their Python applications.
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Aspose
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aspose-barcode-for-python-via-java
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.4.0
|
|
4
4
|
Summary: Barcode generation and recognition component. It allows developers to quickly and easily add barcode creation and scanning functionality to their Python applications.
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Aspose
|
|
@@ -11,6 +11,6 @@ asposebarcode/ComplexBarcode.py
|
|
|
11
11
|
asposebarcode/Generation.py
|
|
12
12
|
asposebarcode/Recognition.py
|
|
13
13
|
asposebarcode/__init__.py
|
|
14
|
-
asposebarcode/jlib/aspose-barcode-python-25.
|
|
14
|
+
asposebarcode/jlib/aspose-barcode-python-25.4.jar
|
|
15
15
|
license/End+User+License+Agreement.html
|
|
16
16
|
license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf
|
|
@@ -3,6 +3,6 @@ import os
|
|
|
3
3
|
from asposebarcode import Generation, Recognition, Assist
|
|
4
4
|
|
|
5
5
|
__asposebarcode_dir__ = os.path.dirname(__file__)
|
|
6
|
-
__barcode_jar_path__ = __asposebarcode_dir__ + "/jlib/aspose-barcode-python-25.
|
|
6
|
+
__barcode_jar_path__ = __asposebarcode_dir__ + "/jlib/aspose-barcode-python-25.4.jar"
|
|
7
7
|
jpype.startJVM(jpype.getDefaultJVMPath(), "-Djava.class.path=%s" % __barcode_jar_path__)
|
|
8
8
|
__all__ = ['Assist','Recognition','Generation','ComplexBarcode']
|
{aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/MANIFEST.in
RENAMED
|
File without changes
|
{aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aspose-barcode-for-python-via-java-25.3.0 → aspose-barcode-for-python-via-java-25.4.0}/setup.cfg
RENAMED
|
File without changes
|