Metadata-Version: 2.1
Name: lprp-core
Version: 0.2.7
Summary: Bei Profit bei Simon melden, bei Problemen bei Lars melden
Author: Simon Berndt
Author-email: berndts.tin21@student.dhbw-heidenheim.de
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.4,<3.0.0)
Description-Content-Type: text/markdown

# Introduction 
This is the core repository for the license plate recognition parking project. It contains the data model and
persistence manager as well as the services package. The service package contains python implementations of all
REST endpoints that are consumed by Python apps.

# Getting Started
TODO 

# Build and Test
TODO 


