Metadata-Version: 2.3
Name: SQLModel-translation
Version: 0.1.0
Summary: Translation library for SQLModel and FastAPI
Requires-Dist: fastapi>=0.119.1
Requires-Dist: sqlalchemy>=2.0.44
Requires-Dist: sqlmodel>=0.0.27
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# SQLModel-translation

SQLModel-translation is a translation library for [SQLModel](https://sqlmodel.tiangolo.com) and [FastAPI](https://fastapi.tiangolo.com).


This project uses [uv](https://docs.astral.sh/uv/) for package managment.

To generate the documentation run `make docs` and visit http://127.0.0.1:8000/.

For more actions see the the Makefile in this directory. Running `make` will print out all the targets with descriptions.

