aspose-barcode-for-python-via-java 25.12.0__tar.gz → 25.12.1__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.12.0 → aspose_barcode_for_python_via_java-25.12.1}/PKG-INFO +1 -1
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/aspose_barcode_for_python_via_java.egg-info/PKG-INFO +1 -1
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/asposebarcode/ComplexBarcode.py +1 -4
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/setup.py +1 -1
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/MANIFEST.in +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/README.md +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/aspose_barcode_for_python_via_java.egg-info/SOURCES.txt +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/aspose_barcode_for_python_via_java.egg-info/dependency_links.txt +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/aspose_barcode_for_python_via_java.egg-info/requires.txt +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/aspose_barcode_for_python_via_java.egg-info/top_level.txt +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/asposebarcode/Assist.py +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/asposebarcode/Generation.py +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/asposebarcode/Recognition.py +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/asposebarcode/__init__.py +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/asposebarcode/jlib/aspose-barcode-python-25.12.jar +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/license/End+User+License+Agreement.html +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf +0 -0
- {aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/setup.cfg +0 -0
{aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/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.12.
|
|
3
|
+
Version: 25.12.1
|
|
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.12.
|
|
3
|
+
Version: 25.12.1
|
|
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
|
|
@@ -2906,10 +2906,7 @@ class USADriveIdJurisdSubfile(Assist.BaseJavaClass):
|
|
|
2906
2906
|
@return Corresponding DataElement
|
|
2907
2907
|
@param id 3 - letter element id or index Element, index(int)
|
|
2908
2908
|
"""
|
|
2909
|
-
|
|
2910
|
-
return DataElement(self.getJavaClass().get(id))
|
|
2911
|
-
else:
|
|
2912
|
-
return datetime.strptime(str(self.getJavaClass().get(id)), "%Y-%m-%d").date()
|
|
2909
|
+
return DataElement(self.getJavaClass().get(id))
|
|
2913
2910
|
|
|
2914
2911
|
def set(self, id, value):
|
|
2915
2912
|
"""!
|
|
File without changes
|
{aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/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
|
|
File without changes
|
|
File without changes
|
{aspose_barcode_for_python_via_java-25.12.0 → aspose_barcode_for_python_via_java-25.12.1}/setup.cfg
RENAMED
|
File without changes
|