Convert SQLAlchemy models to Pydantic models
Go to file
Daniil Fajnberg dbf304fc2c Initial commit 2022-08-02 11:09:41 +02:00
requirements Initial commit 2022-08-02 11:09:41 +02:00
src/package_name Initial commit 2022-08-02 11:09:41 +02:00
tests Initial commit 2022-08-02 11:09:41 +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 Initial commit 2022-08-02 11:09:41 +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