Metadata-Version: 1.1
Name: vcsecret
Version: 0.0.8
Summary: Keep your secrets in your VCS
Home-page: https://github.com/isra17/vcsecret
Author: isra17
Author-email: isra017@gmail.com
License: LGPL3
Description: 
        This Python utility and library is used to keep your secret value on Version Control Software. The secret value are encrypted with a public key so everyone can write them. However, the private key is required to decrypt those values. The private key should be stored only on the server running the app.
        
Keywords: secret config cryptography
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
