Metadata-Version: 1.1
Name: explode
Version: 1.0.2
Summary: Explode python data, yaml or json into flat files in directories.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: =======
        explode
        =======
        
        Explode python data, yaml or json into flat files in directories.
        
        It turns out that sometimes you need to drop some data onto a server.
        Yaml and Json are both great for that, except that they suck to be
        consumed in shell scripts. What shell scripts are great at are
        directory structures and text files. SO - turn a python simple
        data structure, or a yaml or json representation of one, into a
        directory structure with text files.
        
        * Free software: Apache license
        * Source: http://github.com/emonty/explode
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
