gcp-secret-manager-cli

View on PyPIReverse Dependencies (0)

0.0.5 gcp_secret_manager_cli-0.0.5-py3-none-any.whl

Wheel Details

Project: gcp-secret-manager-cli
Version: 0.0.5
Filename: gcp_secret_manager_cli-0.0.5-py3-none-any.whl
Download: [link]
Size: 14270
MD5: 93f59ffb06c0bc9650fa26fcae48973b
SHA256: f8dd7c9c4db8116ad4adaf490276cd0dbdd4c61d7ebb26d71bce40d8529d7c83
Uploaded: 2024-12-24 18:30:48 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: gcp-secret-manager-cli
Version: 0.0.5
Summary: A command-line tool for managing GCP Secret Manager
Author-Email: Albert Liu <dreamerhyde[at]gmail.com>
Project-Url: Homepage, https://github.com/TaiwanBigdata/gcp-secret-manager-cli
Project-Url: Repository, https://github.com/TaiwanBigdata/gcp-secret-manager-cli.git
Keywords: cli,gcp,secret-manager
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: click (>=8.0.0)
Requires-Dist: google-cloud-secret-manager (>=2.0.0)
Requires-Dist: python-dotenv (>=0.19.0)
Requires-Dist: rich (>=10.0.0)
Requires-Dist: black (>=22.0.0); extra == "dev"
Requires-Dist: flake8 (>=4.0.0); extra == "dev"
Requires-Dist: isort (>=5.0.0); extra == "dev"
Requires-Dist: pytest-cov (>=4.0.0); extra == "dev"
Requires-Dist: pytest (>=7.0.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-Expression: MIT
License-File: LICENSE
[Description omitted; length: 4820 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gcp_secret_manager_cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gcp_secret_manager_cli/__main__.py sha256=8hDtWlaFZK24KhfNq_ZKgtXqYHsDQDetukOCMlsbW0Q 59
gcp_secret_manager_cli/cli.py sha256=xiFXH-UyjG9XltfzrJRjCq9U5LJ13ztEwEBws1FQdks 17850
gcp_secret_manager_cli/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gcp_secret_manager_cli/core/client.py sha256=WQ0Z8conC_LGdz7gwIO6ssUyVCfo_ywqlPUbF9LVbv0 2944
gcp_secret_manager_cli/core/manager.py sha256=0JfOe6bKkDR8X0jRen0osKStDqm0lQnSxj7C0FBjaEo 9215
gcp_secret_manager_cli/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gcp_secret_manager_cli/utils/console.py sha256=vxxjldJCgm3vvYRQnDcuYorHGUf3d17NLThS4gPB61E 2770
gcp_secret_manager_cli/utils/env.py sha256=HIzTCeAfs7-Qm6UZCPHnh5R2afNDeid-Epzqru1x5E4 1604
gcp_secret_manager_cli-0.0.5.dist-info/METADATA sha256=nP3Weh_l-xnS1B8imFFmTn_So1OkiWaDg-5IpnyjKgY 6397
gcp_secret_manager_cli-0.0.5.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
gcp_secret_manager_cli-0.0.5.dist-info/entry_points.txt sha256=CzKhLPgr1O5MyDcWiTGtqNHABFjQh2bbwyCVy7Yiw80 99
gcp_secret_manager_cli-0.0.5.dist-info/licenses/LICENSE sha256=M-9uQXdPpP1J8s-ccf-ELoXuEd_b5KmSYcA3H9yAE8Q 1067
gcp_secret_manager_cli-0.0.5.dist-info/RECORD

entry_points.txt

gcp-secrets = gcp_secret_manager_cli.cli:cli
sm = gcp_secret_manager_cli.cli:cli