Python Fire v0.1.2 Release Notes

Release Date: 2017-08-29 // over 6 years ago
  • 👌 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.