Metadata-Version: 2.1
Name: xlson
Version: 0.0.4
Summary: Python package for transforming Excel files to JSON files and manipulating them
Home-page: https://github.com/loven-doo/xlson
Author: Denis Moshensky
Author-email: loven7doo@gmail.com
License: UNKNOWN
Description: # xlson
        
        Python package for transforming Excel files to JSON files and manipulating them
        
        ## Installation
        
        To install the package from PyPI type:
        
        ```
        pip install xlson
        ```
        
        Or from the repo:
        
        ```
        pip install git+https://github.com/loven-doo/xlson.git
        ```
        
        For 'dev' branch version:
        
        ```
        pip install git+https://github.com/loven-doo/xlson.git@dev
        ```
        
        ## Package reference
        
        ### xlson.prepare_xl
        
        ### xlson.handlers.XLSonHandler
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
