pycmd-1.0: tools for managing/searching Python related files

holger krekel holger at merlinux.eu
Mon Nov 29 16:54:50 CET 2010


Hi all, 

i released pycmd-1.0, some tools for working with Python source code:

py.cleanup: remove .pyc and $py.class etc. files
py.lookup: grep in python files
py.countloc: give Lines of Code for code and tests
py.which: print location of an importable package or module

All tools have command line options with help strings
and have automated tests running against them.

see also: http://pypi.python.org/pypi/pycmd

cheers,
holger


More information about the Python-announce-list mailing list