Metadata-Version: 1.1
Name: file-readers
Version: 0.0.7
Summary: Library of different types of file reader and data collector classes.
Home-page: https://github.com/mjalas/file-readers
Author: Mats Jalas
Author-email: mats.jalas@gmail.com
License: MIT
Description: File readers
        ============
        
        |PyPI version| |Build Status| |Coverage Status| |Code Health|
        
        File readers is a library that currently includes reader for Excel and
        CSV files. By default the library includes a data collector for each
        reader. The default data collectors might be sufficient for most basic
        cases. The library has been design to be extendable. Users can inherit
        the base data collector and write their own implementation, which can
        then be injected into one of the reader classes. More documentation
        about the libary will be added soon.
        
        .. |PyPI version| image:: https://badge.fury.io/py/file-readers.svg
           :target: https://badge.fury.io/py/file-readers
        .. |Build Status| image:: https://travis-ci.org/mjalas/file-readers.svg?branch=master
           :target: https://travis-ci.org/mjalas/file-readers
        .. |Coverage Status| image:: https://coveralls.io/repos/github/mjalas/file-readers/badge.svg?branch=master
           :target: https://coveralls.io/github/mjalas/file-readers?branch=master
        .. |Code Health| image:: https://landscape.io/github/mjalas/file-readers/master/landscape.svg?style=flat
           :target: https://landscape.io/github/mjalas/file-readers/master
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
