blackduck-heatmap-metrics 0.1.7__tar.gz → 0.1.8__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 (25) hide show
  1. {blackduck_heatmap_metrics-0.1.7/blackduck_heatmap_metrics.egg-info → blackduck_heatmap_metrics-0.1.8}/PKG-INFO +1 -2
  2. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/README.md +0 -1
  3. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8/blackduck_heatmap_metrics.egg-info}/PKG-INFO +1 -2
  4. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_metrics/__init__.py +1 -1
  5. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/pyproject.toml +1 -1
  6. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/.gitignore +0 -0
  7. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/INSTALL.md +0 -0
  8. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/MANIFEST.in +0 -0
  9. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_heatmap_metrics.egg-info/SOURCES.txt +0 -0
  10. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_heatmap_metrics.egg-info/dependency_links.txt +0 -0
  11. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_heatmap_metrics.egg-info/entry_points.txt +0 -0
  12. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_heatmap_metrics.egg-info/requires.txt +0 -0
  13. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_heatmap_metrics.egg-info/top_level.txt +0 -0
  14. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_metrics/analyzer.py +0 -0
  15. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_metrics/cli.py +0 -0
  16. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_metrics/templates/template.html +0 -0
  17. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/blackduck_metrics/templates/template_simple.html +0 -0
  18. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/install.ps1 +0 -0
  19. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/main.py +0 -0
  20. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/release.ps1 +0 -0
  21. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/requirements.txt +0 -0
  22. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/setup.cfg +0 -0
  23. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/setup.py +0 -0
  24. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/template.html +0 -0
  25. {blackduck_heatmap_metrics-0.1.7 → blackduck_heatmap_metrics-0.1.8}/template_simple.html +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blackduck-heatmap-metrics
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Black Duck scan heatmap metrics analyzer with interactive visualizations
5
5
  Home-page: https://github.com/yourusername/blackduck-heatmap-metrics
6
6
  Author: Your Name
@@ -65,7 +65,6 @@ Before using this tool, you need to export the heatmap data from your Black Duck
65
65
  - 📅 **Multi-level Filtering**: Filter by file, year, and project
66
66
  - 🔍 **Scan Type Analysis**: Track scan type distribution and evolution over time
67
67
  - ✅ **Success/Failure Metrics**: Monitor scan success rates
68
- - 🎨 **Professional Theme**: Blue gradient design matching Coverity on Polaris
69
68
  - 📱 **Responsive Design**: Works on desktop and mobile devices
70
69
  - 🚀 **Performance Optimized**: Configurable min-scans threshold and skip-detailed mode for large datasets
71
70
  - 📑 **Dual Report Generation**: Creates both full (with filters) and simplified (year-only) reports
@@ -32,7 +32,6 @@ Before using this tool, you need to export the heatmap data from your Black Duck
32
32
  - 📅 **Multi-level Filtering**: Filter by file, year, and project
33
33
  - 🔍 **Scan Type Analysis**: Track scan type distribution and evolution over time
34
34
  - ✅ **Success/Failure Metrics**: Monitor scan success rates
35
- - 🎨 **Professional Theme**: Blue gradient design matching Coverity on Polaris
36
35
  - 📱 **Responsive Design**: Works on desktop and mobile devices
37
36
  - 🚀 **Performance Optimized**: Configurable min-scans threshold and skip-detailed mode for large datasets
38
37
  - 📑 **Dual Report Generation**: Creates both full (with filters) and simplified (year-only) reports
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blackduck-heatmap-metrics
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Black Duck scan heatmap metrics analyzer with interactive visualizations
5
5
  Home-page: https://github.com/yourusername/blackduck-heatmap-metrics
6
6
  Author: Your Name
@@ -65,7 +65,6 @@ Before using this tool, you need to export the heatmap data from your Black Duck
65
65
  - 📅 **Multi-level Filtering**: Filter by file, year, and project
66
66
  - 🔍 **Scan Type Analysis**: Track scan type distribution and evolution over time
67
67
  - ✅ **Success/Failure Metrics**: Monitor scan success rates
68
- - 🎨 **Professional Theme**: Blue gradient design matching Coverity on Polaris
69
68
  - 📱 **Responsive Design**: Works on desktop and mobile devices
70
69
  - 🚀 **Performance Optimized**: Configurable min-scans threshold and skip-detailed mode for large datasets
71
70
  - 📑 **Dual Report Generation**: Creates both full (with filters) and simplified (year-only) reports
@@ -5,7 +5,7 @@ A tool for analyzing Black Duck scan metrics from CSV files in zip archives.
5
5
  Generates interactive HTML dashboards with time series analysis and filtering.
6
6
  """
7
7
 
8
- __version__ = "0.1.7"
8
+ __version__ = "0.1.8"
9
9
  __author__ = "Your Name"
10
10
  __email__ = "your.email@example.com"
11
11
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "blackduck-heatmap-metrics"
7
- version = "0.1.7"
7
+ version = "0.1.8"
8
8
  description = "Black Duck scan heatmap metrics analyzer with interactive visualizations"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"