python-fire
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-fire && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fire-0.3.0.tar.gz | 0000081223 79.3 KB | |
python-fire.changes | 0000003997 3.9 KB | |
python-fire.spec | 0000002029 1.98 KB | |
subpoint-usage-test.patch | 0000000649 649 Bytes |
Revision 8 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 790723
from
Steve Kowalik (StevenK)
(revision 8)
- 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
Comments 0