Metadata-Version: 1.1
Name: ksv
Version: 0.1.3
Summary: ksv decodes/encodes entire Kubernetes secrets files
Home-page: https://github.com/metadave/ksv
Author: Dave Parfitt
Author-email: dparfitt@mozilla.com
License: Apache Software License 2.0
Description: ksv
        ===
        
        |image|
        
        |image|
        
        |Documentation Status|
        
        ksv decodes/encodes entire Kubernetes secrets files
        
        -  Free software: Apache Software License 2.0
        -  Documentation: https://ksv.readthedocs.io.
        
        Installation
        ------------
        
        ::
        
            pip install ksv
        
        Usage
        -----
        
        Decoding all secret values:
        
        ::
        
            ksv < some_secrets_file_with_base64_encoded_data_values.yaml
        
        Encoding all secret values:
        
        ::
        
            ksv --encode < some_secrets_file_with_plaintext_data_values.yaml
        
        Round trip:
        
        ::
        
            ksv < test.yaml | ksv --encode
        
        Features
        --------
        
        -  TODO
        
        Credits
        -------
        
        This package was created with
        `Cookiecutter <https://github.com/audreyr/cookiecutter>`__ and the
        `audreyr/cookiecutter-pypackage <https://github.com/audreyr/cookiecutter-pypackage>`__
        project template.
        
        .. |image| image:: https://img.shields.io/pypi/v/ksv.svg
           :target: https://pypi.python.org/pypi/ksv
        .. |image| image:: https://img.shields.io/travis/metadave/ksv.svg
           :target: https://travis-ci.org/metadave/ksv
        .. |Documentation Status| image:: https://readthedocs.org/projects/ksv/badge/?version=latest
           :target: https://ksv.readthedocs.io/en/latest/?badge=latest
        
        
        =======
        History
        =======
        
        0.1.0 (2018-02-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: ksv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
