Metadata-Version: 2.1
Name: confidant-client
Version: 2.7.0
Summary: A client for confidant, a secret management system.
Home-page: https://github.com/lyft/python-confidant-client
Author: Ryan Lane
Author-email: rlane@lyft.com
License: apache2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3<2.0.0,>=1.2.6
Requires-Dist: cryptography>=1.2.1
Requires-Dist: requests<3.0.0,>=2.9.1
Requires-Dist: kmsauth<1.0.0,>=0.3.0
Requires-Dist: PyYAML>=3.11
Requires-Dist: jinja2>=2.8
Requires-Dist: six>=1.10.0
Requires-Dist: ndg-httpsclient<1.0.0,>=0.4.0; python_version == "2.7"
Requires-Dist: pyasn1<1.0.0,>=0.1.9; python_version == "2.7"
Requires-Dist: pyOpenSSL<19.0.0,>=0.15.1; python_version == "2.7"

confidant-client
================

A client for [confidant](https://lyft.github.io).

Docs
----

* [Installation](https://lyft.github.io/confidant/install)
* [Configuration](https://lyft.github.io/confidant/configuration)
* [Usage](https://lyft.github.io/confidant/using_confidant)
* [Contribution](https://lyft.github.io/confidant/contributing)
