metripy 0.3.4__tar.gz → 0.3.5__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.

Potentially problematic release.


This version of metripy might be problematic. Click here for more details.

Files changed (103) hide show
  1. {metripy-0.3.4 → metripy-0.3.5}/CHANGELOG.md +5 -0
  2. {metripy-0.3.4/metripy.egg-info → metripy-0.3.5}/PKG-INFO +2 -2
  3. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/File/ConfigFileReaderInterface.py +1 -1
  4. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/TrendsPageRenderer.py +23 -0
  5. {metripy-0.3.4 → metripy-0.3.5/metripy.egg-info}/PKG-INFO +2 -2
  6. {metripy-0.3.4 → metripy-0.3.5}/metripy.egg-info/requires.txt +1 -1
  7. {metripy-0.3.4 → metripy-0.3.5}/pyproject.toml +2 -2
  8. {metripy-0.3.4 → metripy-0.3.5}/LICENSE +0 -0
  9. {metripy-0.3.4 → metripy-0.3.5}/MANIFEST.in +0 -0
  10. {metripy-0.3.4 → metripy-0.3.5}/README.md +0 -0
  11. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Analyzer.py +0 -0
  12. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Application.py +0 -0
  13. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/Config.py +0 -0
  14. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/File/ConfigFileReaderFactory.py +0 -0
  15. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/File/JsonConfigFileReader.py +0 -0
  16. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/File/YamlConfigFileReader.py +0 -0
  17. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/GitConfig.py +0 -0
  18. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/Parser.py +0 -0
  19. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/ProjectConfig.py +0 -0
  20. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Config/ReportConfig.py +0 -0
  21. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/Info.py +0 -0
  22. {metripy-0.3.4 → metripy-0.3.5}/metripy/Application/__init__.py +0 -0
  23. {metripy-0.3.4 → metripy-0.3.5}/metripy/Component/Debug/Debugger.py +0 -0
  24. {metripy-0.3.4 → metripy-0.3.5}/metripy/Component/File/Finder.py +0 -0
  25. {metripy-0.3.4 → metripy-0.3.5}/metripy/Component/Output/CliOutput.py +0 -0
  26. {metripy-0.3.4 → metripy-0.3.5}/metripy/Component/Output/ProgressBar.py +0 -0
  27. {metripy-0.3.4 → metripy-0.3.5}/metripy/Dependency/Composer/Composer.py +0 -0
  28. {metripy-0.3.4 → metripy-0.3.5}/metripy/Dependency/Composer/Packegist.py +0 -0
  29. {metripy-0.3.4 → metripy-0.3.5}/metripy/Dependency/Dependency.py +0 -0
  30. {metripy-0.3.4 → metripy-0.3.5}/metripy/Dependency/Npm/Npm.py +0 -0
  31. {metripy-0.3.4 → metripy-0.3.5}/metripy/Dependency/Npm/NpmOrg.py +0 -0
  32. {metripy-0.3.4 → metripy-0.3.5}/metripy/Dependency/Pip/Pip.py +0 -0
  33. {metripy-0.3.4 → metripy-0.3.5}/metripy/Dependency/Pip/PyPi.py +0 -0
  34. {metripy-0.3.4 → metripy-0.3.5}/metripy/Git/GitAnalyzer.py +0 -0
  35. {metripy-0.3.4 → metripy-0.3.5}/metripy/Import/Json/JsonImporter.py +0 -0
  36. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/AbstractLangAnalyzer.py +0 -0
  37. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Generic/HalSteadAnalyzer.py +0 -0
  38. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Generic/__init__.py +0 -0
  39. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Php/PhpAnalyzer.py +0 -0
  40. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Php/PhpBasicAstParser.py +0 -0
  41. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Php/PhpBasicLocAnalyzer.py +0 -0
  42. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Php/PhpHalSteadAnalyzer.py +0 -0
  43. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Python/PythonAnalyzer.py +0 -0
  44. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Python/PythonHalSteadAnalyzer.py +0 -0
  45. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Typescript/TypescriptAnalyzer.py +0 -0
  46. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Typescript/TypescriptAstParser.py +0 -0
  47. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Typescript/TypescriptBasicComplexityAnalyzer.py +0 -0
  48. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Typescript/TypescriptBasicLocAnalyzer.py +0 -0
  49. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/Typescript/TypescriptHalSteadAnalyzer.py +0 -0
  50. {metripy-0.3.4 → metripy-0.3.5}/metripy/LangAnalyzer/__init__.py +0 -0
  51. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Code/AggregatedMetrics.py +0 -0
  52. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Code/FileMetrics.py +0 -0
  53. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Code/ModuleMetrics.py +0 -0
  54. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Code/SegmentedMetrics.py +0 -0
  55. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Code/Segmentor.py +0 -0
  56. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/FileTree/FileTree.py +0 -0
  57. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/FileTree/FileTreeParser.py +0 -0
  58. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Git/GitCodeHotspot.py +0 -0
  59. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Git/GitContributor.py +0 -0
  60. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Git/GitKnowledgeSilo.py +0 -0
  61. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Git/GitMetrics.py +0 -0
  62. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/ProjectMetrics.py +0 -0
  63. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Trend/AggregatedTrendMetric.py +0 -0
  64. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Trend/ClassTrendMetric.py +0 -0
  65. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Trend/FileTrendMetric.py +0 -0
  66. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Trend/FunctionTrendMetric.py +0 -0
  67. {metripy-0.3.4 → metripy-0.3.5}/metripy/Metric/Trend/SegmentedTrendMetric.py +0 -0
  68. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Csv/Reporter.py +0 -0
  69. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/DependencyPageRenderer.py +0 -0
  70. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/FilesPageRenderer.py +0 -0
  71. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/GitAnalysisPageRenderer.py +0 -0
  72. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/IndexPageRenderer.py +0 -0
  73. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/PageRenderer.py +0 -0
  74. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/PageRendererFactory.py +0 -0
  75. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/Reporter.py +0 -0
  76. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Html/TopOffendersPageRenderer.py +0 -0
  77. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Json/AbstractJsonReporter.py +0 -0
  78. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Json/GitJsonReporter.py +0 -0
  79. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/Json/JsonReporter.py +0 -0
  80. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/ReporterFactory.py +0 -0
  81. {metripy-0.3.4 → metripy-0.3.5}/metripy/Report/ReporterInterface.py +0 -0
  82. {metripy-0.3.4 → metripy-0.3.5}/metripy/Tree/ClassNode.py +0 -0
  83. {metripy-0.3.4 → metripy-0.3.5}/metripy/Tree/FunctionNode.py +0 -0
  84. {metripy-0.3.4 → metripy-0.3.5}/metripy/Tree/ModuleNode.py +0 -0
  85. {metripy-0.3.4 → metripy-0.3.5}/metripy/Trend/TrendAnalyzer.py +0 -0
  86. {metripy-0.3.4 → metripy-0.3.5}/metripy/__init__.py +0 -0
  87. {metripy-0.3.4 → metripy-0.3.5}/metripy/metripy.py +0 -0
  88. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/css/styles.css +0 -0
  89. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/dependencies.html +0 -0
  90. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/files.html +0 -0
  91. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/git_analysis.html +0 -0
  92. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/images/logo.svg +0 -0
  93. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/index.html +0 -0
  94. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/js/charts.js +0 -0
  95. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/js/dashboard.js +0 -0
  96. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/js/git_analysis.js +0 -0
  97. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/top_offenders.html +0 -0
  98. {metripy-0.3.4 → metripy-0.3.5}/metripy/templates/html_report/trends.html +0 -0
  99. {metripy-0.3.4 → metripy-0.3.5}/metripy.egg-info/SOURCES.txt +0 -0
  100. {metripy-0.3.4 → metripy-0.3.5}/metripy.egg-info/dependency_links.txt +0 -0
  101. {metripy-0.3.4 → metripy-0.3.5}/metripy.egg-info/entry_points.txt +0 -0
  102. {metripy-0.3.4 → metripy-0.3.5}/metripy.egg-info/top_level.txt +0 -0
  103. {metripy-0.3.4 → metripy-0.3.5}/setup.cfg +0 -0
