.coveralls.yml
.env
.gitignore
.hgignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.pth
.readthedocs.yaml
.secrets.baseline
CHANGELOG.rst
CODE_OF_CONDUCT.md
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
CREDITS.rst
LICENSE.rst
LICENSE_GPL2.0.txt
LICENSE_LGPL_2.1.txt
LICENSE_MPL_1.1.txt
MANIFEST.in
Makefile
README.rst
SECURITY.md
SECURITY.rst
conftest.py
pyproject.toml
requirements.txt
runtests.py
setup.cfg
setup.py
shell.py
tox.ini
tox_multi.ini
.github/workflows/test.yml
benchmarks/README.rst
benchmarks/__init__.py
benchmarks/constants.py
benchmarks/factories.py
benchmarks/fallbacks.py
benchmarks/profile.py
docs/Makefile
docs/changelog.rst
docs/code_of_conduct.rst
docs/conf.py
docs/conf.py.distrib
docs/contributor_guidelines.rst
docs/documentation.rst
docs/index.rst
docs/index.rst.distrib
docs/llms.rst
docs/make.bat
docs/security.rst
docs/source_tree.rst
docs/tld.rst
examples/README.rst
examples/__init__.py
examples/custom_tld_names_source/__init__.py
examples/custom_tld_names_source/example.py
examples/custom_tld_names_source/parser.py
examples/custom_tld_names_source/res/effective_tld_names_custom.dat.txt
examples/gae/__init__.py
examples/gae/data.py
examples/gae/example.py
examples/gae/parser.py
jupyter/README.rst
jupyter/tld.ipynb
requirements/base.in
requirements/base.txt
requirements/bench.in
requirements/bench.txt
requirements/build.in
requirements/build.txt
requirements/code_style.in
requirements/code_style.txt
requirements/debug.in
requirements/debug.txt
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/release.in
requirements/release.txt
requirements/test.in
requirements/test.txt
requirements/testing.in
requirements/testing.txt
scripts/build_deb_package.sh
scripts/generate_project_source_tree.py
scripts/runtests.sh
src/tld/__init__.py
src/tld/base.py
src/tld/conf.py
src/tld/defaults.py
src/tld/exceptions.py
src/tld/helpers.py
src/tld/py.typed
src/tld/registry.py
src/tld/result.py
src/tld/trie.py
src/tld/utils.py
src/tld.egg-info/PKG-INFO
src/tld.egg-info/SOURCES.txt
src/tld.egg-info/dependency_links.txt
src/tld.egg-info/entry_points.txt
src/tld.egg-info/top_level.txt
src/tld/res/effective_tld_names.dat.txt
src/tld/res/effective_tld_names_public_only.dat.txt
src/tld/tests/__init__.py
src/tld/tests/base.py
src/tld/tests/test_commands.py
src/tld/tests/test_core.py
src/tld/tests/test_registry.py
src/tld/tests/res/effective_tld_names_custom.dat.txt