countdown-cli 1.1.0__tar.gz → 1.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.
Files changed (47) hide show
  1. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/PKG-INFO +2 -9
  2. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/README.rst +1 -8
  3. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/pyproject.toml +1 -1
  4. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/src/countdown/digits.py +0 -1
  5. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/uv.lock +1 -1
  6. countdown_cli-1.1.0/.claude/settings.local.json +0 -22
  7. countdown_cli-1.1.0/htmlcov/.gitignore +0 -2
  8. countdown_cli-1.1.0/htmlcov/class_index.html +0 -183
  9. countdown_cli-1.1.0/htmlcov/coverage_html_cb_6fb7b396.js +0 -733
  10. countdown_cli-1.1.0/htmlcov/coverage_html_cb_da166b87.js +0 -717
  11. countdown_cli-1.1.0/htmlcov/favicon_32_cb_58284776.png +0 -0
  12. countdown_cli-1.1.0/htmlcov/function_index.html +0 -683
  13. countdown_cli-1.1.0/htmlcov/index.html +0 -164
  14. countdown_cli-1.1.0/htmlcov/keybd_closed_cb_ce680311.png +0 -0
  15. countdown_cli-1.1.0/htmlcov/status.json +0 -1
  16. countdown_cli-1.1.0/htmlcov/style_cb_6b508a39.css +0 -377
  17. countdown_cli-1.1.0/htmlcov/style_cb_8e611ae1.css +0 -337
  18. countdown_cli-1.1.0/htmlcov/z_55719c21e2af63da___init___py.html +0 -105
  19. countdown_cli-1.1.0/htmlcov/z_55719c21e2af63da___main___py.html +0 -236
  20. countdown_cli-1.1.0/htmlcov/z_55719c21e2af63da_digits_py.html +0 -158
  21. countdown_cli-1.1.0/htmlcov/z_a44f0ac069e85531___init___py.html +0 -100
  22. countdown_cli-1.1.0/htmlcov/z_a44f0ac069e85531_conftest_py.html +0 -128
  23. countdown_cli-1.1.0/htmlcov/z_a44f0ac069e85531_test_main_py.html +0 -645
  24. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.gitattributes +0 -0
  25. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.github/labels.yml +0 -0
  26. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.github/release-drafter.yml +0 -0
  27. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.github/workflows/labeler.yml +0 -0
  28. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.github/workflows/release.yml +0 -0
  29. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.github/workflows/tests.yml +0 -0
  30. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.gitignore +0 -0
  31. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.pre-commit-config.yaml +0 -0
  32. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/.python-version-default +0 -0
  33. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/CODE_OF_CONDUCT.rst +0 -0
  34. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/CONTRIBUTING.rst +0 -0
  35. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/LICENSE.rst +0 -0
  36. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/codecov.yml +0 -0
  37. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/images/1457.png +0 -0
  38. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/images/3253.png +0 -0
  39. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/images/python-morsels-logo.png +0 -0
  40. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/justfile +0 -0
  41. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/noxfile.py +0 -0
  42. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/src/countdown/__init__.py +0 -0
  43. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/src/countdown/__main__.py +0 -0
  44. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/src/countdown/numbers.txt +0 -0
  45. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/tests/__init__.py +0 -0
  46. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/tests/conftest.py +0 -0
  47. {countdown_cli-1.1.0 → countdown_cli-1.1.1}/tests/test_main.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: countdown-cli
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Terminal program to display countdown timer
5
5
  Project-URL: homepage, https://github.com/treyhunner/countdown-cli
6
6
  Project-URL: repository, https://github.com/treyhunner/countdown-cli
@@ -90,7 +90,7 @@ Features
90
90
  Requirements
91
91
  ------------
92
92
 
93
- * Python 3.7+
93
+ * Python 3.10+
94
94
 
95
95
 
96
96
  Installation
