Metadata-Version: 1.1
Name: column
Version: 0.4.8
Summary: A thin wrapper on top of ansible with a stable API.
Home-page: https://github.com/vmware/column
Author: VMware
Author-email: UNKNOWN
License: BSD-2
Description: 
        column is a thin wrapper on top of ansible API, to serve
        as an entry point for other code when ansible is needed. As ansible
        internal API is not officially exposed and thus changes are very likely,
        this wrapper should be used instead of touching ansible directly,
        so that any further ansible API change will only incur change in this module.
        
        It exposes two classes:
        column.APIRunner and column.SubprocessRunner
        
        Both of them implement API described in column.Runner.
        Each runner expose two public methods:
        run_playbook() and run_module().
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
