CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
db/articles.db.gz
db/articles.json.gz
db/concepts.json
db/irregular_verbs.json
db/json-to-db.py
src/.venv/bin/activate_this.py
src/.venv/lib/python3.13/site-packages/_virtualenv.py
src/ordb/__init__.py
src/ordb/__main__.py
src/ordb/articles.db.gz
src/ordb/cli.py
src/ordb/config.py
src/ordb/core.py
src/ordb/display.py
src/ordb/pagination.py
src/ordb/utils.py
src/ordb/wizard.py
src/ordb.egg-info/PKG-INFO
src/ordb.egg-info/SOURCES.txt
src/ordb.egg-info/dependency_links.txt
src/ordb.egg-info/entry_points.txt
src/ordb.egg-info/requires.txt
src/ordb.egg-info/top_level.txt
tests/README.md
tests/test_all_examples_and_config.py
tests/test_character_replacement.py
tests/test_cli_unit.py
tests/test_compact_inflections.py
tests/test_comprehensive_functionality.py
tests/test_config_unit.py
tests/test_config_wizard_completeness.py
tests/test_core_unit.py
tests/test_database_integrity.py
tests/test_display_flags.py
tests/test_display_unit.py
tests/test_etymology_flags.py
tests/test_inflection_flags.py
tests/test_interactive_fuzzy_search.py
tests/test_only_examples_expressions.py
tests/test_pagination.py
tests/test_pagination_unit.py
tests/test_platform_paths.py
tests/test_utils_unit.py
tests/test_wizard_unit.py
tests/test_word_filters.py