Metadata-Version: 1.1
Name: pmipy
Version: 0.12.2
Summary: A tool for my team.
Home-page: UNKNOWN
Author: biojim
Author-email: biojxz@163.com
License: MIT
Description: xlwings - Make Excel fly with Python!
        =====================================
        
        xlwings is a `BSD-licensed <http://opensource.org/licenses/BSD-3-Clause>`_ Python library that makes it easy to call
        Python from Excel and vice versa:
        
        * **Scripting**: Automate/interact with Excel from Python using a syntax that is close to VBA.
        * **Macros**: Replace your messy VBA macros with clean and powerful Python code.
        * **UDFs**: Write User Defined Functions (UDFs) in Python (Windows only).
        
        **Numpy arrays** and **Pandas Series/DataFrames** are fully supported. xlwings-powered workbooks are easy to distribute and work
        on **Windows** and **Mac**.
        
        Links
        -----
        
        * Homepage: http://xlwings.org
        * Quickstart: http://docs.xlwings.org/en/stable/quickstart.html
        * Documentation: http://docs.xlwings.org
        * Source Code: http://github.com/zoomeranalytics/xlwings
        
        
        
Keywords: I don't want to tell you!
Platform: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: License :: OSI Approved :: BSD License
