Metadata-Version: 2.1
Name: tabler
Version: 2.4.0
Summary: Simple interface for tabulated data and .csv files
Home-page: https://github.com/lukeshiner/tabler
License: MIT
Keywords: table,csv,simple
Author: Luke Shiner
Author-email: luke@lukeshiner.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Utilities
Requires-Dist: jinja2 (>=2.11.0,<3.0.0)
Requires-Dist: openpyxl (>=3.0.3,<4.0.0)
Requires-Dist: pyexcel-ods (>=0.5.6,<0.6.0)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: urllib3 (>=1.25.8,<2.0.0)
Project-URL: Documentation, https://tabler.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/lukeshiner/tabler
Description-Content-Type: text/x-rst

===============================================
Tabler - Simple interaction with tabulated data
===============================================

.. image:: https://travis-ci.org/lukeshiner/tabler.svg?branch=master
    :target: https://travis-ci.org/lukeshiner/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/


What is tabler?
===============

Tabler allows you to quickly and easily open, edit, create and update common
files that hold data in a tabulated format, such as CSV or XLSX files. It's
simple API keeps your source code clean and allows easy use of an interactive
session.

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)

If you need another format, see the documentation_ for how
to add your own.

The full documentation is available on `Read the Docs
<https://tabler.readthedocs.io/en/latest/>`_.

Tabler lives on GitHub_.

.. _documentation: https://tabler.readthedocs.io/en/latest/
.. _GitHub: https://github.com/lukeshiner/tabler.git

Contact
_______

Please send all comments and queries to Luke Shiner at luke@lukeshiner.com
Issues can be reported on GitHub_

License
_______

Distributed with MIT License.

Credits
_______

Created by Luke Shiner (luke@lukeshiner.com)

