Metadata-Version: 1.1
Name: x-x
Version: 0.3
Summary: Excel file CLI Reader
Home-page: http://github.com/krockode/x_x
Author: Kristian Perkins
Author-email: khperkins@gmail.com
License: Apache 2.0
Description: x_x: The Dead Guy CLI
        ======================================
        
        x_x is a Microsoft Excel file command line reader.  The purpose of this is to not break
        the workflow of people who live on the command line and need to access a
        spreadsheet generated using Microsoft Excel.
        
        Install
        -------
        
        To install:
        
        ::
          $ pip install x_x
        
        
        Usage
        -----
        
        Run using the `x_x` command:
        
        ::
          $ x_x some_file.xls
        
        For help use:
        
        ::
        
          $ x_x --help
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
