Skip to content

v0.1.2

Compare
Choose a tag to compare
@dbieber dbieber released this 29 Aug 17:41
· 258 commits to master since this release

Improvements

  • IPython is fully optional! [#7]
    Now Fire's only dependency is six (the Python 2, 3 compatibility module) which is fairly light weight.
    If you use Fire without IPython, we call it "Fire Lite." Pun intended.
  • The command argument accepts lists [#53]
    fire.Fire's optional command argument now accepts either a sequence of arguments or a single string.
    Previously the command argument only accepted a string.
  • New mkdocs documentation
    We've started using mkdocs for documentation. The documentation is available at https://google.github.io/python-fire.
  • Packaging improvements: the license file is now included in the release.
  • Output is no longer force converted to ASCII.