.gitignore
DEVELOPING.md
LICENSE.md
Makefile
README.md
pyproject.toml
requirements-dev.txt
setup.py
.github/CODEOWNERS
.github/workflows/pre-release.yml
.github/workflows/release.yml
.vscode/.markdownlint.yaml
.vscode/extensions.json
.vscode/settings.json
docs/.buildinfo
docs/.nojekyll
docs/genindex.html
docs/index.html
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/_modules/index.html
docs/_modules/talkgooder.html
docs/_sources/index.rst.txt
docs/_static/_sphinx_javascript_frameworks_compat.js
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/sphinx_highlight.js
docs/_static/style.css
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/js/badge_only.js
docs/_static/js/html5shiv-printshiv.min.js
docs/_static/js/html5shiv.min.js
docs/_static/js/theme.js
docsrc/Makefile
docsrc/conf.py
docsrc/index.rst
docsrc/make.bat
docsrc/_static/style.css
docsrc/_templates/layout.html
src/talkgooder/__init__.py
src/talkgooder/talkgooder.py
src/talkgooder.egg-info/PKG-INFO
src/talkgooder.egg-info/SOURCES.txt
src/talkgooder.egg-info/dependency_links.txt
src/talkgooder.egg-info/top_level.txt
tests/test_aAn.py
tests/test_isAre.py
tests/test_num2word.py
tests/test_plural.py
tests/test_possessive.py