Metadata-Version: 1.1
Name: make_excel
Version: 1.2.0.dev1
Summary: Create .xls file with Python dictionary
Home-page: https://github.com/nidhinbose89/make_excel.git
Author: Nidhin Bose J
Author-email: nidhinb@yahoo.com
License: MIT
Description: make_excel
        =======================
        
        A script to create excel from Python dictionary data.
        
        ----
        
        Example usage:
        
        Example usage -> make_excel({'data': [1, 2, 3, 4, 5, 6, 7], 'data1': ['apples', 'oranges'],  'data3': 1}, full_filepath='output_NsURCM')
        
        This will create an excel of name 'output_NsURCM.xls' with the data supplied to it as Python dictionary.
Keywords: Create .xls file with Python dictionary
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
