Metadata-Version: 1.1
Name: tagy
Version: 0.1.0
Summary: Static site generator
Home-page: https://github.com/melnikov-ivan/tagy
Author: Ivan Melnikov
Author-email: melnikov.ivan@gmail.com
License: MIT
Description: Tagy
        ====
        
        Python static site generator
        
        Features
        --------
        
        * Jinja
        * Custom params
        * Custom indexes (tag, category, etc)
        * Custom page structure
        * Useful Jinja filters: thumbnails 
        
        Installation
        ------------
        
        * With pip ```pip install tagy```
        * With EasyInstall ```easy_install tagy```
        * From source 
        ```
        git clone https://github.com/melnikov-ivan/tagy.git
        cd tagy
        python setup.py install
        ```
        
        Sites powered by Tagy
        ---------------------
         * http://imelnikov.ru
        
Keywords: Jinja2 fully customizable static site generator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
