Skip to content

natorsc/py-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI framework

FastAPI

Initial template for projects with the FastAPI framework.

Done:

  • uv. An extremely fast Python package and project manager, written in Rust.
  • sqlmodel. SQL databases in Python, designed for simplicity, compatibility, and robustness.
  • 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.
  • Httpx. A next generation HTTP client for Python.
  • pytest. The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.
  • Ruff. An extremely fast Python linter and code formatter, written in Rust.
  • Taskipy. the complementary task runner for python

About

Initial template for projects with the [FastAPI](https://github.com/fastapi/fastapi) framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages