backlogops-gui 1.0__tar.gz → 1.2__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 (43) hide show
  1. {backlogops_gui-1.0 → backlogops_gui-1.2}/PKG-INFO +14 -11
  2. {backlogops_gui-1.0 → backlogops_gui-1.2}/README_pypi.md +11 -8
  3. {backlogops_gui-1.0 → backlogops_gui-1.2}/backlogops_gui.egg-info/PKG-INFO +14 -11
  4. {backlogops_gui-1.0 → backlogops_gui-1.2}/backlogops_gui.egg-info/requires.txt +2 -2
  5. {backlogops_gui-1.0 → backlogops_gui-1.2}/setup.py +3 -3
  6. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/config_edit.py +8 -4
  7. {backlogops_gui-1.0 → backlogops_gui-1.2}/LICENSE.txt +0 -0
  8. {backlogops_gui-1.0 → backlogops_gui-1.2}/backlogops_gui.egg-info/SOURCES.txt +0 -0
  9. {backlogops_gui-1.0 → backlogops_gui-1.2}/backlogops_gui.egg-info/dependency_links.txt +0 -0
  10. {backlogops_gui-1.0 → backlogops_gui-1.2}/backlogops_gui.egg-info/entry_points.txt +0 -0
  11. {backlogops_gui-1.0 → backlogops_gui-1.2}/backlogops_gui.egg-info/top_level.txt +0 -0
  12. {backlogops_gui-1.0 → backlogops_gui-1.2}/pyproject.toml +0 -0
  13. {backlogops_gui-1.0 → backlogops_gui-1.2}/setup.cfg +0 -0
  14. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/__init__.py +0 -0
  15. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/__main__.py +0 -0
  16. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/_migrate_warn.py +0 -0
  17. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/application.py +0 -0
  18. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/backlog_actions.py +0 -0
  19. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/backlog_dialogs.py +0 -0
  20. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/backlog_io.py +0 -0
  21. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/backlog_window.py +0 -0
  22. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/blog_version_reporter.py +0 -0
  23. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/choice_dialogs.py +0 -0
  24. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/file_choosers.py +0 -0
  25. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/format_dialogs.py +0 -0
  26. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_actions.py +0 -0
  27. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_base.py +0 -0
  28. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_dialogs.py +0 -0
  29. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_order.py +0 -0
  30. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_rank.py +0 -0
  31. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_read.py +0 -0
  32. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_rename.py +0 -0
  33. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_update.py +0 -0
  34. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/jira_write.py +0 -0
  35. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/key_list_box.py +0 -0
  36. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/log_buffer.py +0 -0
  37. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/modal_dialog.py +0 -0
  38. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/py.typed +0 -0
  39. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/python_version.py +0 -0
  40. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/report_windows.py +0 -0
  41. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/table_view.py +0 -0
  42. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/tcltk_version.py +0 -0
  43. {backlogops_gui-1.0 → backlogops_gui-1.2}/src/backlogops_gui/token_dialog.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: backlogops-gui
3
- Version: 1.0
3
+ Version: 1.2
4
4
  Summary: Graphical user interface for backlog operations.
5
5
  Author: Tom Björkholm
6
6
  Author-email: Tom Björkholm <klausuler_linnet0q@icloud.com>
@@ -21,11 +21,11 @@ Classifier: Typing :: Typed
21
21
  Requires-Python: >=3.12
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE.txt
24
- Requires-Dist: backlogops>=1.0
24
+ Requires-Dist: backlogops>=1.2
25
25
  Requires-Dist: argcomplete>=3.7.2
26
26
  Requires-Dist: wizard-ui-bridge>=1.3
27
27
  Requires-Dist: wizard-tk-bridge>=1.3
28
- Requires-Dist: edit-cfg-json-tk==0.0.4
28
+ Requires-Dist: edit-cfg-json-tk>=0.2.0
29
29
  Requires-Dist: versionreporter>=0.4
30
30
  Dynamic: author
31
31
  Dynamic: license-file
@@ -286,12 +286,15 @@ is in the menus.
286
286
  closed for vacation, and preset configuration for the inputs or
287
287
  outputs you want to use.
288
288
 
