blob: ffff9ede16407dd435794b26fa95bfb8549a17ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
WWW: https://pypi.python.org/pypi/pycmd
|