blob: a3f219b89649903c4f8dba732bf8c3e2a4e80321 (
plain) (
blame)
1
2
3
4
5
6
7
|
pycmd is a collection of command line tools for helping with Python
development:
* py.cleanup: remove .pyc and similar files
* py.lookup: find text in recursively found .py files
* py.countloc: give LOCs for lines and testlines
* py.which: print location of an importable package or module
|