Metadata-Version: 1.2
Name: tabler
Version: 2.2.1
Summary: Simple interface for tabulated data and .csv files
Home-page: http://github.com/axevalley/tabler.git
Author: Luke Shiner
Author-email: luke@lukeshiner.com
License: UNKNOWN
Description: =============
        Tabler Readme
        =============
        
        .. image:: https://travis-ci.org/axevalley/tabler.svg?branch=master
            :target: https://travis-ci.org/axevalley/tabler
        
        .. image:: https://readthedocs.org/projects/tabler/badge/?version=latest
            :target: https://tabler.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://badge.fury.io/py/tabler.svg
            :target: https://pypi.org/project/tabler/
        
        .. image:: https://pypip.in/py_versions/tabler/badge.svg
            :target: https://pypi.org/project/tabler/
        
        --------------------------------------
        Simple interaction with tabulated data
        --------------------------------------
        
        .. contents:: Contents
        
        What is tabler?
        ===============
        
        The tabler package provides the Table class which makes the creation and
        manipulation of tabulated data intuitive.
        
        It can:
            + Access spreadsheet files.
            + Update text in cells.
            + Write spreadsheet files.
        
        Compatible formats:
            + .csv
            + Open Spreadsheet Format .ods
            + Microsoft Excel .xlsx
            + HTML (Write only)
            + Add by sub-classing BaseTableType.
        
        For more information please read the Documentation_ or view the project on
        GitHub_.
        
        .. _Documentation: https://tabler.readthedocs.io/en/latest/
        .. _GitHub: https://github.com/axevalley/tabler.git
        
        Contact
        _______
        
        Please send all comments and queries to Luke Shiner at luke@lukeshiner.com
        
        License
        _______
        
        Distributed with MIT License.
        
        Credits
        _______
        
        Created by Luke Shiner (luke@lukeshiner.com)
        
Keywords: table,csv,simple
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Topic :: Other/Nonlisted Topic
Requires-Python: >=3.6.0
