jefmud / Sparkplug

A flask inspired, simple web framework with features like dynamic/static routing and template rendering. Our framework will be inspired by Flask and will utilize Jinja2 for templating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sparkplug

A flask inspired, simple web framework with features like dynamic/static routing and template rendering. Our framework will be inspired by Flask and will utilize Jinja2 for templating.

simple_web_framework/
│
├── sparkplug/
│   ├── __init__.py
│   ├── app.py
│   ├── router.py
│   ├── response.py
│   └── templates/
│       └── base.html
└── example/
    ├── __init__.py
    ├── main.py
    └── templates/
        └── index.html

About

A flask inspired, simple web framework with features like dynamic/static routing and template rendering. Our framework will be inspired by Flask and will utilize Jinja2 for templating.

License:MIT License