Initial commit

This commit is contained in:
2022-08-02 11:09:41 +02:00
commit dbf304fc2c
10 changed files with 81 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# orm2pydantic
Convert SQLAlchemy models to Pydantic models
## Usage
...
## Installation
`pip install orm2pydantic`
## Dependencies
Python Version ..., OS ...
## Building from source
Run `python -m build`