Metadata-Version: 1.1
Name: Folio
Version: 0.4
Summary: A Pythonic static website generator based on Jinja2.
Home-page: http://pyfolio.org
Author: Juan M Martínez
Author-email: jm@guide42.com
License: ISC
Description: =====
        Folio
        =====
        
        Folio is an static website generator.
        
        Dependencies
        ------------
        
         * Jinja2: Templating system.
         * Markdown (optional): Markdown builder.
        
        Installation
        ------------
        
        To install the last release::
        
            $ pip install Folio
        
        Or you could use the setup script::
        
            $ python setup.py install
            -- OR --
            $ python setup.py develop
        
        You may wish to consider using virtualenv to keep Folio's environment separate
        from the rest of your system.
        
        Testing
        -------
        
        To invoke testing, run from the top level directory::
        
            $ python setup.py test
        
        License
        -------
        
        See LICENSE.
Platform: any
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Utilities
