mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
python-humanize: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1ba26756d8
commit
fb131be88a
9
package/python-humanize/Config.in
Normal file
9
package/python-humanize/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_HUMANIZE
|
||||
bool "python-humanize"
|
||||
help
|
||||
Python humanize package contains various common humanization
|
||||
utilities, like turning a number into a fuzzy human readable
|
||||
duration ('3 minutes ago') or into a human readable size or
|
||||
throughput.
|
||||
|
||||
http://github.com/jmoiron/humanize
|
||||
Reference in New Issue
Block a user