Skip to content
/ pine Public

Web Framework WSGI-compatible.

License

Notifications You must be signed in to change notification settings

Claudjos/pine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

pip install gunicorn
gunicorn examples.books:app

Unit test

Testing your Web App

Checkout the tests to learn how to test your app.

Testing Pine package

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

About

Web Framework WSGI-compatible.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages