deadpush 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. {deadpush-0.2.0 → deadpush-0.2.1}/CHANGELOG.md +3 -0
  2. {deadpush-0.2.0 → deadpush-0.2.1}/PKG-INFO +2 -3
  3. deadpush-0.2.1/deadpush/__init__.py +1 -0
  4. {deadpush-0.2.0 → deadpush-0.2.1}/pyproject.toml +2 -2
  5. deadpush-0.2.0/deadpush/__init__.py +0 -1
  6. {deadpush-0.2.0 → deadpush-0.2.1}/.github/workflows/ci.yml +0 -0
  7. {deadpush-0.2.0 → deadpush-0.2.1}/.github/workflows/python-publish.yml +0 -0
  8. {deadpush-0.2.0 → deadpush-0.2.1}/.gitignore +0 -0
  9. {deadpush-0.2.0 → deadpush-0.2.1}/AGENT.md +0 -0
  10. {deadpush-0.2.0 → deadpush-0.2.1}/CODE_OF_CONDUCT.md +0 -0
  11. {deadpush-0.2.0 → deadpush-0.2.1}/CONTRIBUTING.md +0 -0
  12. {deadpush-0.2.0 → deadpush-0.2.1}/LICENSE +0 -0
  13. {deadpush-0.2.0 → deadpush-0.2.1}/README.md +0 -0
  14. {deadpush-0.2.0 → deadpush-0.2.1}/action.yml +0 -0
  15. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/churn.py +0 -0
  16. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/cli.py +0 -0
  17. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/comments.py +0 -0
  18. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/complexity.py +0 -0
  19. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/config.py +0 -0
  20. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/crawler.py +0 -0
  21. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/deadness.py +0 -0
  22. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/debris.py +0 -0
  23. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/deps.py +0 -0
  24. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/deps_guard.py +0 -0
  25. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/entrypoints.py +0 -0
  26. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/graph.py +0 -0
  27. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/guard.py +0 -0
  28. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/hooks.py +0 -0
  29. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/importgraph.py +0 -0
  30. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/imports.py +0 -0
  31. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/intercept.py +0 -0
  32. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/__init__.py +0 -0
  33. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/base.py +0 -0
  34. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/cpp.py +0 -0
  35. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/go_.py +0 -0
  36. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/java.py +0 -0
  37. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/javascript.py +0 -0
  38. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/python_.py +0 -0
  39. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/rust.py +0 -0
  40. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/languages/typescript.py +0 -0
  41. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/layers.py +0 -0
  42. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/mcp_server.py +0 -0
  43. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/reachability.py +0 -0
  44. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/registration.py +0 -0
  45. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/report.py +0 -0
  46. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/rules.py +0 -0
  47. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/sarif.py +0 -0
  48. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/scorer.py +0 -0
  49. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/security.py +0 -0
  50. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/session.py +0 -0
  51. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/tests.py +0 -0
  52. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/ui.py +0 -0
  53. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/verifier.py +0 -0
  54. {deadpush-0.2.0 → deadpush-0.2.1}/deadpush/watch.py +0 -0
  55. {deadpush-0.2.0 → deadpush-0.2.1}/scripts/full_e2e_test.py +0 -0
  56. {deadpush-0.2.0 → deadpush-0.2.1}/tests/__init__.py +0 -0
  57. {deadpush-0.2.0 → deadpush-0.2.1}/tests/conftest.py +0 -0
  58. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_comments.py +0 -0
  59. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_deps_guard.py +0 -0
  60. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_exhaustive.py +0 -0
  61. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_intercept_guardrails.py +0 -0
  62. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_layers.py +0 -0
  63. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_mcp.py +0 -0
  64. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_real_repo_e2e.py +0 -0
  65. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_rules.py +0 -0
  66. {deadpush-0.2.0 → deadpush-0.2.1}/tests/test_tests_analyzer.py +0 -0
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2026-06-24)
4
+ - Made watchdog as a required dependency to fix the bug on deadpush watch command
5
+
3
6
  ## 0.2.0 (2026-06-22)
4
7
 
5
8
  - Initial public release.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deadpush
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Guardrails for the vibe coding era — reachability-based dead code detection + semantic debris detection with pre-push git hooks
5
5
  Project-URL: Homepage, https://github.com/harris-ahmad/deadpush
6
6
  Project-URL: Source, https://github.com/harris-ahmad/deadpush
@@ -27,6 +27,7 @@ Requires-Dist: tree-sitter-python>=0.23.0
27
27
  Requires-Dist: tree-sitter-rust>=0.23.0
28
28
  Requires-Dist: tree-sitter-typescript>=0.23.0
29
29
  Requires-Dist: tree-sitter>=0.23.0
30
+ Requires-Dist: watchdog>=4.0.0
30
31
  Provides-Extra: anthropic
31
32
  Requires-Dist: anthropic>=0.45.0; extra == 'anthropic'
32
33
  Provides-Extra: dev
@@ -36,8 +37,6 @@ Requires-Dist: ruff>=0.4; extra == 'dev'
36
37
  Requires-Dist: watchdog>=4.0.0; extra == 'dev'
37
38
  Provides-Extra: rich
38
39
  Requires-Dist: rich>=13.7.0; extra == 'rich'
39
- Provides-Extra: watch
40
- Requires-Dist: watchdog>=4.0.0; extra == 'watch'
41
40
  Description-Content-Type: text/markdown
42
41
 
43
42
  # deadpush
@@ -0,0 +1 @@
1
+ __version__ = "0.2.1"
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "deadpush"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "Guardrails for the vibe coding era — reachability-based dead code detection + semantic debris detection with pre-push git hooks"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -32,12 +32,12 @@ dependencies = [
32
32
  "tree-sitter-javascript>=0.23.0",
33
33
  "tree-sitter-java>=0.23.0",
34
34
  "pathspec>=0.12.1",
35
+ "watchdog>=4.0.0",
35
36
  ]
36
37
 
37
38
  [project.optional-dependencies]
38
39
  rich = ["rich>=13.7.0"]
39
40
  anthropic = ["anthropic>=0.45.0"]
40
- watch = ["watchdog>=4.0.0"]
41
41
  dev = ["pytest>=8.0", "ruff>=0.4", "rich>=13.7.0", "watchdog>=4.0.0"]
42
42
 
43
43
  [project.scripts]
@@ -1 +0,0 @@
1
- __version__ = "0.2.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes