Skip to content

v0.2.0

Choose a tag to compare

@ionelmc ionelmc released this 27 Mar 09:41
· 1072 commits to master since this release

Changes

  • Added color support (and colorama as dependency).
  • Added support for expressions in VarsPrinter.
  • Breaking changes:
    • Renamed F to Q. And Q is now just a convenience wrapper for Query.
    • Renamed the PYTHON_HUNTER env variable to PYTHONHUNTER.
    • Changed :class:When to take positional arguments.
    • Changed output to show 2 path components (still not configurable).
    • Changed :class:VarsPrinter to take positional arguments for the names.
  • Improved error reporting for env variable activation (PYTHONHUNTER).
  • Fixed env var activator (the .pth file) installation with setup.py install (the "egg installs") and
    setup.py develop/pip install -e (the "egg links").

Installation

pip install hunter==0.2.0