Skip to content

sungeer/pulasan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulasan

A async backend scaffold based on Quart.

When it comes to the choice of an asynchronous framework, I would highly recommend Starlette. You might want to take a look at the scaffolding, which encompasses the best practices for Python asynchronous back-end development: viper.

Installation

clone:

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

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:

$ uvicorn pulasan:app
* Running on http://127.0.0.1:8000/

License

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

About

Async backend scaffold based on Quart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages