Metadata-Version: 1.0
Name: Voodoo
Version: 0.2.1
Summary: Reanimates an application skeleton, just for you.
Home-page: http://github.com/lucuma/Voodoo
Author: Juan-Pablo Scaletti
Author-email: juanpablo@lucumalabs.com
License: MIT license (http://www.opensource.org/licenses/mit-license.php)
Description: 
        # Voodoo
        
        Reanimates an application skeleton, just for you.
        
        
        ## How to use
        
            :::Python
            from voodoo import reanimate_skeleton
        
            reanimate_skeleton(skeleton_path, skeleton_path, data=None, filter_ext=None,
                env_options=None)
        
        
        ---------------------------------------
        
        Coded by Juan-Pablo Scaletti <juanpablo@lucumalabs.com>.<br />
        Copyright © 2011 by [Lúcuma labs] (http://lucumalabs.com).<br />
        License: [MIT License] (http://www.opensource.org/licenses/mit-license.php).
        
        Thanks to [@Yaraher] (http://twitter.com/Yaraher) for the project name suggestion.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
