DazzleTreeLib is the first Python library with a universal adapter system for tree traversal, providing both synchronous and asynchronous tree traversal with a universal interface. Currently optimized ...
Run the full test suite with coverage: python -m pytest --cov=file_search_tool --cov-report=term-missing Lint and type-check (also run in CI): ruff check file_search_tool tests mypy file_search_tool ...