raj-devpulse-cli 1.0.2__tar.gz → 1.0.3__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.
- {raj_devpulse_cli-1.0.2/raj_devpulse_cli.egg-info → raj_devpulse_cli-1.0.3}/PKG-INFO +2 -2
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/pyproject.toml +2 -2
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3/raj_devpulse_cli.egg-info}/PKG-INFO +2 -2
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/LICENSE +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/README.md +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/devpulse/__init__.py +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/devpulse/cli.py +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/devpulse/db.py +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/devpulse/export.py +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/devpulse/heatmap.py +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/devpulse/quotes.py +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/devpulse/ui.py +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/raj_devpulse_cli.egg-info/SOURCES.txt +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/raj_devpulse_cli.egg-info/dependency_links.txt +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/raj_devpulse_cli.egg-info/entry_points.txt +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/raj_devpulse_cli.egg-info/requires.txt +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/raj_devpulse_cli.egg-info/top_level.txt +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/setup.cfg +0 -0
- {raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/tests/test_core.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: raj-devpulse-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: ⚡ Terminal-based developer productivity tracker — streaks, sessions, heatmaps & more.
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Rajnish Singh <rajnishsingh@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/yourname/devpulse
|
|
8
8
|
Project-URL: Repository, https://github.com/yourname/devpulse
|
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "raj-devpulse-cli"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.3"
|
|
8
8
|
description = "⚡ Terminal-based developer productivity tracker — streaks, sessions, heatmaps & more."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
11
|
authors = [
|
|
12
|
-
{ name = "
|
|
12
|
+
{ name = "Rajnish Singh", email = "rajnishsingh@gmail.com" }
|
|
13
13
|
]
|
|
14
14
|
keywords = ["productivity", "cli", "developer", "streak", "terminal", "coding"]
|
|
15
15
|
classifiers = [
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: raj-devpulse-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: ⚡ Terminal-based developer productivity tracker — streaks, sessions, heatmaps & more.
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Rajnish Singh <rajnishsingh@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/yourname/devpulse
|
|
8
8
|
Project-URL: Repository, https://github.com/yourname/devpulse
|
|
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
|
{raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/raj_devpulse_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{raj_devpulse_cli-1.0.2 → raj_devpulse_cli-1.0.3}/raj_devpulse_cli.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|