Convert SQLAlchemy models to Pydantic models
Go to file
Daniil Fajnberg 5f823cb552 Add dependencies; adjust setup 2022-08-02 11:17:05 +02:00
requirements Add dependencies; adjust setup 2022-08-02 11:17:05 +02:00
src/orm2pydantic Add dependencies; adjust setup 2022-08-02 11:17:05 +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 Add dependencies; adjust setup 2022-08-02 11:17:05 +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