0.0.10 • Published 8 years ago

pyfind v0.0.10

Weekly downloads
18
License
-
Repository
github
Last release
8 years ago

Install

[sudo] pip install pyfind

[sudo] sudo npm install -g pyfind

Features

  • include .py and files with python shebang
  • exclude .git/, .svn/, build/, dist/
  • exclude non python file extensions

Usage

# pyfind --help
usage: pyfind path ...

Example

$ pyfind "$path"

# example: validate files
$ IFS=;find="$(pyfind "$path")"
$ set --;while IFS= read f; do set -- "$@" "$f"; done <<< "$find"
$ python -m py_compile "$@"
$ pep8 "$@"
$ pyflakes "$@"

Examples/

Feedback GitHub issues Join the chat at https://gitter.im/russianidiot/pyfind.sh.cli GitHub followers

0.0.10

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago