generated from daniil-berg/boilerplate-py
Convert SQLAlchemy models to Pydantic models
requirements | ||
src/package_name | ||
tests | ||
.coveragerc | ||
.gitignore | ||
coverage.sh | ||
pyproject.toml | ||
README.md | ||
setup.cfg |
orm2pydantic
Convert SQLAlchemy models to Pydantic models
Usage
...
Installation
pip install orm2pydantic
Dependencies
Python Version ..., OS ...
Building from source
Run python -m build