Metadata-Version: 1.0
Name: pd.requires
Version: 0.0.3
Summary: Module and tools used to do dependenes analys in python modules
Home-page: http://www.dreambot.ru/product/DreamBotOtherReleases/pd.requires
Author: Andrey Orlov
Author-email: cray@neural.ru
License: GPL v2.1
Description: Dependence analysis utils
        =========================
        
        This packages to provide tools for dependence analysis of python modules.
        
        Programs
        --------
        
        find_requires
        Program find all dependences required by python module
        or module set.
        
        Used::
        
        find_requires [<MODULE> [...]] [-f (RPM|PYPI)] [-r]
        
        -f
        Dependencies will be printed in RPM or PYPI format,
        it is PYPI by default;
        
        -r
        The name of file will be printed
        after dependence emited by them.
        
        The program must be run in directory contains module.
        
        find_provides
        Programm find all dependencies provided by python module
        or module set.
        
        Used::
        
        find_provides [<MODULE> [...]] [-f (RPM|PYPI)]
        
        -f
        Dependencies will be out in RPM or PYPI format, it is PYPI by
        default;
        
        The program must be run in directory contains module.
        
        imalyzer
        Program do analyse dependencies beetween files in module
        set, but it is only experimental version and it using is not
        recommended now.
        
        
        Sat Nov 10 2007 Andrey Orlov <cray@neural.ru> 0.0.3
        - Some documentation enchancement;
        - Switches to turn on stupid rpm-compatible dependences
        format added. It is turn off by default;
        
        Sat Nov 10 2007 Andrey Orlov <cray@neural.ru> 0.0.2
        - Some bugs fixed
        
        * Wed Nov 9 2007 Andrey Orlov <cray@neural.ru> 0.0.1
        - first official release
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
