Metadata-Version: 1.0
Name: python-mwuppet
Version: 0.0.2
Summary:  Mediawiki UserScript Deploy Script
Home-page: https://github.com/yuvipanda/mwuppet
Author: Yuvi Panda
Author-email: yuvipanda@gmail.com
License: MIT License
Description: mwuppet is a Mediawiki Userscripts deploy tool. Use it to easily deploy your userscript bundles (JS/CSS/HTML) onto the wiki. Because copy pasting code into an edit box and hitting 'Save Page' sucks.
        
        Installation:
        -------------
        
        (pip install | easy_install) python-mwuppet
        
        How to Use:
        -----------
        
        python mwuppet.py mediawiki_scriptname
        
        mediawiki_scriptname: MediaWiki userscript that you want to deploy onto the wiki.
        
        File Format:
        -------------
        The mediawiki_scriptname should be in the following format:
        
        Page:User:Wiki_username:path
        
        Example: page:User:Yuvipanda/wizard/wizard.js
        
        Now according to the above example, the userscript wizard.js will be deployed to http://en.wikipedia.org/wiki/User:Yuvipanda/wizard/wizard.js
        
        Note:
        -----
        1) Old user of mwuppet, make sure that you delete ~/.mwuppet and try the script.
Platform: UNKNOWN
