Metadata-Version: 1.0
Name: collective.viewlet.pythonscript
Version: 0.1
Summary: Viewlet rendering collection of items returned by customizable Python scripts
Home-page: https://github.com/collective/collective.viewlet.pythonscript
Author: Radoslaw Jankiewicz
Author-email: radoslaw.jankiewicz@stxnext.pl
License: GPLv2
Description: collective.viewlet.pythonscript
        ===============================
        
        This add-on product adds ability to use 'Script (Python)' objects as source
        of items to display in a Plone viewlet.
        
        Usage
        =====
        For managing the scripts - the 'Script (Python)' manager from
        collective.portlet.pythonscript package is used. 
        
        More details see: https://github.com/collective/collective.portlet.pythonscript
        
        Site displays results of the query inside the registered viewlet.
        
        
        Contributors
        ============
        
        - radekj
        
        Changelog
        =========
        
        0.1 (2014-11-14)
        ----------------
        
        - Initial release
          [radekj]
        
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
