Metadata-Version: 1.0
Name: contentlet
Version: 0.1.1
Summary: Framework for reusable and composable UI with repoze.bfg.
Home-page: http://packages.python.org/contentlet
Author: Andrey Popp
Author-email: 8mayday@gmail.com
License: BSD
Description: Contentlet - framework for creating UI
        ======================================
        
        Contentlet is a framework for creating composable and reusable web UI. It is
        modeled after `zope.contentprovider
        <http://pypi.python.org/pypi/zope.contentprovider>`_ and `zope.viewlet
        <http://pypi.python.org/pypi/zope.viewlet>`_ but more simple and easy to use.
        Also, it is for using with `repoze.bfg <http://bfg.repoze.org>`_.
        
        For more documentation please go to `http://packages.python.org/contentlet
        <http://packages.python.org/contentlet>`_. And if you like to fork repository —
        `http://github.com/andreypopp/contentlet
        <http://github.com/andreypopp/contentlet>`_.
        
        0.1.1
        -----
        
        * Fixed missed import of ``ContentletConfiguratorMixin``.
        
        0.1
        ---
        
        * Implementation of content provider pattern (zope.contentprovider).
        
        * Imperative API for configuration.
        
Keywords: web wsgi bfg ui
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: BFG
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
