Convert SQLAlchemy models to Pydantic models
Go to file
Daniil Fajnberg a613c3edcd Add keywords and classifiers 2022-08-06 10:53:21 +02:00
requirements Add dependencies; adjust setup 2022-08-02 11:17:05 +02:00
src/orm2pydantic Add docstrings; add option for additional namespace 2022-08-06 10:48:14 +02:00
tests Refactor and simplify 2022-08-06 10:15:00 +02:00
.coveragerc Initial commit 2022-08-02 11:09:41 +02:00
.gitignore Initial commit 2022-08-02 11:09:41 +02:00
README.md Initial commit 2022-08-02 11:09:41 +02:00
coverage.sh Initial commit 2022-08-02 11:09:41 +02:00
pyproject.toml Initial commit 2022-08-02 11:09:41 +02:00
setup.cfg Add keywords and classifiers 2022-08-06 10:53:21 +02:00

README.md

orm2pydantic

Convert SQLAlchemy models to Pydantic models

Usage

...

Installation

pip install orm2pydantic

Dependencies

Python Version ..., OS ...

Building from source

Run python -m build