forked from Lainports/opnsense-ports
9 lines
340 B
Text
9 lines
340 B
Text
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
|