1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/py-pycmd/pkg-descr
Kubilay Kocak 2907874ff2 [NEW] devl/py-pycmd: Tools for managing/searching Python related files
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
2015-12-27 06:43:52 +00:00

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