Metadata-Version: 2.1
Name: xlwings
Version: 0.19.4
Summary: Make Excel fly: Interact with Excel from Python and vice versa.
Home-page: https://www.xlwings.org
Author: Zoomer Analytics LLC
Author-email: felix.zumstein@zoomeranalytics.com
License: BSD 3-clause
Description: xlwings - Make Excel fly with Python!
        =====================================
        
        xlwings CE
        ----------
        
        xlwings CE 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).
        * **REST API**: Expose your Excel workbooks via REST API.
        
        **Numpy arrays** and **Pandas Series/DataFrames** are fully supported. xlwings-powered workbooks are easy to distribute and work
        on **Windows** and **Mac**.
        
        xlwings CE includes all files in the xlwings package except the ``pro`` folder, i.e. the ``xlwings.pro`` subpackage.
        
        xlwings PRO
        -----------
        
        The purpose of xlwings PRO is to finance the continued maintenance and enhancement of xlwings. This will allow you to rely on the package without being left with the dreaded `"this library currently has no active maintainers" <https://github.com/python-excel/xlrd>`_ message that happens to too many open-source packages after a couple of years.
        
        To get access to the additional functionality of xlwings PRO, you need a license key and at least xlwings v0.19.0. Everything under the ``xlwings.pro`` subpackage is distributed under a commercial license, see https://github.com/xlwings/xlwings/blob/master/LICENSE_PRO.txt.
        
        * For current features and pricing: https://www.xlwings.org/pricing
        * To request a trial license key: https://www.xlwings.org/trial
        
        Links
        -----
        
        * Homepage: https://www.xlwings.org
        * Quickstart: https://docs.xlwings.org/en/stable/quickstart.html
        * Documentation: https://docs.xlwings.org
        * Video Course: https://training.xlwings.org/p/xlwings
        * Source Code: https://github.com/xlwings/xlwings
        
        
        xltrail
        -------
        
        The Excel add-in is version controlled with `xltrail <https://www.xltrail.com>`_. You can see the diffs
        `here <https://app.xltrail.com/#/?path=github.com%2FZoomerAnalytics%2Fxlwings.git&branch=master&public=true>`_.
Keywords: xls,excel,spreadsheet,workbook,vba,macro
Platform: Windows
Platform: Mac OS X
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.5
Provides-Extra: all
Provides-Extra: pro
