tabledata


Nametabledata JSON
Version 1.3.4 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_time2024-12-31 14:12:31
maintainerNone
docs_urlNone
authorTsuyoshi Hombashi
requires_python>=3.9
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.9+
- `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": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "table",
    "author": "Tsuyoshi Hombashi",
    "author_email": "tsuyoshi.hombashi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/35/171c8977162f1163368406deddde4c59673b62bd0cb2f34948a02effb075/tabledata-1.3.4.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.9+\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.4",
    "project_urls": {
        "Changelog": "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": "0864fa4160151976ee4b2cf0c1217a99443ffaeb991956feddfeac9eee9952f8",
                "md5": "e418c8a7f98f59e7725ecb4ed7e00954",
                "sha256": "1f56e433bfdeb89f4487abfa48c4603a3b07c5d3a3c7e05ff73dd018c24bd0d4"
            },
            "downloads": -1,
            "filename": "tabledata-1.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e418c8a7f98f59e7725ecb4ed7e00954",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11820,
            "upload_time": "2024-12-31T14:12:28",
            "upload_time_iso_8601": "2024-12-31T14:12:28.584245Z",
            "url": "https://files.pythonhosted.org/packages/08/64/fa4160151976ee4b2cf0c1217a99443ffaeb991956feddfeac9eee9952f8/tabledata-1.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b235171c8977162f1163368406deddde4c59673b62bd0cb2f34948a02effb075",
                "md5": "c0efbc178462c94920c02c52da56bf18",
                "sha256": "e9649cab129d718f3bff4150083b77f8a78c30f6634a30caf692b10fdc60cb97"
            },
            "downloads": -1,
            "filename": "tabledata-1.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c0efbc178462c94920c02c52da56bf18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 25074,
            "upload_time": "2024-12-31T14:12:31",
            "upload_time_iso_8601": "2024-12-31T14:12:31.198491Z",
            "url": "https://files.pythonhosted.org/packages/b2/35/171c8977162f1163368406deddde4c59673b62bd0cb2f34948a02effb075/tabledata-1.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-31 14:12:31",
    "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.56912s