tabledata


Nametabledata JSON
Version 1.3.3 PyPI version JSON
download
home_pagehttps://github.com/thombashi/tabledata
Summarytabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc.
upload_time2023-09-16 13:22:24
maintainer
docs_urlNone
authorTsuyoshi Hombashi
requires_python>=3.7
licenseMIT License
keywords table
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. contents:: **tabledata**
   :backlinks: top
   :depth: 2

Summary
---------
`tabledata <https://github.com/thombashi/tabledata>`__ is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc.

.. image:: https://badge.fury.io/py/tabledata.svg
    :target: https://badge.fury.io/py/tabledata
    :alt: PyPI package version

.. image:: https://img.shields.io/pypi/pyversions/tabledata.svg
    :target: https://pypi.org/project/tabledata
    :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/implementation/tabledata.svg
    :target: https://pypi.org/project/tabledata
    :alt: Supported Python implementations

.. image:: https://github.com/thombashi/tabledata/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/thombashi/tabledata/actions/workflows/ci.yml
    :alt: Linux/macOS/Windows CI status

.. image:: https://coveralls.io/repos/github/thombashi/tabledata/badge.svg?branch=master
    :target: https://coveralls.io/github/thombashi/tabledata?branch=master
    :alt: Test coverage

Installation
============

Install from PyPI
------------------------------
::

    pip install tabledata

Install from PPA (for Ubuntu)
------------------------------
::

    sudo add-apt-repository ppa:thombashi/ppa
    sudo apt update
    sudo apt install python3-tabledata


Dependencies
============
- Python 3.7+
- `Mandatory Python package dependencies (automatically installed) <https://github.com/thombashi/tabledata/network/dependencies>`__

Optional Python packages
------------------------------------------------
- `loguru <https://github.com/Delgan/loguru>`__
    - Used for logging if the package installed
- `pandas <https://pandas.pydata.org/>`__
    - required to get table data as a pandas data frame

Documentation
===============
https://tabledata.rtfd.io/


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thombashi/tabledata",
    "name": "tabledata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "table",
    "author": "Tsuyoshi Hombashi",
    "author_email": "tsuyoshi.hombashi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/48/6a/7f78fbf883f325b70ba9ce5c10d97652f5c371e224940097c2cea9d0f456/tabledata-1.3.3.tar.gz",
    "platform": null,
    "description": ".. contents:: **tabledata**\n   :backlinks: top\n   :depth: 2\n\nSummary\n---------\n`tabledata <https://github.com/thombashi/tabledata>`__ is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc.\n\n.. image:: https://badge.fury.io/py/tabledata.svg\n    :target: https://badge.fury.io/py/tabledata\n    :alt: PyPI package version\n\n.. image:: https://img.shields.io/pypi/pyversions/tabledata.svg\n    :target: https://pypi.org/project/tabledata\n    :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/implementation/tabledata.svg\n    :target: https://pypi.org/project/tabledata\n    :alt: Supported Python implementations\n\n.. image:: https://github.com/thombashi/tabledata/actions/workflows/ci.yml/badge.svg\n    :target: https://github.com/thombashi/tabledata/actions/workflows/ci.yml\n    :alt: Linux/macOS/Windows CI status\n\n.. image:: https://coveralls.io/repos/github/thombashi/tabledata/badge.svg?branch=master\n    :target: https://coveralls.io/github/thombashi/tabledata?branch=master\n    :alt: Test coverage\n\nInstallation\n============\n\nInstall from PyPI\n------------------------------\n::\n\n    pip install tabledata\n\nInstall from PPA (for Ubuntu)\n------------------------------\n::\n\n    sudo add-apt-repository ppa:thombashi/ppa\n    sudo apt update\n    sudo apt install python3-tabledata\n\n\nDependencies\n============\n- Python 3.7+\n- `Mandatory Python package dependencies (automatically installed) <https://github.com/thombashi/tabledata/network/dependencies>`__\n\nOptional Python packages\n------------------------------------------------\n- `loguru <https://github.com/Delgan/loguru>`__\n    - Used for logging if the package installed\n- `pandas <https://pandas.pydata.org/>`__\n    - required to get table data as a pandas data frame\n\nDocumentation\n===============\nhttps://tabledata.rtfd.io/\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc.",
    "version": "1.3.3",
    "project_urls": {
        "Changlog": "https://github.com/thombashi/tabledata/releases",
        "Documentation": "https://tabledata.rtfd.io/",
        "Homepage": "https://github.com/thombashi/tabledata",
        "Source": "https://github.com/thombashi/tabledata",
        "Tracker": "https://github.com/thombashi/tabledata/issues"
    },
    "split_keywords": [
        "table"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06e296b10ebc00d20b55967200e3d95c2137d91f58af1af672627683431c9d5c",
                "md5": "50887253e5b14cc9a980ffcdc86ba36a",
                "sha256": "4abad1c996d8607e23b045b44dc0c5f061668f3c37585302c5f6c84c93a89962"
            },
            "downloads": -1,
            "filename": "tabledata-1.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "50887253e5b14cc9a980ffcdc86ba36a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11732,
            "upload_time": "2023-09-16T13:22:22",
            "upload_time_iso_8601": "2023-09-16T13:22:22.237250Z",
            "url": "https://files.pythonhosted.org/packages/06/e2/96b10ebc00d20b55967200e3d95c2137d91f58af1af672627683431c9d5c/tabledata-1.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "486a7f78fbf883f325b70ba9ce5c10d97652f5c371e224940097c2cea9d0f456",
                "md5": "579c4e7454a837d252d4977b73556aae",
                "sha256": "c90daaba9a408e4397934b3ff2f6c06797d5289676420bf520c741ad43e6ff91"
            },
            "downloads": -1,
            "filename": "tabledata-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "579c4e7454a837d252d4977b73556aae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16296,
            "upload_time": "2023-09-16T13:22:24",
            "upload_time_iso_8601": "2023-09-16T13:22:24.298457Z",
            "url": "https://files.pythonhosted.org/packages/48/6a/7f78fbf883f325b70ba9ce5c10d97652f5c371e224940097c2cea9d0f456/tabledata-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-16 13:22:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thombashi",
    "github_project": "tabledata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "tabledata"
}
        
Elapsed time: 0.10919s