Metadata-Version: 2.1
Name: django-sage-model-generator
Version: 0.1.0
Summary: 
Author: radin qahremani
Author-email: radinceorc77@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: black (>=24.3.0,<25.0.0)
Requires-Dist: django (>=5.0.3,<6.0.0)
Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
Requires-Dist: pydbml (>=1.0.9,<2.0.0)
Description-Content-Type: text/markdown

# Django Model Generator

A Python package that enables developers to generate Django models directly from the syntax used in `dbdiagram.io`. It provides a seamless workflow to convert database diagrams into fully functional Django models, saving time and reducing errors.

