Metadata-Version: 1.1
Name: spanky
Version: 0.1.0
Summary: Idempotent devops
Home-page: https://github.com/ionrock/spanky
Author: Eric Larson
Author-email: eric@ionrock.org
License: BSD
Description: ===============================
        spanky
        ===============================
        
        .. image:: https://badge.fury.io/py/spanky.png
            :target: http://badge.fury.io/py/spanky
        
        .. image:: https://travis-ci.org/ionrock/spanky.png?branch=master
                :target: https://travis-ci.org/ionrock/spanky
        
        .. image:: https://pypip.in/d/spanky/badge.png
                :target: https://pypi.python.org/pypi/spanky
        
        
        Idempotent devops.
        
        A collection of cli tools and nice DSL for doing devops.
        
        ::
           $ cat tests/etc/spanky/users.yml
           ---
           - username: mimi
           $ sp -c tests/etc/spanky/ users
        
        User mimi has been created!!!!!
        
        * Free software: BSD license
        * Documentation: https://spanky.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
Keywords: spanky
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