@@ -124,17 +124,10 @@ If you encounter any problems,
124
124
  please `file an issue`_ along with a detailed description.
125
125
 
126
126
 
127
- Credits
128
- -------
129
-
130
- This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.
131
-
132
127
  .. _Python Morsels: https://www.pythonmorsels.com
133
- .. _@cjolowicz: https://github.com/cjolowicz
134
128
  .. _Cookiecutter: https://github.com/audreyr/cookiecutter
135
129
  .. _MIT license: https://opensource.org/licenses/MIT
136
130
  .. _PyPI: https://pypi.org/project/countdown-cli/
137
- .. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
138
131
  .. _file an issue: https://github.com/treyhunner/countdown-cli/issues
139
132
  .. _pip: https://pip.pypa.io/
140
133
  .. github-only
@@ -69,7 +69,7 @@ Features
69
69
  Requirements
70
70
  ------------
71
71
 
72
- * Python 3.7+
72
+ * Python 3.10+
73
73
 
74
74
 
75
75
  Installation
@@ -103,17 +103,10 @@ If you encounter any problems,
103
103
  please `file an issue`_ along with a detailed description.
104
104
 
105
105
 
106
- Credits
107
- -------
108
-
109
- This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.
110
-
111
106
  .. _Python Morsels: https://www.pythonmorsels.com
112
- .. _@cjolowicz: https://github.com/cjolowicz
113
107
  .. _Cookiecutter: https://github.com/audreyr/cookiecutter
114
108
  .. _MIT license: https://opensource.org/licenses/MIT
115
109
  .. _PyPI: https://pypi.org/project/countdown-cli/
116
- .. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
117
110
  .. _file an issue: https://github.com/treyhunner/countdown-cli/issues
118
111
  .. _pip: https://pip.pypa.io/
119
112
  .. github-only
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "countdown-cli"
3
- version = "1.1.0"
3
+ version = "1.1.1"
4
4
  description = "Terminal program to display countdown timer"
5
5
  readme = "README.rst"
6
6
  license = { text = "MIT" }
@@ -36,7 +36,6 @@ def populate_constants():
36
36
  for group in number_types:
37
37
  columns = transpose(group)
38
38
  numbers = ["\n".join(transpose(p)) for p in paragraphs(columns)]
39
- print("group")
40
39
  heights = [len(n.splitlines()) for n in numbers]
41
40
  widths = [max(len(line) for line in n.splitlines()) for n in numbers]
42
41
  max_width = max(widths)
