nicolas-van / pygreen

A micro web framework/static web site generator.

Home Page:https://nicolas-van.github.io/pygreen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyGreen

Build Status PyPI

A micro web framework/static web site generator.

PyGreen is a simple tool to generate small web sites. The concept is to put all files to serve in a folder and invoke the Mako template engine on all .html files. The result is quite similar to a classic PHP application, but with the good features of the Mako templates (like inheritance) and the cool syntax of Python.

See the documentation here.

License

See the license file.

Contribution

See the contribution guide.

About

A micro web framework/static web site generator.

https://nicolas-van.github.io/pygreen/

License:MIT License


Languages

Language:Python 99.6%Language:HTML 0.4%