项目作者: Claudjos

项目描述 :
Web Framework WSGI-compatible.
高级语言: Python
项目地址: git://github.com/Claudjos/pine.git
创建时间: 2021-03-13T12:11:38Z
项目社区:https://github.com/Claudjos/pine

开源协议:MIT License

下载


Pine Web Framework

Overview

This is a very simple web framework WSGI compatible. Written for fun and self education.

Develop your Web App using Pine

Checkout the examples to learn how to develop your app.

Deploy your Web App

With Gunicorn

  1. pip install gunicorn
  2. gunicorn examples.books:app

Unit test

Testing your Web App

Checkout the tests to learn how to test your app.

Testing Pine package

  1. pip install -r test-requirements.txt
  2. python -m pytest tests --cov=pine