Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolas-van/pygreen
A micro web framework/static web site generator.
https://github.com/nicolas-van/pygreen
flask python static-site-generator
Last synced: about 1 month ago
JSON representation
A micro web framework/static web site generator.
- Host: GitHub
- URL: https://github.com/nicolas-van/pygreen
- Owner: nicolas-van
- License: mit
- Created: 2013-05-15T16:25:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T07:13:23.000Z (about 3 years ago)
- Last Synced: 2024-07-21T06:23:41.593Z (4 months ago)
- Topics: flask, python, static-site-generator
- Language: Python
- Homepage: https://nicolas-van.github.io/pygreen/
- Size: 147 KB
- Stars: 167
- Watchers: 17
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PyGreen
[![Build Status](https://travis-ci.org/nicolas-van/pygreen.svg?branch=master)](https://travis-ci.org/nicolas-van/pygreen)
[![PyPI](https://img.shields.io/pypi/v/pygreen.svg)](https://pypi.python.org/pypi/pygreen)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](http://www.makotemplates.org/) 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.](https://nicolas-van.github.io/pygreen/)
## License
[See the license file](https://github.com/nicolas-van/pygreen/blob/master/LICENSE.md).
## Contribution
[See the contribution guide](https://github.com/nicolas-van/pygreen/blob/master/CONTRIBUTING.md).