hexproxy 0.2.2__tar.gz → 0.2.3__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 (32) hide show
  1. {hexproxy-0.2.2/src/hexproxy.egg-info → hexproxy-0.2.3}/PKG-INFO +1 -1
  2. {hexproxy-0.2.2 → hexproxy-0.2.3}/pyproject.toml +1 -1
  3. {hexproxy-0.2.2 → hexproxy-0.2.3/src/hexproxy.egg-info}/PKG-INFO +1 -1
  4. {hexproxy-0.2.2 → hexproxy-0.2.3}/LICENSE +0 -0
  5. {hexproxy-0.2.2 → hexproxy-0.2.3}/README.md +0 -0
  6. {hexproxy-0.2.2 → hexproxy-0.2.3}/setup.cfg +0 -0
  7. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/__init__.py +0 -0
  8. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/__main__.py +0 -0
  9. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/app.py +0 -0
  10. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/bodyview.py +0 -0
  11. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/certs.py +0 -0
  12. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/clipboard.py +0 -0
  13. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/extensions.py +0 -0
  14. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/mcp.py +0 -0
  15. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/models.py +0 -0
  16. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/preferences.py +0 -0
  17. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/proxy.py +0 -0
  18. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/store.py +0 -0
  19. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/themes.py +0 -0
  20. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy/tui.py +0 -0
  21. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy.egg-info/SOURCES.txt +0 -0
  22. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy.egg-info/dependency_links.txt +0 -0
  23. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy.egg-info/entry_points.txt +0 -0
  24. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy.egg-info/requires.txt +0 -0
  25. {hexproxy-0.2.2 → hexproxy-0.2.3}/src/hexproxy.egg-info/top_level.txt +0 -0
  26. {hexproxy-0.2.2 → hexproxy-0.2.3}/tests/test_app.py +0 -0
  27. {hexproxy-0.2.2 → hexproxy-0.2.3}/tests/test_bodyview.py +0 -0
  28. {hexproxy-0.2.2 → hexproxy-0.2.3}/tests/test_clipboard.py +0 -0
  29. {hexproxy-0.2.2 → hexproxy-0.2.3}/tests/test_extensions.py +0 -0
  30. {hexproxy-0.2.2 → hexproxy-0.2.3}/tests/test_proxy.py +0 -0
  31. {hexproxy-0.2.2 → hexproxy-0.2.3}/tests/test_store.py +0 -0
  32. {hexproxy-0.2.2 → hexproxy-0.2.3}/tests/test_themes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hexproxy
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: HTTP interception proxy with a terminal-first TUI.
5
5
  Author-email: SecureHex <contacto@securehex.cl>
6
6
  Maintainer-email: Matías Tillerías <contacto@securehex.cl>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hexproxy"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "HTTP interception proxy with a terminal-first TUI."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hexproxy
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: HTTP interception proxy with a terminal-first TUI.
5
5
  Author-email: SecureHex <contacto@securehex.cl>
6
6
  Maintainer-email: Matías Tillerías <contacto@securehex.cl>
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