Metadata-Version: 2.1
Name: orm2pydantic
Version: 0.1.0
Summary: Convert SQLAlchemy models to Pydantic models
Home-page: https://github.com/daniil-berg/orm2pydantic
Author: Daniil Fajnberg
Author-email: mail@daniil.fajnberg.de
Project-URL: Bug Tracker, https://github.com/daniil-berg/orm2pydantic/issues
Keywords: pydantic,sql,sqlalchemy,orm,model,schema
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Requires-Python: <4.0,>=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: COPYING
License-File: COPYING.LESSER

# orm2pydantic

Convert SQLAlchemy models to Pydantic models

## Usage

...

## Installation

`pip install orm2pydantic`

## Dependencies

Python Version ..., OS ...

## Building from source

Run `python -m build`
