A Python library to convert from human-readable values to Python values
https://github.com/thombashi/humanreadable
humanreadable is a Python library to convert from human-readable
values to Python values.
- 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:Factory:Rebuild/python-humanreadable && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
humanreadable-0.4.0.tar.gz | 0000034493 33.7 KB | |
python-humanreadable.changes | 0000001341 1.31 KB | |
python-humanreadable.spec | 0000001926 1.88 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1131749
from
Dirk Mueller (dirkmueller)
(revision 3)
- update to 0.4.0: * Add `to_humanreadable` method to `BitsPerSecond` class * Fix `to_humanreadable` method failed when the value is over 1 day: #2 (Thanks to @giobri) * Fix `__all__` in `__init__.py` * Drop support for Python 3.6 * Improve type annotations * Modify to use `pypa/build` for package build - update to 0.3.0: * Add additional formats support for `BitPerSecond` class * Add `__add__` method to `BitPerSecond` and `Time` classes * Add `BitsPerSecond` class that is an alias of the `BitPerSecond` class * Add `to_humanreadable` method to the `Time` class - update to 0.2.0: * Add support for Python 3.10/3.11 * Drop support for Python 3.5 * Change `BitPerSecond.bps` property type from `int` to `float` * Add type annotations * Update requirements
Comments 0