pydepend (checking dependencies like jdepend) ?

Stefan Schukat SSchukat at dspace.de
Fri Jan 4 07:57:58 EST 2008


Hi, 

try to look at py2exe. This module scans all dependencies to pack them
into one executable. 

	Stefan

-----Original Message-----
From: python-list-bounces+sschukat=dspace.de at python.org
[mailto:python-list-bounces+sschukat=dspace.de at python.org] On Behalf Of
Bernhard Merkle
Sent: Friday, January 04, 2008 1:14 PM
To: python-list at python.org
Subject: pydepend (checking dependencies like jdepend) ?


Hi there,

think %Subject says all.

I am wondering if there is some tool to check dependencies within python
programs.
(something like jdepend for python ;-)

Of course the dependencies are at runtime (dynamic) and not statically
+dynamically (as in Java), but anyway it would be interesting to know
of them (for better modularization e.g.)

TIA, Berni.
--
http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list