nginx-lens 0.5.0__tar.gz → 0.5.2__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. {nginx_lens-0.5.0/nginx_lens.egg-info → nginx_lens-0.5.2}/PKG-INFO +2 -2
  2. {nginx_lens-0.5.0 → nginx_lens-0.5.2/nginx_lens.egg-info}/PKG-INFO +2 -2
  3. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/nginx_lens.egg-info/requires.txt +1 -1
  4. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/setup.py +2 -2
  5. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/LICENSE +0 -0
  6. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/README.md +0 -0
  7. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/__init__.py +0 -0
  8. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/base.py +0 -0
  9. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/conflicts.py +0 -0
  10. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/dead_locations.py +0 -0
  11. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/diff.py +0 -0
  12. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/duplicates.py +0 -0
  13. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/empty_blocks.py +0 -0
  14. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/include.py +0 -0
  15. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/rewrite.py +0 -0
  16. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/route.py +0 -0
  17. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/unused.py +0 -0
  18. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/analyzer/warnings.py +0 -0
  19. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/__init__.py +0 -0
  20. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/analyze.py +0 -0
  21. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/cli.py +0 -0
  22. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/completion.py +0 -0
  23. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/diff.py +0 -0
  24. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/graph.py +0 -0
  25. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/health.py +0 -0
  26. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/include.py +0 -0
  27. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/logs.py +0 -0
  28. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/metrics.py +0 -0
  29. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/resolve.py +0 -0
  30. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/route.py +0 -0
  31. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/syntax.py +0 -0
  32. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/tree.py +0 -0
  33. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/commands/validate.py +0 -0
  34. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/config/__init__.py +0 -0
  35. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/config/config_loader.py +0 -0
  36. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/exporter/__init__.py +0 -0
  37. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/exporter/csv.py +0 -0
  38. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/exporter/graph.py +0 -0
  39. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/exporter/html.py +0 -0
  40. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/exporter/json_yaml.py +0 -0
  41. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/exporter/markdown.py +0 -0
  42. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/nginx_lens.egg-info/SOURCES.txt +0 -0
  43. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/nginx_lens.egg-info/dependency_links.txt +0 -0
  44. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/nginx_lens.egg-info/entry_points.txt +0 -0
  45. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/nginx_lens.egg-info/top_level.txt +0 -0
  46. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/parser/__init__.py +0 -0
  47. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/parser/nginx_parser.py +0 -0
  48. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/pyproject.toml +0 -0
  49. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/setup.cfg +0 -0
  50. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_conflicts.py +0 -0
  51. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_diff.py +0 -0
  52. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_duplicates.py +0 -0
  53. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_empty_blocks.py +0 -0
  54. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_graph.py +0 -0
  55. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_health.py +0 -0
  56. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_integration.py +0 -0
  57. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_logs.py +0 -0
  58. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_parser.py +0 -0
  59. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_performance.py +0 -0
  60. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_resolve.py +0 -0
  61. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/tests/test_route.py +0 -0
  62. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/upstream_checker/__init__.py +0 -0
  63. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/upstream_checker/checker.py +0 -0
  64. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/upstream_checker/dns_cache.py +0 -0
  65. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/utils/__init__.py +0 -0
  66. {nginx_lens-0.5.0 → nginx_lens-0.5.2}/utils/progress.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nginx-lens
3
- Version: 0.5.0
3
+ Version: 0.5.2
4
4
  Summary: CLI-инструмент для анализа, визуализации и диагностики конфигураций Nginx
5
5
  Author: Daniil Astrouski
6
6
  Author-email: shelovesuastra@gmail.com
@@ -10,7 +10,7 @@ Requires-Dist: typer[all]>=0.9.0
10
10
  Requires-Dist: rich>=13.0.0
11
11
  Requires-Dist: requests>=2.25.0
12
12
  Requires-Dist: dnspython>=2.0.0
13
- Requires-Dist: pyyaml>=6.0
13
+ Requires-Dist: pyyaml>=5.4
14
14
  Provides-Extra: dev
15
15
  Requires-Dist: pytest>=7.0.0; extra == "dev"
16
16
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nginx-lens
3
- Version: 0.5.0
3
+ Version: 0.5.2
4
4
  Summary: CLI-инструмент для анализа, визуализации и диагностики конфигураций Nginx
5
5
  Author: Daniil Astrouski
6
6
  Author-email: shelovesuastra@gmail.com
@@ -10,7 +10,7 @@ Requires-Dist: typer[all]>=0.9.0
10
10
  Requires-Dist: rich>=13.0.0
11
11
  Requires-Dist: requests>=2.25.0
12
12
  Requires-Dist: dnspython>=2.0.0
13
- Requires-Dist: pyyaml>=6.0
13
+ Requires-Dist: pyyaml>=5.4
14
14
  Provides-Extra: dev
15
15
  Requires-Dist: pytest>=7.0.0; extra == "dev"
16
16
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
@@ -2,7 +2,7 @@ typer[all]>=0.9.0
2
2
  rich>=13.0.0
3
3
  requests>=2.25.0
4
4
  dnspython>=2.0.0
5
- pyyaml>=6.0
5
+ pyyaml>=5.4
6
6
 
7
7
  [dev]
8
8
  pytest>=7.0.0
@@ -23,7 +23,7 @@ class PostInstallCommand(install):
23
23
 
24
24
  setup(
25
25
  name="nginx-lens",
26
- version="0.5.0",
26
+ version="0.5.2",
27
27
  description="CLI-инструмент для анализа, визуализации и диагностики конфигураций Nginx",
28
28
  author="Daniil Astrouski",
29
29
  author_email="shelovesuastra@gmail.com",
@@ -34,7 +34,7 @@ setup(
34
34
  "rich>=13.0.0",
35
35
  "requests>=2.25.0",
36
36
  "dnspython>=2.0.0",
37
- "pyyaml>=6.0",
37
+ "pyyaml>=5.4",
38
38
  ],
39
39
  extras_require={
40
40
  "dev": [
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