Metadata-Version: 1.0
Name: z3c.recipe.depgraph
Version: 0.1
Summary: Buildout recipe to generate dependency graphs.
Home-page: http://pypi.python.org/pypi/z3c.recipe.depgraph
Author: Zope Community
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: z3c.recipe.depgraph
        ===================
        
        This buildout recipe generates dependency graphs for packages.
        
        Options
        -------
        
        eggs
        The eggs for which graphs are generated. All dependencies of the eggs are
        automatically included.
        
        exclude
        A list of eggs which should be excluded from the graph processing.
        
        variants
        A whitespace separated list of variants of graphs to create. The available
        options are:
        
        base - The basic full graphs.
        tred - The transitive reduction of the graphs.
        scc - Extracts graphs of strongly connected components.
        
        
        Changelog
        =========
        
        0.1 (2009-04-26)
        ----------------
        
        - Initial implementation.
        
Keywords: egg dependency
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