289
- - Edit configuration...: Show the whole configuration in a folding
290
- editor, so you can change one value without stepping through the
291
- wizard. It asks whether to edit the configuration the application is
292
- using or one in a file you pick. Saving validates the configuration
293
- first, keeps what it writes over as a `.bak` file, and makes what it
294
- wrote the configuration in use.
289
+ - Edit configuration...: Show the whole configuration in a folding,
290
+ searchable editor, so you can change one value without stepping
291
+ through the wizard. It asks whether to edit the configuration the
292
+ application is using or one in a file you pick. A preset, a Jira
293
+ connection, a person, a team, a level and an entry of any of the maps
294
+ can be added beside the ones that are there, taken out again, and
295
+ moved within a list. Saving validates the configuration first, keeps
296
+ what it writes over as a `.bak` file, and makes what it wrote the
297
+ configuration in use.
295
298
 
296
299
  - Create IO preset file...: Create a stand-alone input or output preset
297
300
  configuration file via a wizard.
@@ -362,10 +365,10 @@ one with the list of releases. You will want to use the menus.
362
365
 
363
366
  ## Test summary
364
367
 
365
- - Test result: 2234 passed, 1 deselected in 45s
368
+ - Test result: 2309 passed, 1 deselected in 58s
366
369
  - No flake8 warnings.
367
370
  - No mypy errors found.
368
371
  - No pylint warnings.
369
372
  - No python layout warnings.
370
- - Built version(s): 1.0
373
+ - Built version(s): 1.2
371
374
  - Build and test using Python 3.14.7
@@ -252,12 +252,15 @@ is in the menus.
252
252
  closed for vacation, and preset configuration for the inputs or
253
253
  outputs you want to use.
254
254
 
255
- - Edit configuration...: Show the whole configuration in a folding
256
- editor, so you can change one value without stepping through the
257
- wizard. It asks whether to edit the configuration the application is
258
- using or one in a file you pick. Saving validates the configuration
259
- first, keeps what it writes over as a `.bak` file, and makes what it
260
- wrote the configuration in use.
255
+ - Edit configuration...: Show the whole configuration in a folding,
256
+ searchable editor, so you can change one value without stepping
257
+ through the wizard. It asks whether to edit the configuration the
258
+ application is using or one in a file you pick. A preset, a Jira
259
+ connection, a person, a team, a level and an entry of any of the maps
260
+ can be added beside the ones that are there, taken out again, and
261
+ moved within a list. Saving validates the configuration first, keeps
262
+ what it writes over as a `.bak` file, and makes what it wrote the
263
+ configuration in use.
261
264
 
262
265
  - Create IO preset file...: Create a stand-alone input or output preset
263
266
  configuration file via a wizard.
@@ -328,10 +331,10 @@ one with the list of releases. You will want to use the menus.
328
331
 
329
332
  ## Test summary
330
333
 
331
- - Test result: 2234 passed, 1 deselected in 45s
334
+ - Test result: 2309 passed, 1 deselected in 58s
332
335
  - No flake8 warnings.
333
336
  - No mypy errors found.
334
337
  - No pylint warnings.
335
338
  - No python layout warnings.
336
- - Built version(s): 1.0
339
+ - Built version(s): 1.2
337
340
  - Build and test using Python 3.14.7
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: backlogops-gui
3
- Version: 1.0
3
+ Version: 1.2
4
4
  Summary: Graphical user interface for backlog operations.
5
5
  Author: Tom Björkholm
6
6
  Author-email: Tom Björkholm <klausuler_linnet0q@icloud.com>
@@ -21,11 +21,11 @@ Classifier: Typing :: Typed
21
21
  Requires-Python: >=3.12
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE.txt
24
- Requires-Dist: backlogops>=1.0
24
+ Requires-Dist: backlogops>=1.2
25
25
  Requires-Dist: argcomplete>=3.7.2
26
26
  Requires-Dist: wizard-ui-bridge>=1.3
27
27
  Requires-Dist: wizard-tk-bridge>=1.3
28
- Requires-Dist: edit-cfg-json-tk==0.0.4
28
+ Requires-Dist: edit-cfg-json-tk>=0.2.0
29
29
  Requires-Dist: versionreporter>=0.4
30
30
  Dynamic: author
31
31
  Dynamic: license-file
