blackduck-heatmap-metrics 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl
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.
- {blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/METADATA +1 -2
- {blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/RECORD +6 -6
- blackduck_metrics/__init__.py +1 -1
- {blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/WHEEL +0 -0
- {blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/entry_points.txt +0 -0
- {blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/top_level.txt +0 -0
{blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: blackduck-heatmap-metrics
|
|
3
|
-
Version: 0.1.
|
|
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
|
{blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/RECORD
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
blackduck_metrics/__init__.py,sha256=
|
|
1
|
+
blackduck_metrics/__init__.py,sha256=aLKl2oL4Ai9GKY-91qF2xWX7DR2YIt0BhKXcRrDuFmM,518
|
|
2
2
|
blackduck_metrics/analyzer.py,sha256=tRK4688NZGjYXK-vdEYirw8AARMIviux65OjzgJuSyo,59757
|
|
3
3
|
blackduck_metrics/cli.py,sha256=zyhcGOpLxH469guBsT0QT1H0On2VCsmFvgDiuFjFEMg,3465
|
|
4
4
|
blackduck_metrics/templates/template.html,sha256=Fqv6X__Bzm0tC5BhuNav2FHI5FNjsA_o7Gch-rYMdCQ,87047
|
|
5
5
|
blackduck_metrics/templates/template_simple.html,sha256=JS25usi_40g7P7kWUgUaxjf4smL0rtvUb51Skkj0uL0,32967
|
|
6
|
-
blackduck_heatmap_metrics-0.1.
|
|
7
|
-
blackduck_heatmap_metrics-0.1.
|
|
8
|
-
blackduck_heatmap_metrics-0.1.
|
|
9
|
-
blackduck_heatmap_metrics-0.1.
|
|
10
|
-
blackduck_heatmap_metrics-0.1.
|
|
6
|
+
blackduck_heatmap_metrics-0.1.8.dist-info/METADATA,sha256=6AhGB0QXTKYToj_U-bZwFkAIK7zggMNy68lgrCrFHsE,13153
|
|
7
|
+
blackduck_heatmap_metrics-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
blackduck_heatmap_metrics-0.1.8.dist-info/entry_points.txt,sha256=_Wpxe8GTIMezNwQeZX4qSW0pMN7HNXPns_yQXjsjIME,57
|
|
9
|
+
blackduck_heatmap_metrics-0.1.8.dist-info/top_level.txt,sha256=_Q_iU18rgbR0OyJuMbe4IL6W7mbESlVjPm1gwLC79GE,18
|
|
10
|
+
blackduck_heatmap_metrics-0.1.8.dist-info/RECORD,,
|
blackduck_metrics/__init__.py
CHANGED
|
@@ -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.
|
|
8
|
+
__version__ = "0.1.8"
|
|
9
9
|
__author__ = "Your Name"
|
|
10
10
|
__email__ = "your.email@example.com"
|
|
11
11
|
|
{blackduck_heatmap_metrics-0.1.7.dist-info → blackduck_heatmap_metrics-0.1.8.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|