Metadata-Version: 2.1
Name: ansible-vault-win
Version: 0.3.0
Summary: Stand-alone Ansible Vault CLI that works on Windows
Home-page: https://github.com/sparkyb/ansible-vault-win
Author: Ben Buchwald
Author-email: ben@ngcreative.com
License: MIT
Description: Description
        -----------
        
        Although Ansible only works on POSIX, you may want to edit your inventories and
        playbooks on Windows. This is a problem if you use any files or values encrypted
        with Ansible Vault. It may be a pain to find a separate POSIX machine just to
        run the ansible-vault CLI to encrypt/decrypt these vault files. This is an
        OS-independent port of a simplified version of just the ansible-vault CLI so
        that you can work with these encrypted files on Windows.
        
        See the [ansible-vault][] docs for more info.
        
        [ansible-vault]: https://docs.ansible.com/ansible/latest/cli/ansible-vault.html
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
