heatmap_cli 0.22.26__tar.gz → 0.22.28__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.
- {heatmap_cli-0.22.26/src/heatmap_cli.egg-info → heatmap_cli-0.22.28}/PKG-INFO +2 -1
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/pyproject.toml +8 -7
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28/src/heatmap_cli.egg-info}/PKG-INFO +2 -1
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/LICENSE.md +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/README.md +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/setup.cfg +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli/__init__.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli/__main__.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli/cli.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli/heatmap.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli.egg-info/SOURCES.txt +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli.egg-info/dependency_links.txt +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli.egg-info/entry_points.txt +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli.egg-info/requires.txt +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/src/heatmap_cli.egg-info/top_level.txt +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_animate_by_week.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_annotate_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_cbar_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_cmap_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_cmax_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_cmin_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_debug_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_demo_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_end_date_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_env_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_heatmap_direct.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_heatmap_errors.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_heatmap_utils.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_help_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_output_dir_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_purge_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_quiet_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_start_date_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_title_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_verbose_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_version_flag.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_week_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_year_option.py +0 -0
- {heatmap_cli-0.22.26 → heatmap_cli-0.22.28}/tests/test_yes_flag.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: heatmap_cli
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.28
|
|
4
4
|
Summary: A console program that generates a yearly calendar heatmap.
|
|
5
5
|
Author-email: Kian-Meng Ang <kianmeng@cpan.org>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.14
|
|
19
19
|
Classifier: Programming Language :: Python
|
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
20
21
|
Requires-Python: >=3.10
|
|
21
22
|
Description-Content-Type: text/markdown
|
|
22
23
|
License-File: LICENSE.md
|
|
@@ -23,8 +23,9 @@ classifiers = [
|
|
|
23
23
|
"Programming Language :: Python :: 3.13",
|
|
24
24
|
"Programming Language :: Python :: 3.14",
|
|
25
25
|
"Programming Language :: Python",
|
|
26
|
+
"Topic :: Scientific/Engineering :: Visualization",
|
|
26
27
|
]
|
|
27
|
-
version = "0.22.
|
|
28
|
+
version = "0.22.28"
|
|
28
29
|
keywords = ["heatmap", "cli", "visualization", "calendar", "data-viz"]
|
|
29
30
|
dependencies = [
|
|
30
31
|
"matplotlib",
|
|
@@ -80,16 +81,16 @@ output-format = "grouped"
|
|
|
80
81
|
|
|
81
82
|
[tool.ruff.lint]
|
|
82
83
|
select = ["ALL"]
|
|
83
|
-
ignore = [
|
|
84
|
+
ignore = [
|
|
85
|
+
"COM812", # conflicts with formatter
|
|
86
|
+
"ISC001", # conflicts with formatter
|
|
87
|
+
"TRY400", # preference for logging.exception
|
|
88
|
+
]
|
|
84
89
|
|
|
85
90
|
[tool.ruff.lint.per-file-ignores]
|
|
86
91
|
"docs/source/conf.py" = ["ALL"]
|
|
87
92
|
"tests/*.py" = [
|
|
88
|
-
"
|
|
89
|
-
"ANN002",
|
|
90
|
-
"ANN003",
|
|
91
|
-
"ANN201",
|
|
92
|
-
"ANN202",
|
|
93
|
+
"ANN",
|
|
93
94
|
"D100",
|
|
94
95
|
"D103",
|
|
95
96
|
"D104",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: heatmap_cli
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.28
|
|
4
4
|
Summary: A console program that generates a yearly calendar heatmap.
|
|
5
5
|
Author-email: Kian-Meng Ang <kianmeng@cpan.org>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.14
|
|
19
19
|
Classifier: Programming Language :: Python
|
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
20
21
|
Requires-Python: >=3.10
|
|
21
22
|
Description-Content-Type: text/markdown
|
|
22
23
|
License-File: LICENSE.md
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|