Metadata-Version: 2.1
Name: tabledata
Version: 0.0.17
Summary: A Python library to represent tabular data for pytablewriter/pytablereader/SimpleSQLite.
Home-page: https://github.com/thombashi/tabledata
Author: Tsuyoshi Hombashi
Author-email: tsuyoshi.hombashi@gmail.com
License: MIT License
Project-URL: Documentation, http://tabledata.rtfd.io/
Project-URL: Tracker, https://github.com/thombashi/tabledata/issues
Description: tabledata
        ===========
        .. image:: https://badge.fury.io/py/tabledata.svg
            :target: https://badge.fury.io/py/tabledata
        
        .. image:: https://img.shields.io/travis/thombashi/tabledata/master.svg?label=Linux
            :target: https://travis-ci.org/thombashi/tabledata
            :alt: Linux CI test status
        
        .. image:: https://img.shields.io/appveyor/ci/thombashi/tabledata/master.svg?label=Windows
            :target: https://ci.appveyor.com/project/thombashi/tabledata/branch/master
            :alt: Windows CI test status
        
        .. image:: https://coveralls.io/repos/github/thombashi/tabledata/badge.svg?branch=master
            :target: https://coveralls.io/github/thombashi/tabledata?branch=master
        
        Summary
        ---------
        A Python library to represent tabular data for pytablewriter/pytablereader/SimpleSQLite.
        
        Installation
        ============
        ::
        
            pip install tabledata
        
        
        Dependencies
        ============
        Python 2.7+ or 3.4+
        
        Mandatory Python packages
        ----------------------------------
        - `DataPropery <https://github.com/thombashi/DataProperty>`__ (Used to extract data types)
        - `logbook <http://logbook.readthedocs.io/en/stable/>`__
        - `pathvalidate <https://github.com/thombashi/pathvalidate>`__
        - `six <https://pypi.python.org/pypi/six/>`__
        - `typepy <https://github.com/thombashi/typepy>`__
        
        Optional Python packages
        ------------------------------------------------
        - `pandas <http://pandas.pydata.org/>`__
            - required to get table data as a pandas data frame
        
        Test dependencies
        -----------------
        - `pytablewriter <https://github.com/thombashi/pytablewriter>`__
        - `pytest <http://pytest.org/latest/>`__
        - `pytest-runner <https://pypi.python.org/pypi/pytest-runner>`__
        - `tox <https://testrun.org/tox/latest/>`__
        
        Documentation
        ===============
        http://tabledata.rtfd.io/
        
        
Keywords: table
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: build
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: release
