git-analytics-cli 0.1.4__tar.gz → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-analytics-cli
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Local-first Git habit analytics — scan your repos, get a developer persona and health report
5
5
  Author: Git Analytics Contributors
6
6
  License-Expression: MIT
@@ -304,8 +304,8 @@ def generate_report(data):
304
304
 
305
305
  # Habit Score
306
306
  score_dims = [
307
- ('提交粒度', habit_score['granularity'], 30),
308
- ('测试意识', habit_score['test_awareness'], 20),
307
+ ('提交粒度', habit_score['granularity'], 40),
308
+ ('测试意识', habit_score['test_awareness'], 10),
309
309
  ('文档意识', habit_score['doc_awareness'], 15),
310
310
  ('作息规律', habit_score['schedule'], 20),
311
311
  ('项目聚焦', habit_score['focus'], 15),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-analytics-cli
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Local-first Git habit analytics — scan your repos, get a developer persona and health report
5
5
  Author: Git Analytics Contributors
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "git-analytics-cli"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "Local-first Git habit analytics — scan your repos, get a developer persona and health report"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"