Metadata-Version: 2.1
Name: dbis-relational-model
Version: 1.0.2
Summary: RWTH Aachen Computer Science i5/dbis assets for Lecture Datenbanken und Informationssysteme
Author-email: DBIS i5 RWTH Aachen <dbis-vl@dbis.rwth-aachen.de>
Project-URL: Homepage, https://git.rwth-aachen.de/i5/teaching/dbis/dbis-relational-model
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: levenshtein~=0.23
Requires-Dist: IPython
Provides-Extra: test
Requires-Dist: black==23.12.1; extra == "test"
Provides-Extra: build
Requires-Dist: twine==4.*; extra == "build"
Requires-Dist: build==1.*; extra == "build"

# DBIS Relational Model 

This set of classes is used to define objects of the relational model (as a result of a conversion from an ER-diagram)

## Usage

Todo
