Skip to content

sungeer/fastify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify

Async backend depends on the Starlette ASGI toolkit.

For Backend Developers Who Don't Want to Use FastAPI.

Installation

clone:

$ git clone https://github.com/sungeer/fastify.git
$ cd fastify

create & activate virtual env then install dependency:

with venv + pip:

$ python -m venv venv
$ source venv/bin/activate  # use `venv\Scripts\activate` on Windows
$ pip install -r requirements.txt

run:

$ granian --interface wsgi otter:app
* Running on http://127.0.0.1:8000/

License

This project is licensed under the GPLv3 License (see the LICENSE file for details).

About

Async Python web API built with Starlette.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages