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: 8 months 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
- Archived: true
- Created: 2013-05-15T16:25:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T07:13:23.000Z (almost 5 years ago)
- Last Synced: 2025-09-26T09:33:44.551Z (9 months ago)
- Topics: flask, python, static-site-generator
- Language: Python
- Homepage: https://nicolas-van.github.io/pygreen/
- Size: 147 KB
- Stars: 167
- Watchers: 16
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PyGreen
[](https://travis-ci.org/nicolas-van/pygreen)
[](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).