FastAPIwee icon indicating copy to clipboard operation
FastAPIwee copied to clipboard

FastAPI + PeeWee = <3

FastAPIwee

FastAPI + PeeWee = <3

Using

Python >= 3.6 :snake:

Installation

pip install FastAPIwee

:tada:

Documentation

Documentation can be found here: https://fastapiwee.qqmber.wtf

Development

Documentation

Documentation is made with MkDocs and Material for MkDocs.

To run MkDocs server:

  • Go to mkdocs directory

    cd mkdocs
    
  • Run server

    mkdocs serve
    

To build use:

mkdocs build