@@ -1,3 +1,8 @@
1
+ # v0.3.5
2
+ - Bump templater version
3
+ - Fix path resolving
4
+ - Fix error during trends rendering
5
+
1
6
  # v0.3.4
2
7
  - Fix version info after install
3
8
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metripy
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: A Python tool to generate multi project, multi language code metric reports
5
5
  Author-email: Yannick Zimmermann <yannick.zimmermann@proton.me>
6
6
  License: MIT
@@ -19,7 +19,7 @@ Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
20
  Requires-Dist: lizard==1.18.0
21
21
  Requires-Dist: GitPython==3.1.45
22
- Requires-Dist: py-template-engine>=0.1.0
22
+ Requires-Dist: py-template-engine>=0.2.6
23
23
  Requires-Dist: radon==6.0.1
24
24
  Requires-Dist: requests==2.32.5
25
25
  Requires-Dist: packaging==25.0
@@ -16,7 +16,7 @@ class ConfigFileReaderInterface(ABC):
16
16
  pass
17
17
 
18
18
  def resolve_path(self, path: str) -> str:
19
- return os.path.join(os.path.dirname(self.filename), path)
19
+ return path
20
20
 
21
21
  def parse_data(self, data: dict, config: Config) -> None:
22
22
  # configs
@@ -22,6 +22,29 @@ class TrendsPageRenderer(PageRenderer):
22
22
  }
