Metadata-Version: 1.1
Name: Carcade
Version: 0.1
Summary: Static site generator powered by Jinja2.
Home-page: https://github.com/aromanovich/carcade
Author: Anton Romanovich
Author-email: anthony.romanovich@gmail.com
License: BSD
Description: Carcade
        =======
        
        .. image:: https://api.travis-ci.org/aromanovich/carcade.png?branch=master
                :target: https://travis-ci.org/aromanovich/carcade
        
        Carcade is the static site generator written in Python. The main features are:
        
        * Jinja2 templates
        * Static assets management
        * Easy localization
        * And, unlike many other static site generators,
          Carcade doesn't make any assumptions about the site structure.
        
        Documentation available on `Read the Docs`_.
        
        There are also:
        
        * `Repository containing examples`_;
        * `pycon.ru`_ built on Carcade (see it's `GitHub repo`_).
        
        .. _Read the Docs: http://carcade.readthedocs.org/
        .. _pycon.ru: http://pycon.ru/
        .. _GitHub repo: https://github.com/pyconru/pycon.ru
        .. _Repository containing examples: https://github.com/aromanovich/carcade-examples
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
