Metadata-Version: 2.0
Name: custodia
Version: 0.5.0
Summary: A service to manage, retrieve and store secrets.
Home-page: https://github.com/latchset/custodia
Author: Custodia project Contributors
Author-email: simo@redhat.com
License: GPLv3+
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cryptography
Requires-Dist: jwcrypto
Requires-Dist: six
Requires-Dist: requests
Requires-Dist: configparser; python_version<"3.4"
Provides-Extra: etcd_store
Requires-Dist: python-etcd; extra == 'etcd_store'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: python-etcd; extra == 'test'
Provides-Extra: test_docs
Requires-Dist: docutils; extra == 'test_docs'
Requires-Dist: markdown; extra == 'test_docs'
Requires-Dist: sphinx-argparse; extra == 'test_docs'
Requires-Dist: sphinxcontrib-spelling; extra == 'test_docs'
Requires-Dist: python-etcd; extra == 'test_docs'
Provides-Extra: test_pep8
Requires-Dist: flake8; extra == 'test_pep8'
Requires-Dist: flake8-import-order; extra == 'test_pep8'
Requires-Dist: pep8-naming; extra == 'test_pep8'
Provides-Extra: test_pylint
Requires-Dist: pylint; extra == 'test_pylint'
Requires-Dist: coverage; extra == 'test_pylint'
Requires-Dist: pytest; extra == 'test_pylint'
Requires-Dist: python-etcd; extra == 'test_pylint'

.. WARNING: AUTO-GENERATED FILE. DO NOT EDIT.

|Build Status|

Custodia
========

A tool for managing secrets.

See our `Quick Start Guide <docs/source/quick.rst>`__

Custodia is a project that aims to define an API for modern cloud
applications that allows to easily store and share passwords, tokens,
certificates and any other secret in a way that keeps data secure,
manageable and auditable.

The Custodia project offers example implementations of clear text and
encrypted backends, and aims to soon provide drivers to store data in
external data stores like the Vault Project, OpenStack's Barbican,
FreeIPA's Vault and similar.

In future the Custodia project plans to enhance and enrich the API to
provide access to even more secure means of dealing with private keys,
like HSM as a Service and other similar security systems.

See the Custodia documentation for more information:
https://custodia.readthedocs.io

Requirements
------------

Runtime
~~~~~~~

-  configparser (Python 2.7)
-  cryptography
-  jwcrypto >= 0.2
-  requests
-  six

Installation and testing
~~~~~~~~~~~~~~~~~~~~~~~~

-  pip
-  setuptools >= 18.0
-  tox >= 2.3.1
-  wheel

API stability
-------------

Some APIs are provisional and may change in the future.

-  Command line interface in module ``custodia.cli``.
-  The script custodia-cli.

.. |Build Status| image:: https://travis-ci.org/latchset/custodia.svg?branch=master
   :target: https://travis-ci.org/latchset/custodia


