jackster

A micro web framework.


Keywords
web, framework
License
MIT
Install
pip install jackster==0.5.0

Documentation

Jackster

Build Status codecov

A python micro webframework focused on keeping your code DRY and short without any black box magic.

Hello world

Hello world is very short in Jackster, these 3 lines do the trick:

from jackster import Router
from jackster.funcs import html
Router().get(html('Hello world!')).listen()

Install

Jackster is on PyPI, you can install it with:

pip install jackster

We advise you to do this in a virtualenv for version specific dependency purposes.

About

Jackster is named after my cat Jack, hence the cat logo.