Metadata-Version: 1.1
Name: custodia
Version: 0.3.1
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+
Description: .. WARNING: AUTO-GENERATED FILE. DO NOT EDIT.
        
        |Build Status|
        
        Custodia
        ========
        
        A tool for managing secrets.
        
        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
        
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
