vaultuner 0.1.7__tar.gz → 0.1.9__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.
- {vaultuner-0.1.7 → vaultuner-0.1.9}/PKG-INFO +2 -2
- {vaultuner-0.1.7 → vaultuner-0.1.9}/README.md +1 -1
- {vaultuner-0.1.7 → vaultuner-0.1.9}/pyproject.toml +2 -2
- {vaultuner-0.1.7 → vaultuner-0.1.9}/src/vaultuner/__init__.py +0 -0
- {vaultuner-0.1.7 → vaultuner-0.1.9}/src/vaultuner/cli.py +0 -0
- {vaultuner-0.1.7 → vaultuner-0.1.9}/src/vaultuner/client.py +0 -0
- {vaultuner-0.1.7 → vaultuner-0.1.9}/src/vaultuner/config.py +0 -0
- {vaultuner-0.1.7 → vaultuner-0.1.9}/src/vaultuner/export.py +0 -0
- {vaultuner-0.1.7 → vaultuner-0.1.9}/src/vaultuner/import_env.py +0 -0
- {vaultuner-0.1.7 → vaultuner-0.1.9}/src/vaultuner/models.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: vaultuner
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
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
|
|
@@ -137,7 +137,7 @@ myapp/dev/db-password # Development only
|
|
|
137
137
|
|
|
138
138
|
## Documentation
|
|
139
139
|
|
|
140
|
-
Full docs at [alltuner.
|
|
140
|
+
Full docs at [vaultuner.alltuner.com](https://vaultuner.alltuner.com)
|
|
141
141
|
|
|
142
142
|
## License
|
|
143
143
|
|
|
@@ -112,7 +112,7 @@ myapp/dev/db-password # Development only
|
|
|
112
112
|
|
|
113
113
|
## Documentation
|
|
114
114
|
|
|
115
|
-
Full docs at [alltuner.
|
|
115
|
+
Full docs at [vaultuner.alltuner.com](https://vaultuner.alltuner.com)
|
|
116
116
|
|
|
117
117
|
## License
|
|
118
118
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "vaultuner"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.9"
|
|
4
4
|
description = "Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -35,5 +35,5 @@ dev = ["prek>=0.3.1", "pytest>=9.0.2"]
|
|
|
35
35
|
docs = ["mkdocs>=1.6.0", "mkdocs-material>=9.5.0"]
|
|
36
36
|
|
|
37
37
|
[build-system]
|
|
38
|
-
requires = ["uv_build>=0.
|
|
38
|
+
requires = ["uv_build>=0.10.0,<0.11.0"]
|
|
39
39
|
build-backend = "uv_build"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|