mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-04 06:33:54 -09:00
https://github.com/python-humanize/humanize/releases Updated project URL according to https://pypi.org/project/humanize/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
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.
|
|
|
|
https://github.com/python-humanize/humanize
|