generated from daniil-berg/boilerplate-py
20 lines
214 B
Markdown
20 lines
214 B
Markdown
|
# orm2pydantic
|
||
|
|
||
|
Convert SQLAlchemy models to Pydantic models
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
...
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
`pip install orm2pydantic`
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
Python Version ..., OS ...
|
||
|
|
||
|
## Building from source
|
||
|
|
||
|
Run `python -m build`
|