vaultuner 0.1.6__tar.gz → 0.1.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: vaultuner
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming
5
5
  Keywords: bitwarden,secrets,cli,secrets-manager,devops
6
6
  Author: David Poblador
@@ -64,15 +64,17 @@ Secrets organized by project and environment. Instantly memorable. Zero cognitiv
64
64
  ### Install
65
65
 
66
66
  ```bash
67
- uv tool install vaultuner
67
+ uv tool install --python 3.12 vaultuner
68
68
  ```
69
69
 
70
70
  Or run without installing:
71
71
 
72
72
  ```bash
73
- uvx vaultuner list
73
+ uvx --python 3.12 vaultuner list
74
74
  ```
75
75
 
76
+ > **Note:** The `--python 3.12` flag is required because bitwarden-sdk only provides wheels for Python 3.11-3.12.
77
+
76
78
  ### Configure
77
79
 
78
80
  ```bash
@@ -39,15 +39,17 @@ Secrets organized by project and environment. Instantly memorable. Zero cognitiv
39
39
  ### Install
40
40
 
41
41
  ```bash
42
- uv tool install vaultuner
42
+ uv tool install --python 3.12 vaultuner
43
43
  ```
44
44
 
45
45
  Or run without installing:
46
46
 
47
47
  ```bash
48
- uvx vaultuner list
48
+ uvx --python 3.12 vaultuner list
49
49
  ```
50
50
 
51
+ > **Note:** The `--python 3.12` flag is required because bitwarden-sdk only provides wheels for Python 3.11-3.12.
52
+
51
53
  ### Configure
52
54
 
53
55
  ```bash
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vaultuner"
3
- version = "0.1.6"
3
+ version = "0.1.7"
4
4
  description = "Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }