.DS_Store
.gitignore
.pre-commit-config.yaml
AGENTS.md
CLAUDE.md
CONTRIBUTING.md
COOKBOOK.md
README.md
mkdocs.yml
pyproject.toml
uv.lock
.claude/settings.json
.github/workflows/ci.yml
.github/workflows/docs.yml
deprecator/.DS_Store
deprecator/__init__.py
deprecator/_deprecations.py
deprecator/_deprecator.py
deprecator/_entrypoints.py
deprecator/_init_command.py
deprecator/_legacy.py
deprecator/_pytest_plugin.py
deprecator/_registry.py
deprecator/_rich_display.py
deprecator/_types.py
deprecator/_warnings.py
deprecator/cli.py
deprecator/py.typed
deprecator/ux.py
deprecator.egg-info/PKG-INFO
deprecator.egg-info/SOURCES.txt
deprecator.egg-info/dependency_links.txt
deprecator.egg-info/entry_points.txt
deprecator.egg-info/requires.txt
deprecator.egg-info/top_level.txt
docs/changelog.md
docs/contributing.md
docs/cookbook.md
docs/getting-started.md
docs/index.md
docs/api/cli.md
docs/api/core.md
docs/api/index.md
docs/api/registry.md
docs/api/warnings.md
docs/examples/basic_deprecation.py
docs/examples/class_deprecation.py
docs/examples/complete_test.py
docs/examples/decorator_usage.py
docs/examples/manual_warning.py
docs/examples/package_setup.py
docs/examples/test_deprecation.py
docs/guides/ci-integration.md
docs/guides/migration.md
docs/guides/testing.md
testing/conftest.py
testing/test_cli.py
testing/test_deprecator.py
testing/test_docs_examples.py
testing/test_entrypoints.py
testing/test_exposed_api.py
testing/test_init_command.py
testing/test_legacy_deprecator.py
testing/test_pytest_plugin.py
testing/test_registry.py
testing/test_rich_display.py
testing/test_warnings.py