gcp-secret-manager-cli

View on PyPIReverse Dependencies (0)

0.0.6 gcp_secret_manager_cli-0.0.6-py3-none-any.whl

Wheel Details

Project: gcp-secret-manager-cli
Version: 0.0.6
Filename: gcp_secret_manager_cli-0.0.6-py3-none-any.whl
Download: [link]
Size: 14792
MD5: 619dcd115a75913138e59806f597d800
SHA256: e39c0d2cdacbefbdd196f243eac73b27fb94977883b3e835d2e2d0d0c27ba973
Uploaded: 2024-12-31 05:41:57 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: gcp-secret-manager-cli
Version: 0.0.6
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: 5125 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=lW6N9r_eiZSuKZCu4BchcJIfGoY3U0UUxgKG568EKns 19416
gcp_secret_manager_cli/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gcp_secret_manager_cli/core/client.py sha256=kXdvs76AYuBL3NW4fsEEJRH7NSuWGyPDCyRw-AMq69M 2924
gcp_secret_manager_cli/core/manager.py sha256=JZdKmUn_IL1iYAbAYotxSewTN4ilNDslMBvpFH_ueFs 9868
gcp_secret_manager_cli/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gcp_secret_manager_cli/utils/console.py sha256=qsFRDzxz_IkZESwbh8FwquWmqzQJasnksTmQbyLUCRc 2769
gcp_secret_manager_cli/utils/env.py sha256=HIzTCeAfs7-Qm6UZCPHnh5R2afNDeid-Epzqru1x5E4 1604
gcp_secret_manager_cli-0.0.6.dist-info/METADATA sha256=42v3wmBCN9fcJlQIlcgFhANsl0-yL4LZ6WNGsdGKpLA 6710
gcp_secret_manager_cli-0.0.6.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
gcp_secret_manager_cli-0.0.6.dist-info/entry_points.txt sha256=CzKhLPgr1O5MyDcWiTGtqNHABFjQh2bbwyCVy7Yiw80 99
gcp_secret_manager_cli-0.0.6.dist-info/licenses/LICENSE sha256=M-9uQXdPpP1J8s-ccf-ELoXuEd_b5KmSYcA3H9yAE8Q 1067
gcp_secret_manager_cli-0.0.6.dist-info/RECORD

entry_points.txt

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