mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
2907874ff2
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
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
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
|