Metadata-Version: 1.1
Name: mpxl
Version: 0.2
Summary: Matplotlib plotting tool for Microsoft Excel on OS X
Home-page: http://github.com/austin1howard/mpxl
Author: Austin Howard
Author-email: ahoward@utdallas.edu
License: UNKNOWN
Description: mplxl
        =====
        
        OS X package which grabs selection from Microsoft Excel, and plots with
        ``kaplot`` extension to ``matplotlib``. Then inserts plot into a new
        worksheet in Excel.
        
        Includes a script which is installed into python’s ``bin`` folder. This
        can be run from command line, or could be included into an Automator
        script to attach to keyboard shortcut.
        
        Requires ``kaplot`` and ``appscript`` modules, both available from
        `pypi`_.
        
        .. _pypi: http://pypi.python.org
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: MIT License
