envrcctl 0.2.3__tar.gz → 0.2.4__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.
- {envrcctl-0.2.3 → envrcctl-0.2.4}/PKG-INFO +2 -2
- {envrcctl-0.2.3 → envrcctl-0.2.4}/pyproject.toml +2 -2
- {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/release_artifacts.py +2 -2
- {envrcctl-0.2.3 → envrcctl-0.2.4}/.gitignore +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/LICENSE +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/README.md +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/completions/envrcctl.bash +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/completions/envrcctl.fish +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/completions/envrcctl.zsh +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/build_macos_auth_helper.sh +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/generate_completions.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/macos/envrcctl-macos-auth.swift +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/package_for_ship.sh +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/__init__.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/audit.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/auth.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/cli.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/command_runner.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/envrc.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/envrcctl-macos-auth.bak +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/errors.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/keychain.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/main.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/managed_block.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/secrets.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/secretservice.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/__init__.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/conftest.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/helpers/__init__.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/helpers/cli_support.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_audit.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_audit_cli.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_auth.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_doctor.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_errors.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_eval.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_exec.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_helpers.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_inject.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_migrate.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_secret_get.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_secret_list.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_secret_set_unset.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_command_runner.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_envrc.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_keychain.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_main.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_managed_block.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_secrets.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_secretservice.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_smoke.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: envrcctl
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Manage .envrc with managed blocks and OS-backed secrets.
|
|
5
5
|
Project-URL: Homepage, https://github.com/rioriost/envrcctl
|
|
6
6
|
Project-URL: Issues, https://github.com/rioriost/envrcctl/issues
|
|
@@ -8,7 +8,7 @@ Project-URL: Repository, https://github.com/rioriost/envrcctl
|
|
|
8
8
|
Author-email: Rio Fujita <rio_github@rio.st>
|
|
9
9
|
License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.12
|
|
12
12
|
Requires-Dist: typer>=0.24.1
|
|
13
13
|
Provides-Extra: test
|
|
14
14
|
Requires-Dist: bandit>=1.7.10; extra == 'test'
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "envrcctl"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.4"
|
|
4
4
|
description = "Manage .envrc with managed blocks and OS-backed secrets."
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
6
6
|
license = "MIT"
|
|
7
|
-
requires-python = ">=3.
|
|
7
|
+
requires-python = ">=3.12"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "Rio Fujita", email = "rio_github@rio.st" },
|
|
10
10
|
]
|
|
@@ -195,7 +195,7 @@ end
|
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
def write_formula(repo_root: Path, formula_text: str, formula_dir: Path | None) -> Path:
|
|
198
|
-
target_dir = formula_dir or (repo_root
|
|
198
|
+
target_dir = formula_dir or (repo_root / "Formula")
|
|
199
199
|
target_dir.mkdir(parents=True, exist_ok=True)
|
|
200
200
|
formula_path = target_dir / "envrcctl.rb"
|
|
201
201
|
formula_path.write_text(formula_text, encoding="utf-8")
|
|
@@ -226,7 +226,7 @@ def parse_args() -> argparse.Namespace:
|
|
|
226
226
|
"--formula-dir",
|
|
227
227
|
type=Path,
|
|
228
228
|
default=None,
|
|
229
|
-
help="Directory to write envrcctl.rb into. Defaults to
|
|
229
|
+
help="Directory to write envrcctl.rb into. Defaults to ./Formula.",
|
|
230
230
|
)
|
|
231
231
|
return parser.parse_args()
|
|
232
232
|
|
|
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
|
|
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
|