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.
- marearts_anpr-2.1.810/MANIFEST.in +10 -0
- marearts_anpr-2.1.810/PKG-INFO +17 -0
- marearts_anpr-2.1.810/README.md +4 -0
- marearts_anpr-2.1.810/marearts_anpr/marearts_anpr.cpython-38-darwin.so +0 -0
- marearts_anpr-2.1.810/marearts_anpr.egg-info/PKG-INFO +17 -0
- marearts_anpr-2.1.810/marearts_anpr.egg-info/SOURCES.txt +8 -0
- marearts_anpr-2.1.810/marearts_anpr.egg-info/dependency_links.txt +1 -0
- marearts_anpr-2.1.810/marearts_anpr.egg-info/requires.txt +10 -0
- marearts_anpr-2.1.810/marearts_anpr.egg-info/top_level.txt +1 -0
- marearts_anpr-2.1.810/setup.cfg +4 -0
|
@@ -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
|
+
|
|
Binary file
|
|
@@ -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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
marearts_anpr
|