/usr/lib/python2.7/dist-packages/custodia-0.5.0.egg-info/PKG-INFO is in python-custodia 0.5.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | Metadata-Version: 1.1
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+
Description-Content-Type: UNKNOWN
Description: .. 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
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
|