@@ -286,12 +286,15 @@ is in the menus.
286
286
  closed for vacation, and preset configuration for the inputs or
287
287
  outputs you want to use.
288
288
 
289
- - Edit configuration...: Show the whole configuration in a folding
290
- editor, so you can change one value without stepping through the
291
- wizard. It asks whether to edit the configuration the application is
292
- using or one in a file you pick. Saving validates the configuration
293
- first, keeps what it writes over as a `.bak` file, and makes what it
294
- wrote the configuration in use.
289
+ - Edit configuration...: Show the whole configuration in a folding,
290
+ searchable editor, so you can change one value without stepping
291
+ through the wizard. It asks whether to edit the configuration the
292
+ application is using or one in a file you pick. A preset, a Jira
293
+ connection, a person, a team, a level and an entry of any of the maps
294
+ can be added beside the ones that are there, taken out again, and
295
+ moved within a list. Saving validates the configuration first, keeps
296
+ what it writes over as a `.bak` file, and makes what it wrote the
297
+ configuration in use.
295
298
 
296
299
  - Create IO preset file...: Create a stand-alone input or output preset
297
300
  configuration file via a wizard.
@@ -362,10 +365,10 @@ one with the list of releases. You will want to use the menus.
362
365
 
363
366
  ## Test summary
364
367
 
365
- - Test result: 2234 passed, 1 deselected in 45s
368
+ - Test result: 2309 passed, 1 deselected in 58s
366
369
  - No flake8 warnings.
367
370
  - No mypy errors found.
368
371
  - No pylint warnings.
369
372
  - No python layout warnings.
370
- - Built version(s): 1.0
373
+ - Built version(s): 1.2
371
374
  - Build and test using Python 3.14.7
@@ -1,6 +1,6 @@
1
- backlogops>=1.0
1
+ backlogops>=1.2
2
2
  argcomplete>=3.7.2
3
3
  wizard-ui-bridge>=1.3
4
4
  wizard-tk-bridge>=1.3
5
- edit-cfg-json-tk==0.0.4
5
+ edit-cfg-json-tk>=0.2.0
6
6
  versionreporter>=0.4
@@ -5,7 +5,7 @@ from setuptools import setup
5
5
 
6
6
  setup(
7
7
  name='backlogops-gui',
8
- version='1.0',
8
+ version='1.2',
9
9
  description='Graphical user interface for backlog operations.',
10
10
  author='Tom Björkholm',
11
11
  author_email='klausuler_linnet0q@icloud.com',
@@ -19,11 +19,11 @@ setup(
19
19
  ]
20
20
  },
21
21
  install_requires=[
22
- 'backlogops >= 1.0',
22
+ 'backlogops >= 1.2',
23
23
  'argcomplete >= 3.7.2',
24
24
  'wizard-ui-bridge >= 1.3',
25
25
  'wizard-tk-bridge >= 1.3',
26
- 'edit-cfg-json-tk == 0.0.4',
26
+ 'edit-cfg-json-tk >= 0.2.0',
27
27
  'versionreporter >= 0.4'
28
28
  ]
29
29
  )
@@ -22,12 +22,16 @@ closed, because Tcl runs its loop while any window of the process lives.
22
22
  ``TkEditorPanel`` is what the library offers for an application that already
23
23
  runs Tk. It is given the window as its ``area``, so that the window stays
24
24
  this module's — its title names the file being edited, and the editor
25
- destroys only what it built itself.
25
+ destroys only what it built itself. Its ``parent`` is the other way of
26
+ saying this, and it is not used here: the library would then own the window
27
+ and name it after the configuration class, and the file being edited is
28
+ what a user of this application needs to read there.
26
29
 
27
30
  The window is not made modal. The editor opens dialogs of its own — a file
28
- chooser for Save as…, a question before it overwrites a file, and one asking
29
- for the key of a new entry — and a grab held by the editor window would keep
30
- their clicks and keys from reaching them.
31
+ chooser for Save as…, one asking for the key of a new entry, a question
32
+ before it overwrites a file and a question before it drops unsaved changes
33
+ — and a grab held by the editor window would keep their clicks and keys
34
+ from reaching them.
31
35
  """
32
36
 
33
37
  # Copyright (c) 2026, Tom Björkholm
File without changes
File without changes