Metadata-Version: 2.1
Name: secrets.env
Version: 1.0.3
Summary: Connect the credential store to your app
Home-page: https://github.com/tzing/secrets.env
License: Apache-2.0
Keywords: vault,environment variables
Author: tzing
Author-email: tzingshih@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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
Classifier: Typing :: Typed
Provides-Extra: all
Provides-Extra: keyring
Provides-Extra: teleport
Provides-Extra: yaml
Requires-Dist: PyYAML (>=5.1.2,<7.0.0) ; extra == "all" or extra == "yaml"
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: cryptography (>=42.0.5,<44.0.0) ; extra == "all" or extra == "teleport"
Requires-Dist: eval-type-backport (>=0.1.3,<0.2.0) ; python_version < "3.10"
Requires-Dist: httpx (>=0.23.1,<0.28.0)
Requires-Dist: keyring (>=23.3.0,<25.0.0) ; extra == "all" or extra == "keyring"
Requires-Dist: pexpect (>=4.9.0,<5.0.0) ; extra == "all" or extra == "teleport"
Requires-Dist: pydantic (>=2.0.3,<3.0.0)
Requires-Dist: shellingham (>=1.5.4,<2.0.0) ; extra == "all"
Requires-Dist: tomli (>=1.1.0,<3.0.0) ; python_version < "3.11"
Project-URL: Documentation, https://secrets-env.readthedocs.io/
Project-URL: Repository, https://github.com/tzing/secrets.env
Description-Content-Type: text/x-rst

Secrets.env
===========

Secrets.env connects the credential store to your app.

Safeguard your sensitive data by securely retrieving and injecting credentials into your environment variables.
Just like a `.env` loader, but without landing credentials on disk.

