skip to navigation
skip to content

pd.requires 0.0.3

Module and tools used to do dependenes analys in python modules

Downloads ↓

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 [ [...]] [-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 [ [...]] [-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  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  0.0.2
- Some bugs fixed

* Wed Nov 9 2007 Andrey Orlov  0.0.1
- first official release
 
File Type Py Version Uploaded on Size # downloads
pd.requires-0.0.3.tar.gz (md5) Source 2007-11-10 6KB 8050