.gitignore .pre-commit-config.yaml .readthedocs.yml LICENCE MANIFEST.in README.md RELEASING.md mkdocs.yml pyproject.toml setup.cfg setup.py tox.ini .github/CONTRIBUTING.md .github/FUNDING.md .github/ISSUE_TEMPLATE.md .github/PULL_REQUEST_TEMPLATE.md .github/SECURITY.md .github/labels.yml .github/release-drafter.yml .github/workflows/docs.yml .github/workflows/labels.yml .github/workflows/lint.yml .github/workflows/release-drafter.yml .github/workflows/test.yml docs/filesize.md docs/i18n.md docs/index.md docs/number.md docs/requirements.txt docs/time.md scripts/generate-translation-binaries.sh scripts/update-translations.sh src/humanize/__init__.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/bn_BD/LC_MESSAGES/humanize.mo src/humanize/locale/bn_BD/LC_MESSAGES/humanize.po src/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo src/humanize/locale/ca_ES/LC_MESSAGES/humanize.po src/humanize/locale/de_DE/LC_MESSAGES/humanize.mo src/humanize/locale/de_DE/LC_MESSAGES/humanize.po src/humanize/locale/es_ES/LC_MESSAGES/humanize.mo src/humanize/locale/es_ES/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/pl_PL/LC_MESSAGES/humanize.mo src/humanize/locale/pl_PL/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/pt_PT/LC_MESSAGES/humanize.mo src/humanize/locale/pt_PT/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/sl_SI/LC_MESSAGES/humanize.mo src/humanize/locale/sl_SI/LC_MESSAGES/humanize.po src/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo src/humanize/locale/sv_SE/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/uk_UA/LC_MESSAGES/humanize.mo src/humanize/locale/uk_UA/LC_MESSAGES/humanize.po src/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo src/humanize/locale/vi_VN/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/test_filesize.py tests/test_i18n.py tests/test_number.py tests/test_time.py