Metadata-Version: 2.1
Name: harpo
Version: 1.0.3
Summary: A GPG-based secret storing/sharing library
Home-page: https://behavox.com/
Author: Behavox
Author-email: devops@behavox.com
License: Apache-2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=2.7
Requires-Dist: pbr
Requires-Dist: PyYAML
Requires-Dist: python-gnupg
Requires-Dist: click
Requires-Dist: colorlog
Requires-Dist: tabulate
Requires-Dist: filelock

*****
Harpo
*****

Description
###########

    Harpocrates (Ancient Greek: Ἁρποκράτης) was the god of silence, secrets and confidentiality.

**Harpo** is GPG-based secret storage/sharing library.

It is aims to be a convenient wrapper around GPG and tries to solve following problems:

* Store secrets in a repository (currently only git is supported) in a secure manner
* Provide role-based access to the stored secrets
* Provide an easy way to reencrypt secrets

It was inspired by `blackbox <https://github.com/StackExchange/blackbox>`_ by StackExchange.



