Convert SQLAlchemy models to Pydantic models
Go to file
Daniil Fajnberg a64708dedd Implement first simple working function and tests 2022-08-03 11:17:05 +02:00
requirements Add dependencies; adjust setup 2022-08-02 11:17:05 +02:00
src/orm2pydantic Implement first simple working function and tests 2022-08-03 11:17:05 +02:00
tests Implement first simple working function and tests 2022-08-03 11:17:05 +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