.gitignore
.pre-commit-config.yaml
.travis.yml
LICENCE
README.md
setup.cfg
setup.py
tox.ini
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/test.yml
src/humanize/__init__.py
src/humanize/compat.py
src/humanize/filesize.py
src/humanize/i18n.py
src/humanize/number.py
src/humanize/time.py
src/humanize.egg-info/PKG-INFO
src/humanize.egg-info/SOURCES.txt
src/humanize.egg-info/dependency_links.txt
src/humanize.egg-info/not-zip-safe
src/humanize.egg-info/requires.txt
src/humanize.egg-info/top_level.txt
src/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
src/humanize/locale/de_DE/LC_MESSAGES/humanize.po
src/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
src/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
src/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
src/humanize/locale/fi_FI/LC_MESSAGES/humanize.po
src/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
src/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
src/humanize/locale/id_ID/LC_MESSAGES/humanize.mo
src/humanize/locale/id_ID/LC_MESSAGES/humanize.po
src/humanize/locale/it_IT/LC_MESSAGES/humanize.mo
src/humanize/locale/it_IT/LC_MESSAGES/humanize.po
src/humanize/locale/ja_JP/LC_MESSAGES/humanize.mo
src/humanize/locale/ja_JP/LC_MESSAGES/humanize.po
src/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo
src/humanize/locale/ko_KR/LC_MESSAGES/humanize.po
src/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo
src/humanize/locale/nl_NL/LC_MESSAGES/humanize.po
src/humanize/locale/pt_BR/LC_MESSAGES/humanize.mo
src/humanize/locale/pt_BR/LC_MESSAGES/humanize.po
src/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo
src/humanize/locale/ru_RU/LC_MESSAGES/humanize.po
src/humanize/locale/sk_SK/LC_MESSAGES/humanize.mo
src/humanize/locale/sk_SK/LC_MESSAGES/humanize.po
src/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo
src/humanize/locale/tr_TR/LC_MESSAGES/humanize.po
src/humanize/locale/vi_VI/LC_MESSAGES/humanize.mo
src/humanize/locale/vi_VI/LC_MESSAGES/humanize.po
src/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo
src/humanize/locale/zh_CN/LC_MESSAGES/humanize.po
tests/__init__.py
tests/base.py
tests/test_filesize.py
tests/test_i18n.py
tests/test_number.py
tests/test_time.py