Convert SQLAlchemy models to Pydantic models
Go to file
Daniil Fajnberg 79c2f16ade Add `__validators__` and `__base__` params; improve types 2022-08-06 16:31:38 +02:00
requirements Add dependencies; adjust setup 2022-08-02 11:17:05 +02:00
src/orm2pydantic Add `__validators__` and `__base__` params; improve types 2022-08-06 16:31:38 +02:00
tests Rename main function 2022-08-06 11:01:12 +02:00
.coveragerc Initial commit 2022-08-02 11:09:41 +02:00
.gitignore Initial commit 2022-08-02 11:09:41 +02:00
COPYING Add license files 2022-08-06 11:01:37 +02:00
COPYING.LESSER Add license files 2022-08-06 11:01:37 +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 `__validators__` and `__base__` params; improve types 2022-08-06 16:31:38 +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