c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
337 B
Text
9 lines
337 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.org/project/pycmd/
|