Metadata-Version: 1.1
Name: pyexcel-io
Version: 0.0.1
Summary: A generic file extension for pyexcel
Home-page: https://github.com/chfw/pyexcel-io
Author: C. W.
Author-email: wangc_2011@hotmail.com
License: General Publice License version 3
Description: ==============
        pyexcel-io
        ==============
        
        .. image:: https://travis-ci.org/chfw/pyexcel-io.svg?branch=v0.0.1
            :target: https://travis-ci.org/chfw/pyexcel-io/builds/43269470
        
        .. image:: https://coveralls.io/repos/chfw/pyexcel-io/badge.png?branch=v0.0.1 
            :target: https://coveralls.io/r/chfw/pyexcel-io?branch=v0.0.1 
        
        
        **pyexcel-io** is a tiny interface library to unify the io extensions of `pyexcel <https://github.com/chfw/pyexcel>`__ . You may use it to write an extension for pyexcel to handle a specific file format: reading content from and writing content to.
        
        
        Installation
        ============
        
        You can install it via pip::
        
            $ pip install pyexcel-io
        
        
        or clone it and install it::
        
            $ git clone http://github.com/chfw/pyexcel-io.git
            $ cd pyexcel-io
            $ python setup.py install
        
        
        Dependencies
        ============
        
        1. python 2.6, orderreddict
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
