aspose-barcode-for-python-via-java 24.3.0__tar.gz → 24.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-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/aspose_barcode_for_python_via_java.egg-info/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/aspose_barcode_for_python_via_java.egg-info/SOURCES.txt +1 -1
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/asposebarcode/ComplexBarcode.py +7 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/asposebarcode/__init__.py +1 -1
- aspose-barcode-for-python-via-java-24.3.0/asposebarcode/jlib/aspose-barcode-python-24.3.jar → aspose-barcode-for-python-via-java-24.4.0/asposebarcode/jlib/aspose-barcode-python-24.4.jar +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/setup.py +1 -1
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/MANIFEST.in +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/README.md +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/aspose_barcode_for_python_via_java.egg-info/dependency_links.txt +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/aspose_barcode_for_python_via_java.egg-info/requires.txt +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/aspose_barcode_for_python_via_java.egg-info/top_level.txt +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/asposebarcode/Assist.py +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/asposebarcode/Generation.py +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/asposebarcode/Recognition.py +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/license/End+User+License+Agreement.html +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf +0 -0
- {aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/setup.cfg +0 -0
{aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.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: 24.
|
|
3
|
+
Version: 24.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: 24.
|
|
3
|
+
Version: 24.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-24.
|
|
14
|
+
asposebarcode/jlib/aspose-barcode-python-24.4.jar
|
|
15
15
|
license/End+User+License+Agreement.html
|
|
16
16
|
license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf
|
|
@@ -1502,6 +1502,13 @@ class MaxiCodeStructuredCodetext(MaxiCodeCodetext):
|
|
|
1502
1502
|
"""
|
|
1503
1503
|
return self.getJavaClass().getPostalCode()
|
|
1504
1504
|
|
|
1505
|
+
def setPostalCode(self, value):
|
|
1506
|
+
"""!
|
|
1507
|
+
Identifies the postal code. Must be 9 digits in mode 2 or
|
|
1508
|
+
6 alphanumeric symbols in mode 3.
|
|
1509
|
+
"""
|
|
1510
|
+
self.getJavaClass().setPostalCode(value)
|
|
1511
|
+
|
|
1505
1512
|
def getCountryCode(self):
|
|
1506
1513
|
"""!
|
|
1507
1514
|
Identifies 3 digit country code.
|
|
@@ -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-24.
|
|
6
|
+
__barcode_jar_path__ = __asposebarcode_dir__ + "/jlib/aspose-barcode-python-24.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-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/MANIFEST.in
RENAMED
|
File without changes
|
{aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.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
|
{aspose-barcode-for-python-via-java-24.3.0 → aspose-barcode-for-python-via-java-24.4.0}/setup.cfg
RENAMED
|
File without changes
|