https://github.com/natorsc/py-fastapi
Initial template for projects with the [FastAPI](https://github.com/fastapi/fastapi) framework.
https://github.com/natorsc/py-fastapi
fastapi python python3 sqlmodel
Last synced: 3 months ago
JSON representation
Initial template for projects with the [FastAPI](https://github.com/fastapi/fastapi) framework.
- Host: GitHub
- URL: https://github.com/natorsc/py-fastapi
- Owner: natorsc
- Created: 2024-12-30T21:28:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T21:30:24.000Z (5 months ago)
- Last Synced: 2025-02-21T19:58:33.387Z (4 months ago)
- Topics: fastapi, python, python3, sqlmodel
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# FastAPI
Initial template for projects with the [FastAPI](https://github.com/fastapi/fastapi) framework.
**Done**:
- [x] [uv](https://github.com/astral-sh/uv). An extremely fast Python package and project manager, written in Rust.
- [x] [sqlmodel](https://github.com/fastapi/sqlmodel). SQL databases in Python, designed for simplicity, compatibility, and robustness.
- [x] [Python dotenv](https://github.com/theskumar/python-dotenv). Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
- [x] [Httpx](https://github.com/encode/httpx/). A next generation HTTP client for Python.
- [x] [pytest](https://github.com/pytest-dev/pytest). The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.
- [x] [Ruff](https://github.com/astral-sh/ruff). An extremely fast Python linter and code formatter, written in Rust.
- [x] [Taskipy](https://github.com/taskipy/taskipy). the complementary task runner for python