keepassxc-cli 0.3.0__tar.gz → 1.0.0__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.
Potentially problematic release.
This version of keepassxc-cli might be problematic. Click here for more details.
- {keepassxc_cli-0.3.0/keepassxc_cli.egg-info → keepassxc_cli-1.0.0}/PKG-INFO +2 -2
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0/keepassxc_cli.egg-info}/PKG-INFO +2 -2
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli.egg-info/requires.txt +1 -1
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/pyproject.toml +1 -1
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/tests/conftest.py +0 -3
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/tests/test_commands.py +1 -1
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/.github/workflows/auto-merge-dependabot.yml +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/.github/workflows/auto-release.yml +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/.github/workflows/lint_and_test.yml +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/.github/workflows/pypi.yml +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/.gitignore +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/CLAUDE.md +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/LICENSE +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/README.md +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/__init__.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/__main__.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/__init__.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/add.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/clip.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/edit.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/lock.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/mkdir.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/rm.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/setup.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/show.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/status.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/commands/totp.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/config.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli/output.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli.egg-info/SOURCES.txt +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli.egg-info/dependency_links.txt +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli.egg-info/entry_points.txt +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/keepassxc_cli.egg-info/top_level.txt +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/setup.cfg +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/tests/test_config.py +0 -0
- {keepassxc_cli-0.3.0 → keepassxc_cli-1.0.0}/tests/test_output.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: keepassxc-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: CLI for KeePassXC using the browser extension protocol with biometric unlock
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE
|
|
9
|
-
Requires-Dist: keepassxc-browser-api==0.
|
|
9
|
+
Requires-Dist: keepassxc-browser-api==1.0.0
|
|
10
10
|
Requires-Dist: pyperclip==1.8.0
|
|
11
11
|
Provides-Extra: dev
|
|
12
12
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: keepassxc-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: CLI for KeePassXC using the browser extension protocol with biometric unlock
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE
|
|
9
|
-
Requires-Dist: keepassxc-browser-api==0.
|
|
9
|
+
Requires-Dist: keepassxc-browser-api==1.0.0
|
|
10
10
|
Requires-Dist: pyperclip==1.8.0
|
|
11
11
|
Provides-Extra: dev
|
|
12
12
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
@@ -70,11 +70,8 @@ def mock_client():
|
|
|
70
70
|
client.test_associate.return_value = True
|
|
71
71
|
client.get_logins.return_value = [make_entry()]
|
|
72
72
|
client.set_login.return_value = True
|
|
73
|
-
client.get_database_entries.return_value = [make_entry()]
|
|
74
|
-
client.get_database_groups.return_value = [make_group()]
|
|
75
73
|
client.create_group.return_value = make_group(uuid="new-uuid", name="NewGroup")
|
|
76
74
|
client.get_totp.return_value = "123456"
|
|
77
75
|
client.delete_entry.return_value = True
|
|
78
76
|
client.lock_database.return_value = True
|
|
79
|
-
client.generate_password.return_value = "GeneratedPass123"
|
|
80
77
|
return client
|
|
@@ -7,7 +7,7 @@ from unittest.mock import MagicMock, patch
|
|
|
7
7
|
|
|
8
8
|
import pytest
|
|
9
9
|
|
|
10
|
-
from keepassxc_browser_api import Entry,
|
|
10
|
+
from keepassxc_browser_api import Entry, BrowserConfig, Association
|
|
11
11
|
from keepassxc_cli.config import CliConfig
|
|
12
12
|
from keepassxc_cli.commands import (
|
|
13
13
|
setup, status, show, add, edit, rm, totp, clip, lock, mkdir,
|
|
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
|