@@ -25,7 +25,7 @@ wheels = [
25
25
 
26
26
  [[package]]
27
27
  name = "countdown-cli"
28
- version = "1.1.0"
28
+ version = "1.1.1"
29
29
  source = { editable = "." }
30
30
  dependencies = [
31
31
  { name = "click" },
@@ -1,22 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(uv sync:*)",
5
- "Bash(just --list:*)",
6
- "Bash(just test:*)",
7
- "Bash(uv run pytest:*)",
8
- "Bash(just check:*)",
9
- "Bash(uv run python:*)",
10
- "Bash(just lint:*)",
11
- "Bash(uv run:*)",
12
- "Bash(uvx nox:*)",
13
- "Bash(just test-all)",
14
- "WebSearch",
15
- "WebFetch(domain:nox.thea.codes)",
16
- "Bash(uv build:*)",
17
- "Bash(unzip:*)"
18
- ],
19
- "deny": [],
20
- "ask": []
21
- }
22
- }
@@ -1,2 +0,0 @@
1
- # Created by coverage.py
2
- *
@@ -1,183 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
- <title>Coverage report</title>
6
- <link rel="icon" sizes="32x32" href="favicon_32_cb_58284776.png">
7
- <link rel="stylesheet" href="style_cb_6b508a39.css" type="text/css">
8
- <script src="coverage_html_cb_6fb7b396.js" defer></script>
9
- </head>
10
- <body class="indexfile">
11
- <header>
12
- <div class="content">
13
- <h1>Coverage report:
14
- <span class="pc_cov">100%</span>
15
- </h1>
16
- <aside id="help_panel_wrapper">
17
- <input id="help_panel_state" type="checkbox">
18
- <label for="help_panel_state">
19
- <img id="keyboard_icon" src="keybd_closed_cb_ce680311.png" alt="Show/hide keyboard shortcuts">
20
- </label>
21
- <div id="help_panel">
22
- <p class="legend">Shortcuts on this page</p>
23
- <div class="keyhelp">
24
- <p>
25
- <kbd>f</kbd>
26
- <kbd>n</kbd>
27
- <kbd>s</kbd>
28
- <kbd>m</kbd>
29
- <kbd>x</kbd>
30
- <kbd>b</kbd>
31
- <kbd>p</kbd>
32
- <kbd>c</kbd>
33
- &nbsp; change column sorting
34
- </p>
35
- <p>
36
- <kbd>[</kbd>
37
- <kbd>]</kbd>
38
- &nbsp; prev/next file
39
- </p>
40
- <p>
41
- <kbd>?</kbd> &nbsp; show/hide this help
42
- </p>
43
- </div>
44
- </div>
45
- </aside>
46
- <form id="filter_container">
47
- <input id="filter" type="text" value="" placeholder="filter...">
48
- <div>
49
- <input id="hide100" type="checkbox" >
50
- <label for="hide100">hide covered</label>
51
- </div>
52
- </form>
53
- <h2>
54
- <a class="button" href="index.html">Files</a>
55
- <a class="button" href="function_index.html">Functions</a>
56
- <a class="button current">Classes</a>
57
- </h2>
58
- <p class="text">
59
- <a class="nav" href="https://coverage.readthedocs.io/en/7.11.0">coverage.py v7.11.0</a>,
60
- created at 2025-11-06 17:56 -0800
61
- </p>
62
- </div>
63
- </header>
64
- <main id="index">
65
- <table class="index" data-sortable>
66
- <thead>
67
- <tr class="tablehead" title="Click to sort">
68
- <th id="file" class="name left" aria-sort="none" data-shortcut="f">File<span class="arrows"></span></th>
69
- <th id="region" class="name left" aria-sort="none" data-default-sort-order="ascending" data-shortcut="n">class<span class="arrows"></span></th>
70
- <th id="statements" aria-sort="none" data-default-sort-order="descending" data-shortcut="s">statements<span class="arrows"></span></th>
71
- <th id="missing" aria-sort="none" data-default-sort-order="descending" data-shortcut="m">missing<span class="arrows"></span></th>
72
- <th id="excluded" aria-sort="none" data-default-sort-order="descending" data-shortcut="x">excluded<span class="arrows"></span></th>
73
- <th id="branches" aria-sort="none" data-default-sort-order="descending" data-shortcut="b">branches<span class="arrows"></span></th>
74
- <th id="partial" aria-sort="none" data-default-sort-order="descending" data-shortcut="p">partial<span class="arrows"></span></th>
75
- <th id="coverage" class="right" aria-sort="none" data-shortcut="c">coverage<span class="arrows"></span></th>
76
- </tr>
77
- </thead>
78
- <tbody>
79
- <tr class="region">
80
- <td class="name left"><a href="z_55719c21e2af63da___init___py.html">src/countdown/__init__.py</a></td>
81
- <td class="name left"><a href="z_55719c21e2af63da___init___py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
82
- <td>0</td>
83
- <td>0</td>
84
- <td>0</td>
85
- <td>0</td>
86
- <td>0</td>
87
- <td class="right" data-ratio="0 0">100%</td>
88
- </tr>
89
- <tr class="region">
90
- <td class="name left"><a href="z_55719c21e2af63da___main___py.html">src/countdown/__main__.py</a></td>
91
- <td class="name left"><a href="z_55719c21e2af63da___main___py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
92
- <td>64</td>
93
- <td>0</td>
94
- <td>9</td>
95
- <td>12</td>
96
- <td>0</td>
97
- <td class="right" data-ratio="76 76">100%</td>
98
- </tr>
99
- <tr class="region">
100
- <td class="name left"><a href="z_55719c21e2af63da_digits_py.html">src/countdown/digits.py</a></td>
101
- <td class="name left"><a href="z_55719c21e2af63da_digits_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
102
- <td>37</td>
103
- <td>0</td>
104
- <td>0</td>
105
- <td>12</td>
106
- <td>0</td>
107
- <td class="right" data-ratio="49 49">100%</td>
108
- </tr>
109
- <tr class="region">
110
- <td class="name left"><a href="z_a44f0ac069e85531___init___py.html">tests/__init__.py</a></td>
111
- <td class="name left"><a href="z_a44f0ac069e85531___init___py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
112
- <td>0</td>
113
- <td>0</td>
114
- <td>0</td>
115
- <td>0</td>
116
- <td>0</td>
117
- <td class="right" data-ratio="0 0">100%</td>
118
- </tr>
119
- <tr class="region">
120
- <td class="name left"><a href="z_a44f0ac069e85531_conftest_py.html">tests/conftest.py</a></td>
121
- <td class="name left"><a href="z_a44f0ac069e85531_conftest_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
122
- <td>3</td>
123
- <td>0</td>
124
- <td>21</td>
125
- <td>0</td>
126
- <td>0</td>
127
- <td class="right" data-ratio="3 3">100%</td>
128
- </tr>
129
- <tr class="region">
130
- <td class="name left"><a href="z_a44f0ac069e85531_test_main_py.html#t13">tests/test_main.py</a></td>
131
- <td class="name left"><a href="z_a44f0ac069e85531_test_main_py.html#t13"><data value='FakeSleep'>FakeSleep</data></a></td>
132
- <td>5</td>
133
- <td>0</td>
134
- <td>0</td>
135
- <td>2</td>
136
- <td>0</td>
137
- <td class="right" data-ratio="7 7">100%</td>
138
- </tr>
139
- <tr class="region">
140
- <td class="name left"><a href="z_a44f0ac069e85531_test_main_py.html">tests/test_main.py</a></td>
141
- <td class="name left"><a href="z_a44f0ac069e85531_test_main_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
142
- <td>194</td>
143
- <td>0</td>
144
- <td>0</td>
145
- <td>6</td>
146
- <td>0</td>
147
- <td class="right" data-ratio="200 200">100%</td>
148
- </tr>
149
- </tbody>
150
- <tfoot>
151
- <tr class="total">
152
- <td class="name left">Total</td>
153
- <td class="name left">&nbsp;</td>
154
- <td>303</td>
155
- <td>0</td>
156
- <td>30</td>
157
- <td>32</td>
158
- <td>0</td>
159
- <td class="right" data-ratio="335 335">100%</td>
160
- </tr>
161
- </tfoot>
162
- </table>
163
- <p id="no_rows">
164
- No items found using the specified filter.
165
- </p>
166
- </main>
167
- <footer>
168
- <div class="content">
169
- <p>
170
- <a class="nav" href="https://coverage.readthedocs.io/en/7.11.0">coverage.py v7.11.0</a>,
171
- created at 2025-11-06 17:56 -0800
172
- </p>
173
- </div>
174
- <aside class="hidden">
175
- <a id="prevFileLink" class="nav" href=""></a>
176
- <a id="nextFileLink" class="nav" href=""></a>
177
- <button type="button" class="button_prev_file" data-shortcut="["></button>
178
- <button type="button" class="button_next_file" data-shortcut="]"></button>
179
- <button type="button" class="button_show_hide_help" data-shortcut="?"></button>
180
- </aside>
181
- </footer>
182
- </body>
183
- </html>