{ "info": { "author": "Juan-Pablo Scaletti", "author_email": "juanpablo@jpscaletti.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===============================\nVoodoo\n===============================\n\nVoodoo is a template system for project skeletons (similar to the template part\nof PasteScript):\n\n* It can make a copy of a project skeleton processing some files, filter others, etc.\n* Works with **local** paths and **git/hg URLs**.\n* It generates a beautiful output and take care of not overwrite existing files, unless instructed to do so.\n* BSD License. See ``LICENSE`` for more details.\n\n\n.. image:: https://raw.github.com/jpscaletti/Voodoo/master/voodoo-output.png\n :alt: Voodoo sample output as used in a program.\n\n*Above, Voodoo sample output as used in a program*\n\n**Requirements:**\n\n* Pypy or Python 2.7, 3.3 or newer.\n\n* It also uses the Jinja2 and Colorama Python libraries.\n\n\nAs a command line tool\n------------------------------------\n\nInstall it by doing::\n\n $ pip install voodoo\n\nAvailable commands:\n\n`voodoo new