commitpulse 0.1.0__tar.gz → 0.1.1__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.
- {commitpulse-0.1.0/commitpulse.egg-info → commitpulse-0.1.1}/PKG-INFO +12 -3
- commitpulse-0.1.0/PKG-INFO → commitpulse-0.1.1/README.md +7 -10
- commitpulse-0.1.0/README.md → commitpulse-0.1.1/commitpulse.egg-info/PKG-INFO +19 -1
- {commitpulse-0.1.0 → commitpulse-0.1.1}/pyproject.toml +7 -2
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse/__init__.py +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse/analyzer.py +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse/main.py +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse/renderer.py +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse.egg-info/SOURCES.txt +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse.egg-info/dependency_links.txt +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse.egg-info/entry_points.txt +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse.egg-info/requires.txt +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/commitpulse.egg-info/top_level.txt +0 -0
- {commitpulse-0.1.0 → commitpulse-0.1.1}/setup.cfg +0 -0
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: commitpulse
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Premium Git repository analytics and dashboard generator
|
|
5
|
-
Author:
|
|
5
|
+
Author: Samuel Olubukun
|
|
6
|
+
Project-URL: Homepage, https://github.com/samolubukun/commitpulse
|
|
7
|
+
Project-URL: Repository, https://github.com/samolubukun/commitpulse
|
|
8
|
+
Project-URL: Issues, https://github.com/samolubukun/commitpulse/issues
|
|
6
9
|
Requires-Python: >=3.7
|
|
7
10
|
Description-Content-Type: text/markdown
|
|
8
11
|
Requires-Dist: requests>=2.31.0
|
|
9
12
|
|
|
10
|
-
# Commit Pulse
|
|
13
|
+
# Commit Pulse 💎
|
|
14
|
+
A premium, high-fidelity Git repository analytics engine and dashboard generator. Built for engineers who care about their legacy.
|
|
15
|
+
|
|
16
|
+
- **Author**: Samuel Olubukun
|
|
17
|
+
- **Repository**: [github.com/samolubukun/commitpulse](https://github.com/samolubukun/commitpulse)
|
|
18
|
+
- **License**: MIT
|
|
19
|
+
- **Tech Stack**: Python, Jinja2, Chart.js (Local); Next.js, Neon DB, Tailwind CSS (Cloud)
|
|
11
20
|
|
|
12
21
|
Commit Pulse is a powerful, locally-first CLI tool that generates high-fidelity engineering dashboards for your Git repositories. It analyzes your development ecosystem, visualizes commit intensity heatmaps, and identifies top contributors using real GitHub profiles.
|
|
13
22
|
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Requires-Dist: requests>=2.31.0
|
|
9
|
-
|
|
10
|
-
# Commit Pulse 🚀
|
|
1
|
+
# Commit Pulse 💎
|
|
2
|
+
A premium, high-fidelity Git repository analytics engine and dashboard generator. Built for engineers who care about their legacy.
|
|
3
|
+
|
|
4
|
+
- **Author**: Samuel Olubukun
|
|
5
|
+
- **Repository**: [github.com/samolubukun/commitpulse](https://github.com/samolubukun/commitpulse)
|
|
6
|
+
- **License**: MIT
|
|
7
|
+
- **Tech Stack**: Python, Jinja2, Chart.js (Local); Next.js, Neon DB, Tailwind CSS (Cloud)
|
|
11
8
|
|
|
12
9
|
Commit Pulse is a powerful, locally-first CLI tool that generates high-fidelity engineering dashboards for your Git repositories. It analyzes your development ecosystem, visualizes commit intensity heatmaps, and identifies top contributors using real GitHub profiles.
|
|
13
10
|
|
|
@@ -1,4 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: commitpulse
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: Premium Git repository analytics and dashboard generator
|
|
5
|
+
Author: Samuel Olubukun
|
|
6
|
+
Project-URL: Homepage, https://github.com/samolubukun/commitpulse
|
|
7
|
+
Project-URL: Repository, https://github.com/samolubukun/commitpulse
|
|
8
|
+
Project-URL: Issues, https://github.com/samolubukun/commitpulse/issues
|
|
9
|
+
Requires-Python: >=3.7
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: requests>=2.31.0
|
|
12
|
+
|
|
13
|
+
# Commit Pulse 💎
|
|
14
|
+
A premium, high-fidelity Git repository analytics engine and dashboard generator. Built for engineers who care about their legacy.
|
|
15
|
+
|
|
16
|
+
- **Author**: Samuel Olubukun
|
|
17
|
+
- **Repository**: [github.com/samolubukun/commitpulse](https://github.com/samolubukun/commitpulse)
|
|
18
|
+
- **License**: MIT
|
|
19
|
+
- **Tech Stack**: Python, Jinja2, Chart.js (Local); Next.js, Neon DB, Tailwind CSS (Cloud)
|
|
2
20
|
|
|
3
21
|
Commit Pulse is a powerful, locally-first CLI tool that generates high-fidelity engineering dashboards for your Git repositories. It analyzes your development ecosystem, visualizes commit intensity heatmaps, and identifies top contributors using real GitHub profiles.
|
|
4
22
|
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "commitpulse"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Premium Git repository analytics and dashboard generator"
|
|
9
9
|
authors = [
|
|
10
|
-
{ name = "
|
|
10
|
+
{ name = "Samuel Olubukun" }
|
|
11
11
|
]
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.7"
|
|
@@ -15,6 +15,11 @@ dependencies = [
|
|
|
15
15
|
"requests>=2.31.0"
|
|
16
16
|
]
|
|
17
17
|
|
|
18
|
+
[project.urls]
|
|
19
|
+
Homepage = "https://github.com/samolubukun/commitpulse"
|
|
20
|
+
Repository = "https://github.com/samolubukun/commitpulse"
|
|
21
|
+
Issues = "https://github.com/samolubukun/commitpulse/issues"
|
|
22
|
+
|
|
18
23
|
[project.scripts]
|
|
19
24
|
commitpulse = "commitpulse.main:main"
|
|
20
25
|
|
|
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
|