Metadata-Version: 1.0
Name: FileCatalog
Version: 0.3.1
Summary: Tools to create, view and transform hierachical YAML representations of directory structures.
Home-page: http://homework.nwsnet.de/
Author: Jochen Kupperschmidt
Author-email: homework at nwsnet dot de
License: GPL <http://www.opensource.org/licenses/gpl-license.php>
Description: 
        File Catalog
        ~~~~~~~~~~~~
        
        This package contains tools to create, view and transform hierachical
        YAML_ representations (using PyYAML_) of directories and files below
        a specified path:
        
        - The **Indexer** is a command line application to traverse and index
        a directory structure and store the result as YAML.
        
        - The **Viewer** is a graphical user interface that visualizes such a
        document as a tree.  It makes use of the wxPython_ toolkit.
        
        - The **XHTMLizer** transforms tree data into XHTML representation.
        
        .. _YAML:       http://www.yaml.org/
        .. _wxPython:   http://www.wxpython.org/
        .. _PyYAML:     http://www.pyyaml.org/
        
        :copyright: 2006-2008 Jochen Kupperschmidt
        :license: GPLv2 `<http://www.opensource.org/licenses/gpl-license.php>`_
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Archiving
Classifier: Topic :: Utilities
