File tree Expand file tree Collapse file tree 5 files changed +71
-65
lines changed Expand file tree Collapse file tree 5 files changed +71
-65
lines changed Original file line number Diff line number Diff line change 1+ _commit : f3637c7
2+ _src_path : https://github.com/modern-python/modern-python-template
3+ framework : litestar
4+ project_description : Async template on Litestar and SQLAlchemy 2
5+ project_name : Litestar template
6+ project_slug : litestar-sqlalchemy-template
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v3
2020 - uses : astral-sh/setup-uv@v3
21- - run : uv python install 3.12
21+ - run : uv python install 3.13
2222 - run : |
2323 uv sync --all-extras --frozen --no-install-project
2424 uv run ruff format . --check
Original file line number Diff line number Diff line change 44
55
66class Settings (pydantic_settings .BaseSettings ):
7- service_name : str = "FastAPI template"
7+ service_name : str = "Litestar template"
88 service_version : str = "1.0.0"
99 service_environment : str = "local"
1010 service_debug : bool = False
Original file line number Diff line number Diff line change 11[project ]
2- name = " fastapi -sqlalchemy-template"
2+ name = " litestar -sqlalchemy-template"
33version = " 0"
4- description = " Async template on FastAPI and SQLAlchemy 2"
4+ description = " Async template on Litestar and SQLAlchemy 2"
55readme = " README.md"
66requires-python = " >=3.13"
77authors = [
You can’t perform that action at this time.
0 commit comments