marearts-anpr 2.1.810__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.
@@ -0,0 +1,10 @@
1
+ # Exclude Python source files and .dat files from the package
2
+ recursive-exclude marearts_anpr *.py
3
+ recursive-exclude marearts_anpr *.c
4
+ recursive-exclude marearts_anpr/data *.dat
5
+ global-exclude *.py
6
+ recursive-include marearts_anpr *.so
7
+
8
+
9
+ # Include the README file
10
+ include README.md
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: marearts_anpr
3
+ Version: 2.1.810
4
+ Summary: ANPR (Automatic Number Plate Recognition) SDK by MareArts
5
+ Home-page: https://github.com/MareArts/MareArts-ANPR.git
6
+ Author: marearts
7
+ Author-email: hello@marearts.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: Other/Proprietary License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+
14
+ # README.md
15
+ # MareArts ANPR SDK
16
+ This package provides an Automatic Number Plate Recognition (ANPR) SDK.
17
+
@@ -0,0 +1,4 @@
1
+ # README.md
2
+ # MareArts ANPR SDK
3
+ This package provides an Automatic Number Plate Recognition (ANPR) SDK.
4
+
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: marearts-anpr
3
+ Version: 2.1.810
4
+ Summary: ANPR (Automatic Number Plate Recognition) SDK by MareArts
5
+ Home-page: https://github.com/MareArts/MareArts-ANPR.git
6
+ Author: marearts
7
+ Author-email: hello@marearts.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: Other/Proprietary License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+
14
+ # README.md
15
+ # MareArts ANPR SDK
16
+ This package provides an Automatic Number Plate Recognition (ANPR) SDK.
17
+
@@ -0,0 +1,8 @@
1
+ MANIFEST.in
2
+ README.md
3
+ marearts_anpr/marearts_anpr.cpython-38-darwin.so
4
+ marearts_anpr.egg-info/PKG-INFO
5
+ marearts_anpr.egg-info/SOURCES.txt
6
+ marearts_anpr.egg-info/dependency_links.txt
7
+ marearts_anpr.egg-info/requires.txt
8
+ marearts_anpr.egg-info/top_level.txt
@@ -0,0 +1,10 @@
1
+ cryptography==41.0.5
2
+ opencv-python-headless==4.8.1.78
3
+ Pillow==10.1.0
4
+ numpy==1.23.0
5
+ requests==2.31.0
6
+ PyYAML==6.0.1
7
+ attrdict==2.0.1
8
+ onnxruntime==1.13.1
9
+ python-dateutil
10
+ tqdm
@@ -0,0 +1 @@
1
+ marearts_anpr
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+