backlogops-cli 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.
- {backlogops_cli-1.0 → backlogops_cli-1.2}/PKG-INFO +5 -5
- {backlogops_cli-1.0 → backlogops_cli-1.2}/README_pypi.md +2 -2
- {backlogops_cli-1.0 → backlogops_cli-1.2}/backlogops_cli.egg-info/PKG-INFO +5 -5
- {backlogops_cli-1.0 → backlogops_cli-1.2}/backlogops_cli.egg-info/requires.txt +2 -2
- {backlogops_cli-1.0 → backlogops_cli-1.2}/setup.py +3 -3
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/config_edit.py +5 -2
- {backlogops_cli-1.0 → backlogops_cli-1.2}/LICENSE.txt +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/backlogops_cli.egg-info/SOURCES.txt +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/backlogops_cli.egg-info/dependency_links.txt +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/backlogops_cli.egg-info/top_level.txt +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/pyproject.toml +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/setup.cfg +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/__init__.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/__main__.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/_command_io.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/_migrate_warn.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/_wizard_io.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/add_releases_to_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/add_to_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/adjust_release_content.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/bloc_version_reporter.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/config_wizard.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/convert.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/demo_backlog.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/encrypt_token_file.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/estimate_ready_date.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/extract_keys.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/jira_fields.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/list.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/migrate_cfg.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/order_by_deps.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/order_by_keys.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/order_by_release.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/order_releases.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/order_releases_in_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/plan_release_dates.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/preset_wizard.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/py.typed +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/rank_in_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/read_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/rename_releases_in_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/update_backlog_in_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/update_releases_in_jira.py +0 -0
- {backlogops_cli-1.0 → backlogops_cli-1.2}/src/backlogops_cli/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: backlogops-cli
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2
|
|
4
4
|
Summary: Command line interface for backlog operations.
|
|
5
5
|
Author: Tom Björkholm
|
|
6
6
|
Author-email: Tom Björkholm <klausuler_linnet0q@icloud.com>
|
|
@@ -24,9 +24,9 @@ Requires-Python: >=3.12
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE.txt
|
|
26
26
|
Requires-Dist: argcomplete>=3.7.2
|
|
27
|
-
Requires-Dist: backlogops>=1.
|
|
27
|
+
Requires-Dist: backlogops>=1.2
|
|
28
28
|
Requires-Dist: wizard-ui-bridge[textual]>=1.3
|
|
29
|
-
Requires-Dist: edit-cfg-json-textual
|
|
29
|
+
Requires-Dist: edit-cfg-json-textual>=0.2.0
|
|
30
30
|
Requires-Dist: versionreporter>=0.4
|
|
31
31
|
Dynamic: author
|
|
32
32
|
Dynamic: license-file
|
|
@@ -322,10 +322,10 @@ backlogops_cli serves 2 purposes:
|
|
|
322
322
|
|
|
323
323
|
## Test summary
|
|
324
324
|
|
|
325
|
-
- Test result:
|
|
325
|
+
- Test result: 2309 passed, 1 deselected in 58s
|
|
326
326
|
- No flake8 warnings.
|
|
327
327
|
- No mypy errors found.
|
|
328
328
|
- No pylint warnings.
|
|
329
329
|
- No python layout warnings.
|
|
330
|
-
- Built version(s): 1.
|
|
330
|
+
- Built version(s): 1.2
|
|
331
331
|
- Build and test using Python 3.14.7
|
|
@@ -287,10 +287,10 @@ backlogops_cli serves 2 purposes:
|
|
|
287
287
|
|
|
288
288
|
## Test summary
|
|
289
289
|
|
|
290
|
-
- Test result:
|
|
290
|
+
- Test result: 2309 passed, 1 deselected in 58s
|
|
291
291
|
- No flake8 warnings.
|
|
292
292
|
- No mypy errors found.
|
|
293
293
|
- No pylint warnings.
|
|
294
294
|
- No python layout warnings.
|
|
295
|
-
- Built version(s): 1.
|
|
295
|
+
- Built version(s): 1.2
|
|
296
296
|
- Build and test using Python 3.14.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: backlogops-cli
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2
|
|
4
4
|
Summary: Command line interface for backlog operations.
|
|
5
5
|
Author: Tom Björkholm
|
|
6
6
|
Author-email: Tom Björkholm <klausuler_linnet0q@icloud.com>
|
|
@@ -24,9 +24,9 @@ Requires-Python: >=3.12
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE.txt
|
|
26
26
|
Requires-Dist: argcomplete>=3.7.2
|
|
27
|
-
Requires-Dist: backlogops>=1.
|
|
27
|
+
Requires-Dist: backlogops>=1.2
|
|
28
28
|
Requires-Dist: wizard-ui-bridge[textual]>=1.3
|
|
29
|
-
Requires-Dist: edit-cfg-json-textual
|
|
29
|
+
Requires-Dist: edit-cfg-json-textual>=0.2.0
|
|
30
30
|
Requires-Dist: versionreporter>=0.4
|
|
31
31
|
Dynamic: author
|
|
32
32
|
Dynamic: license-file
|
|
@@ -322,10 +322,10 @@ backlogops_cli serves 2 purposes:
|
|
|
322
322
|
|
|
323
323
|
## Test summary
|
|
324
324
|
|
|
325
|
-
- Test result:
|
|
325
|
+
- Test result: 2309 passed, 1 deselected in 58s
|
|
326
326
|
- No flake8 warnings.
|
|
327
327
|
- No mypy errors found.
|
|
328
328
|
- No pylint warnings.
|
|
329
329
|
- No python layout warnings.
|
|
330
|
-
- Built version(s): 1.
|
|
330
|
+
- Built version(s): 1.2
|
|
331
331
|
- Build and test using Python 3.14.7
|
|
@@ -5,7 +5,7 @@ from setuptools import setup
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name='backlogops-cli',
|
|
8
|
-
version='1.
|
|
8
|
+
version='1.2',
|
|
9
9
|
description='Command line interface for backlog operations.',
|
|
10
10
|
author='Tom Björkholm',
|
|
11
11
|
author_email='klausuler_linnet0q@icloud.com',
|
|
@@ -15,9 +15,9 @@ setup(
|
|
|
15
15
|
package_data={'backlogops_cli': ['src/py.typed']},
|
|
16
16
|
install_requires=[
|
|
17
17
|
'argcomplete >= 3.7.2',
|
|
18
|
-
'backlogops >= 1.
|
|
18
|
+
'backlogops >= 1.2',
|
|
19
19
|
'wizard-ui-bridge[textual] >= 1.3',
|
|
20
|
-
'edit-cfg-json-textual
|
|
20
|
+
'edit-cfg-json-textual >= 0.2.0',
|
|
21
21
|
'versionreporter >= 0.4'
|
|
22
22
|
]
|
|
23
23
|
)
|
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
The whole configuration is shown at once, folded where it is deep, so a
|
|
5
5
|
single value can be changed without walking through every question the
|
|
6
|
-
wizard asks
|
|
7
|
-
a
|
|
6
|
+
wizard asks, and how many things a member holds is editable as well: a
|
|
7
|
+
preset, a person, a team, a level and an entry of a map can each be added
|
|
8
|
+
beside the ones that are there and taken out again. The editor is the one of
|
|
9
|
+
``edit-cfg-json-textual``, so it needs a terminal; where the input is
|
|
10
|
+
redirected, the wizard command is the way in.
|
|
8
11
|
One call runs the whole session: ``edit`` reads the file, shows it until the
|
|
9
12
|
user is done, and answers with the configuration that was saved.
|
|
10
13
|
|
|
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
|
|
File without changes
|
|
File without changes
|