Metadata-Version: 1.0
Name: collective.installedpackages
Version: 0.1b2
Summary: Add-on for Plone to list all Python packages available to the running Python process, its versionsand other information about them.
Home-page: http://svn.plone.org/svn/collective/collective.installedpackages
Author: Rafael Oliveira
Author-email: rafaelbco@gmail.com
License: GPL
Description: Introduction
        ============
        
        Add-on for Plone to list all Python packages available to the running Python process, its versions
        and other information about them.
        
        This add-on depends heavily on yolk_.
        
        Once installed the add-on makes available two views:
        
        - ``@@list-python-packages``: list all Python packages available to the running Python process, its
          versions and other information about them.
          
        - ``@@list-sys-path``: show the value of ``sys.path``.
        
        It also installs a configlet in the Plone control-panel that allows access to these two views.
        
        Only manager users can access the views and the configlet.
        
        .. References:
        .. _yolk: http://pypi.python.org/pypi/yolk
        
        
        Changelog
        =========
        
        0.1b2 (2012-03-19)
        ------------------
        
        - Added new view that show packages in .cfg style.
        
        
        0.1b1 (2011-09-26)
        ------------------
        
        - Initial release
        
        
Keywords: plone dexterity
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
