Metadata-Version: 1.1
Name: SweetPotatoPy
Version: 1.0
Summary: A Page Publishing System that uses PyTin and Jinja2.
Home-page: UNKNOWN
Author: LeafStorm/Pacific Science
Author-email: pacsciadmin@gmail.com
License: UNKNOWN
Description: 
        SweetPotatoPy (or SPP) is a considerably advanced Page Publishing System for CGI
        using the PyTin_ framework and Jinja2_ templating.
        
        .. _PyTin: /index.cgi/swproj/pytin
        .. _Jinja2: http://jinja.pocoo.org/2/
        
        Features
        ========
        - Pages are written in the flexible reStructuredText format.
        - Pages can be hierarchically nested.
        - A flexible navbar generator can dynamically hide and show navigation bars.
        - Uses the ultra-powerful Jinja2 templating system.
        - The PyTin framework lets you store the code in one place while keeping a short
        initialization script on your server, while still letting you keep SPP itself
        in your CGI-bin if you want to.
        - All filesystem-based: no database needed to store pages.
        
        Be sure to read README.txt for all the essential documentation!
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires: pytin
Requires: jinja2
