plumbum v1.6.1 Release Notes

Release Date: 2015-12-18 // over 8 years ago
    • CLI: Application subclasses can now be run directly, instead of calling .run(), to facilitate using as entry points (#237 <https://github.com/tomerfiliba/plumbum/pull/237>_)
    • 0️⃣ CLI: gui_open added to allow easy opening of paths in default gui editor (#239 <https://github.com/tomerfiliba/plumbum/pull/239>_)
    • CLI: More control over help message (#233 <https://github.com/tomerfiliba/plumbum/pull/233>_)
    • Remote: cwd is now stashed to reduce network usage (similar to Plumbum `_)
    • 🛠 Bugfix: Pipelined return codes now give correct attribution (#243 <https://github.com/tomerfiliba/plumbum/pull/243>_)
    • 🛠 Bugfix: Progress works on Python 2.6 (#230 <https://github.com/tomerfiliba/plumbum/issues/230>_)
    • 🛠 Bugfix: Colors now work with more terminals (#231 <https://github.com/tomerfiliba/plumbum/issues/231>_)
    • 🛠 Bugfix: Getting an executable no longer returns a directory (#234 <https://ithub.com/tomerfiliba/plumbum/issues/234>_)
    • 🛠 Bugfix: Iterdir now works on Python <3.5
    • ✅ Testing is now expanded and fully written in Pytest, with coverage reporting.
    • ➕ Added support for Conda ( as of 1.6.2, use the -c conda-forge channel)