Metadata-Version: 2.1
Name: pylightxl
Version: 1.3
Summary: A light weight excel read/writer for python27 and python3 with no dependencies
Home-page: https://github.com/PydPiper/pylightxl
Author: Viktor Kis
Author-email: 
License: UNKNOWN
Description: # pylightxl
        A light weight, zero non-standard-lib dependency, minial functionality excel read 
        (writer coming soon) python library. See documentation: [docs](https://pylightxl.readthedocs.io)
        
        Supports:
         - Supports .xlsx and .xlsm file extensions. 
        
        Limitations:
         - Does not support .xls (excel 97-2003 worksheet).
         - Does not support worksheet cell data more than 536,870,912 cells (32-bit list limitation)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
