pydepend (checking dependencies like jdepend) ?

  • Thread starter Bernhard Merkle
  • Start date
B

Bernhard Merkle

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.
 
S

Stefan Schukat

Hi,

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

Stefan

-----Original Message-----
From: [email protected]
[mailto:p[email protected]] On Behalf Of
Bernhard Merkle
Sent: Friday, January 04, 2008 1:14 PM
To: (e-mail address removed)
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.
 
B

Bernhard Merkle

Hi,

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

my intention is to _know_ (or display or list or whatever) the
dependencies.
(see also my original posting).
The aim is to control and have a view on modularization and e.g. avoid
unnecessary bidirectional dependencies etc.

does py2.exe display such information ?

Berni.
 
S

Stefan Schukat

No, py2exe does not display such information but has an algorithm to
collect such information.
Perhaps this is a starting point for you.

Stefan


-----Original Message-----
From: [email protected]
[mailto:p[email protected]] On Behalf Of
Bernhard Merkle
Sent: Friday, January 04, 2008 2:25 PM
To: (e-mail address removed)
Subject: Re: pydepend (checking dependencies like jdepend) ?


Hi,

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

my intention is to _know_ (or display or list or whatever) the
dependencies.
(see also my original posting).
The aim is to control and have a view on modularization and e.g. avoid
unnecessary bidirectional dependencies etc.

does py2.exe display such information ?

Berni.
 
T

Thomas Heller

Stefan said:
No, py2exe does not display such information but has an algorithm to
collect such information.
Perhaps this is a starting point for you.

If py2exe is run with the -x flag, it does display a cross-reference
in a browser window.

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top