Metadata-Version: 2.1
Name: python-messytable-handler
Version: 0.2.3
Summary: Parse messy tabular data in various formats. Updated clone of okfn/messytables.
Author-email: Open Knowledge Foundation <info@okfn.org>
Maintainer-email: David Harcombe <david.harcombe@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/davidharcombe/messytables
Project-URL: Bug Tracker, https://github.com/davidharcombe/messytables/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: xlrd (>=0.8.0)
Requires-Dist: python-magic (>=0.4.12)
Requires-Dist: chardet (>=2.3.0)
Requires-Dist: python-dateutil (>=1.5.0)
Requires-Dist: lxml (>=3.2)
Requires-Dist: requests
Requires-Dist: six (>=1.9)
Requires-Dist: html5lib
Requires-Dist: json-table-schema (<=0.2.1,>=0.2)

# Parsing for messy tables

[![Build Status](https://travis-ci.org/okfn/messytables.png?branch=master)](https://travis-ci.org/okfn/messytables)
[![Coverage Status](https://coveralls.io/repos/okfn/messytables/badge.png?branch=master)](https://coveralls.io/r/okfn/messytables?branch=master)
[![Latest Version](https://img.shields.io/pypi/v/messytables.svg)](https://pypi.python.org/pypi/messytables/)

A library for dealing with messy tabular data in several formats, guessing types and detecting headers.

See the documentation at: https://messytables.readthedocs.io

Find the package at: https://pypi.python.org/pypi/messytables

See CONTRIBUTING.md for how to send patches, run tests.

**Contact**: Open Knowledge Labs - http://okfnlabs.org/contact/. We especially recommend the forum: http://discuss.okfn.org/category/open-knowledge-labs/
