grin is a grep-like tool for recursively searching through text
files, primarily source code.

 Download:     http://pypi.python.org/pypi/grin3
 License:      BSD

grin 2.6.0 is a feature release.

  * add support for Python 3.10
  * add support for Python 3.11

grin 2.5.0 is a feature release.

  * add -a/--ascii option (thanks Charles Cazabon)
  * add -w/--word-regexp option (thanks Charles Cazabon)

grin 2.4.1 is a bug-fix release.

  * minor code tweaks

grin 2.4.0 is a feature release.

  grin 2.4.X will be a deprecation release(s) where many options and code will be deprecated and
  hidden by default (their usage will be under --help-verbose cli flag)

  * remove deprecated grin.default_options, use grin.Options() instead
  * deprecate --[no-]skip-backup-files options, use --skip-exts instead
  * deprecate --with-filename option (as it is the default option)
  * deprecate --without-filename option as an alias for --no-filename option
  * deprecate --line-number option (as it is the default option)
  * deprecate --skip-hidden-dirs option (as it is the default option)
  * deprecate --no-follow option (as it is the default option)
  * deprecate --skip-hidden-files option (as it is the default option)
  * add --color {auto,no,always} option
  * deprecate --no-color, --force-color and --use-color options, use --color option instead

grin 2.3.1 is a bug-fix release.

  * correct default Options.re_flags value

grin 2.3.0 is a feature release.

  * add -F/--fixed-string option (thanks Charles Cazabon)

grin 2.2.1 is a bug-fix release.

  * fix missing grind argument

grin 2.2.0 is a feature release.

  * support for python3.9
  * support for pypy3
  * add -x, --encoding option (defaults to terminal output encoding)

grin 2.1.0 is a feature release.

  * speedup file access
  * default_options is now an object
  * exclude by default node_modules,.class,target directories
  * support for stable python3.8

grin 2.0.2 is a bug-fix release.

  * fix encoding

grin 2.0.1 is a bug-fix release.

  * fix setup and wheel build
  * update docs

grin 2.0.0 is a bug-fix release.

  * refactor code into a module
  * refactor test code from nose to unittest
  * add Vagrant configuration
  * add tox support
  * adopt black formatter
  * removed TypeError
  * drop python3.4 support
  * added support for python3.7 and python3.8 (dev)

grin 1.2.3 is a bug-fix release.

  * removed UnicodeDecodeError

grin 1.2.2 is a python3 only port.

  * python3 support added.
  * python2 support dropped.

grin 1.2.1 is a bug-fix release.

  * Windows defaults to not coloring the output. (Paul Pelzl)
    report.

  * Fix the reading of gzip files. (Brandon Craig Rhodes)

  * Quit gracefully when piping to a program that exits prematurely.
    (Brandon Craig Rhodes)

  * Sort the basenames of files during traversal in order to maintain
    a repeatable ordering. (Brandon Craig Rhodes)