23
23
 
24
24
  def render(self, metrics: ProjectMetrics):
25
+ if metrics.total_code_metrics.trend is None:
26
+ self.render_template(
27
+ "trends.html",
28
+ {
29
+ "has_trend_data": False,
30
+ "trend_data": {
31
+ "top_improved_complexity": [],
32
+ "top_improved_maintainability": [],
33
+ "top_worsened_complexity": [],
34
+ "top_worsened_maintainability": [],
35
+ "loc_segments_current": {},
36
+ "loc_segments_prev": {},
37
+ "complexity_segments_current": {},
38
+ "complexity_segments_prev": {},
39
+ "maintainability_segments_current": {},
40
+ "maintainability_segments_prev": {},
41
+ "method_size_segments_current": {},
42
+ "method_size_segments_prev": {},
43
+ },
44
+ },
45
+ )
46
+ return
47
+
25
48
  # Top improved complexity (complexity went down - negative delta)
26
49
  top_improved_complexity = [
27
50
  x
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metripy
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: A Python tool to generate multi project, multi language code metric reports
5
5
  Author-email: Yannick Zimmermann <yannick.zimmermann@proton.me>
6
6
  License: MIT
@@ -19,7 +19,7 @@ Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
20
  Requires-Dist: lizard==1.18.0
21
21
  Requires-Dist: GitPython==3.1.45
22
- Requires-Dist: py-template-engine>=0.1.0
22
+ Requires-Dist: py-template-engine>=0.2.6
23
23
  Requires-Dist: radon==6.0.1
24
24
  Requires-Dist: requests==2.32.5
25
25
  Requires-Dist: packaging==25.0
@@ -1,6 +1,6 @@
1
1
  lizard==1.18.0
2
2
  GitPython==3.1.45
3
- py-template-engine>=0.1.0
3
+ py-template-engine>=0.2.6
4
4
  radon==6.0.1
5
5
  requests==2.32.5
6
6
  packaging==25.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "metripy"
7
- version = "0.3.4"
7
+ version = "0.3.5"
8
8
  description = "A Python tool to generate multi project, multi language code metric reports"
9
9
  authors = [
10
10
  {name = "Yannick Zimmermann", email = "yannick.zimmermann@proton.me"}
@@ -37,7 +37,7 @@ classifiers = [
37
37
  dependencies = [
38
38
  "lizard==1.18.0",
39
39
  "GitPython==3.1.45",
40
- "py-template-engine>=0.1.0",
40
+ "py-template-engine>=0.2.6",
41
41
  "radon==6.0.1",
42
42
  "requests==2.32.5",
43
43
  "packaging==25.0",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes