Metadata-Version: 1.0
Name: excelsior
Version: 0.0.1
Summary: Excelsior is a conversion tool for Excel spreadsheets
Home-page: https://github.com/peterhil/excelsior
Author: Peter Hillerström
Author-email: peter.hillerstrom@gmail.com
License: BSD License
Description: Excelsior
        =========
        
        Excelsior is a conversion tool for Excel spreadsheets.
        
        Uses [xlrd](http://www.python-excel.org/) for reading the Excel files, and thus supports the new [Open Office XML file format](https://en.wikipedia.org/wiki/Office_Open_XML) (.xlsx extension).
        
        Supported output formats are [tab separated values (TSV)](http://www.cs.tut.fi/~jkorpela/TSV.html), Yaml and JSON.
        
        ## Installation
        
        pip install excelsior
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: Topic :: Utilities
