Metadata-Version: 2.1
Name: confidant-client
Version: 2.5.4
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)

Reporting security vulnerabilities
----------------------------------

If you've found a vulnerability or a potential vulnerability in Confidant
please let us know at security@lyft.com. We'll send a confirmation email to
acknowledge your report, and we'll send an additional email when we've
identified the issue positively or negatively.

Getting support or asking questions
-----------------------------------

We have a mailing list for discussion, and a low volume list for announcements:

* https://groups.google.com/forum/#!forum/confidant-users
* https://groups.google.com/forum/#!forum/confidant-announce

We also have an IRC channel on freenode and a Gitter channel:

* [#confidant](http://webchat.freenode.net/?channels=confidant)
* [lyft/confidant on Gitter](https://gitter.im/lyft/confidant)

Feel free to drop into either Gitter or the IRC channel for any reason, even
if just to chat. It doesn't matter which one you join, the messages are sync'd
between the two.
