Metadata-Version: 2.1
Name: pygreen
Version: 2.1.0
Summary: A micro static web site generator.
Home-page: https://nicolas-van.github.io/pygreen/
Author: Nicolas Vanhoren
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/nicolas-van/pygreen/issues
Project-URL: Source, https://github.com/nicolas-van/pygreen
Description: 
        # 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).
        
Keywords: static website generator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, >=3.3
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
