1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
NEWS.rst
README.rst
SECURITY.md
mypy.ini
pyproject.toml
pytest.ini
ruff.toml
tea.yaml
towncrier.toml
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/main.yml
docs/conf.py
docs/history.rst
docs/index.rst
inflect/__init__.py
inflect/py.typed
inflect.egg-info/PKG-INFO
inflect.egg-info/SOURCES.txt
inflect.egg-info/dependency_links.txt
inflect.egg-info/requires.txt
inflect.egg-info/top_level.txt
inflect/compat/__init__.py
inflect/compat/py38.py
tests/inflections.txt
tests/test_an.py
tests/test_classical_all.py
tests/test_classical_ancient.py
tests/test_classical_herd.py
tests/test_classical_names.py
tests/test_classical_person.py
tests/test_classical_zero.py
tests/test_compounds.py
tests/test_inflections.py
tests/test_join.py
tests/test_numwords.py
tests/test_pl_si.py
tests/test_pwd.py
tests/test_unicode.py
|