forked from pool/python-fire
5790efab75acef7fa4cba68402b6966b87128765ffbf0e3bdf17cf3e9c0a10ec
- Update to 0.3.0:
* Use Fire on third-party code without making any code changes:
python -m fire <module>
* Docstring parsing fix for all lines are blank f01aad3
* Improved parsing of numpy-style docstrings
* #187 Expose built-in functions from the standard library (e.g. sin, cos)
* #149 Support objects implementing __getattr__
* #205 Fix ctrl-C handling in help screens
* Support functools.wraps and lru_cache decorated functions
* Better support for objects with properties
* Objects with custom __str__ are now treated as Values. E.g. If such an
object appears in a dict, the dict will still print in line-by-line mode
rather than showing a help screen by default.
* Formatting on Windows works properly now
OBS-URL: https://build.opensuse.org/request/show/790723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fire?expand=0&rev=8
Description
No description provided
Languages
RPM Spec
100%