vaultuner 0.1.6__tar.gz → 0.1.8__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.8
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
@@ -135,7 +137,7 @@ myapp/dev/db-password # Development only
135
137
 
136
138
  ## Documentation
137
139
 
138
- Full docs at [alltuner.github.io/vaultuner](https://alltuner.github.io/vaultuner)
140
+ Full docs at [vaultuner.alltuner.com](https://vaultuner.alltuner.com)
139
141
 
140
142
  ## License
141
143
 
@@ -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
@@ -110,7 +112,7 @@ myapp/dev/db-password # Development only
110
112
 
111
113
  ## Documentation
112
114
 
113
- Full docs at [alltuner.github.io/vaultuner](https://alltuner.github.io/vaultuner)
115
+ Full docs at [vaultuner.alltuner.com](https://vaultuner.alltuner.com)
114
116
 
115
117
  ## License
116
118
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vaultuner"
3
- version = "0.1.6"
3
+ version = "0.1.8"
4
4
  description = "Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }