Can Epydoc be used to parse eggs

davels at telus.net davels at telus.net
Fri Mar 16 18:38:14 EDT 2007


I'm trying to use epydoc (3.0beta1) to generate documentation for some
packages I've installed as eggs.  When I run the epydoc command
"epydoc.py -v -o sqlalchemy sqlalchemy" in completes without error,
but the resulting documentation is just a stub.

Everything
All Functions
    sqlalchemy.global_connect
All Variables
    sqlalchemy.EXT_PASS
    sqlalchemy.NULLTYPE
    sqlalchemy.__loader__
    sqlalchemy.default_metadata
    sqlalchemy.func

It looks like the zip loader module that is used to access the egg is
what is documented.  Is there any way to get epydoc to open the egg
and document the package?

Thanks.

--
DaveS




More information about the Python-list mailing list