python-messytable-handler


Namepython-messytable-handler JSON
Version 0.2.3 PyPI version JSON
download
home_page
SummaryParse messy tabular data in various formats. Updated clone of okfn/messytables.
upload_time2023-06-06 16:01:21
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # 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/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-messytable-handler",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "David Harcombe <david.harcombe@gmail.com>",
    "keywords": "",
    "author": "",
    "author_email": "Open Knowledge Foundation <info@okfn.org>",
    "download_url": "https://files.pythonhosted.org/packages/35/04/17bfefc996b40b2d35aebd7cf7ae5263493e17a55060270ef6fb02ff65b9/python-messytable-handler-0.2.3.tar.gz",
    "platform": null,
    "description": "# Parsing for messy tables\n\n[![Build Status](https://travis-ci.org/okfn/messytables.png?branch=master)](https://travis-ci.org/okfn/messytables)\n[![Coverage Status](https://coveralls.io/repos/okfn/messytables/badge.png?branch=master)](https://coveralls.io/r/okfn/messytables?branch=master)\n[![Latest Version](https://img.shields.io/pypi/v/messytables.svg)](https://pypi.python.org/pypi/messytables/)\n\nA library for dealing with messy tabular data in several formats, guessing types and detecting headers.\n\nSee the documentation at: https://messytables.readthedocs.io\n\nFind the package at: https://pypi.python.org/pypi/messytables\n\nSee CONTRIBUTING.md for how to send patches, run tests.\n\n**Contact**: Open Knowledge Labs - http://okfnlabs.org/contact/. We especially recommend the forum: http://discuss.okfn.org/category/open-knowledge-labs/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Parse messy tabular data in various formats. Updated clone of okfn/messytables.",
    "version": "0.2.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/davidharcombe/messytables/issues",
        "Homepage": "https://github.com/davidharcombe/messytables"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "996073e3726f28a2413a7bb3ca8c5ef952478148c798852f1cc280b7b05aeb42",
                "md5": "abe0903ff80ebab791e91ab756023a25",
                "sha256": "75f38e1f1364ee3af68f08d236d2e8d8eb1dd93bfce24c3ef2bd6fb327476ad3"
            },
            "downloads": -1,
            "filename": "python_messytable_handler-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abe0903ff80ebab791e91ab756023a25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 27143,
            "upload_time": "2023-06-06T16:01:20",
            "upload_time_iso_8601": "2023-06-06T16:01:20.305241Z",
            "url": "https://files.pythonhosted.org/packages/99/60/73e3726f28a2413a7bb3ca8c5ef952478148c798852f1cc280b7b05aeb42/python_messytable_handler-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "350417bfefc996b40b2d35aebd7cf7ae5263493e17a55060270ef6fb02ff65b9",
                "md5": "88fc83e4ed6f1a9094b6c3e6bec7efac",
                "sha256": "005ca54f7cbaf25d31e5c8bd9eacc42efba63dec4531921a113369a4ec08268f"
            },
            "downloads": -1,
            "filename": "python-messytable-handler-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "88fc83e4ed6f1a9094b6c3e6bec7efac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 31209,
            "upload_time": "2023-06-06T16:01:21",
            "upload_time_iso_8601": "2023-06-06T16:01:21.489887Z",
            "url": "https://files.pythonhosted.org/packages/35/04/17bfefc996b40b2d35aebd7cf7ae5263493e17a55060270ef6fb02ff65b9/python-messytable-handler-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-06 16:01:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "davidharcombe",
    "github_project": "messytables",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "python-messytable-handler"
}
        
Elapsed time: 0.07913s