visidata


Namevisidata JSON
Version 3.0.2 PyPI version JSON
download
home_pagehttps://visidata.org
Summaryterminal interface for exploring and arranging tabular data
upload_time2024-01-16 06:06:44
maintainer
docs_urlNone
authorSaul Pwanson
requires_python>=3.7
licenseGPLv3
keywords console tabular data spreadsheet terminal viewer textpunkcurses csv hdf5 h5 xlsx excel tsv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VisiData v3.0.2

[![Tests](https://github.com/saulpw/visidata/workflows/visidata-ci-build/badge.svg)](https://github.com/saulpw/visidata/actions/workflows/main.yml)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/saulpw/visidata)

[![discord](https://img.shields.io/discord/880915750007750737?label=discord)](https://visidata.org/chat)
[![mastodon @visidata@fosstodon.org][2.1]][2]
[![twitter @VisiData][1.1]][1]

A terminal interface for exploring and arranging tabular data.

![Frequency table](http://visidata.org/freq-move-row.gif)

VisiData supports tsv, csv, sqlite, json, xlsx (Excel), hdf5, and [many other formats](https://visidata.org/formats).

## Platform requirements

- Linux, OS/X, or Windows (with WSL)
- Python 3.8+
- additional Python modules are required for certain formats and sources

## Install

To install the latest release from PyPi:

    pip3 install visidata

To install the cutting edge `develop` branch (no warranty expressed or implied):

    pip3 install git+https://github.com/saulpw/visidata.git@develop

See [visidata.org/install](https://visidata.org/install) for detailed instructions for all available platforms and package managers.

### Usage

    $ vd <input>
    $ <command> | vd

Press `Ctrl+Q` to quit at any time.

Hundreds of other commands and options are also available; see the documentation.

### Documentation

* [VisiData documentation](https://visidata.org/docs)
* [Plugin Author's Guide and API Reference](https://visidata.org/docs/api)
* [Quick reference](https://visidata.org/man) (available within `vd` with `Ctrl+H`), which has a list of commands and options.
* [Intro to VisiData Tutorial](https://jsvine.github.io/intro-to-visidata/) by [Jeremy Singer-Vine](https://www.jsvine.com/)

### Help and Support

If you have a question, issue, or suggestion regarding VisiData, please [create an issue on Github](https://github.com/saulpw/visidata/issues) or chat with us at #visidata on [irc.libera.chat](https://libera.chat/).

If you use VisiData regularly, please [support me on Patreon](https://www.patreon.com/saulpw)!

## License

Code in the `stable` branch of this repository, including the main `vd` application, loaders, and plugins, is available for use and redistribution under GPLv3.

## Credits

VisiData is conceived and developed by Saul Pwanson `<vd@saul.pw>`.

Anja Kefala `<anja.kefala@gmail.com>` maintains the documentation and packages for all platforms.

Many thanks to numerous other [contributors](https://visidata.org/credits/), and to those wonderful users who provide feedback, for helping to make VisiData the awesome tool that it is.

[1.1]: http://i.imgur.com/tXSoThF.png
[1]: http://www.twitter.com/VisiData
[2.1]: https://raw.githubusercontent.com/mastodon/mastodon/main/app/javascript/images/logo.svg
[2]: https://fosstodon.org/@visidata

<!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial -->

            

Raw data

            {
    "_id": null,
    "home_page": "https://visidata.org",
    "name": "visidata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "console tabular data spreadsheet terminal viewer textpunkcurses csv hdf5 h5 xlsx excel tsv",
    "author": "Saul Pwanson",
    "author_email": "visidata@saul.pw",
    "download_url": "https://files.pythonhosted.org/packages/8c/75/3e2f5c7c8b129d34a28d02741e13ae6e1bc41c3fcdb0a3e45b54eb2defe0/visidata-3.0.2.tar.gz",
    "platform": null,
    "description": "# VisiData v3.0.2\n\n[![Tests](https://github.com/saulpw/visidata/workflows/visidata-ci-build/badge.svg)](https://github.com/saulpw/visidata/actions/workflows/main.yml)\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/saulpw/visidata)\n\n[![discord](https://img.shields.io/discord/880915750007750737?label=discord)](https://visidata.org/chat)\n[![mastodon @visidata@fosstodon.org][2.1]][2]\n[![twitter @VisiData][1.1]][1]\n\nA terminal interface for exploring and arranging tabular data.\n\n![Frequency table](http://visidata.org/freq-move-row.gif)\n\nVisiData supports tsv, csv, sqlite, json, xlsx (Excel), hdf5, and [many other formats](https://visidata.org/formats).\n\n## Platform requirements\n\n- Linux, OS/X, or Windows (with WSL)\n- Python 3.8+\n- additional Python modules are required for certain formats and sources\n\n## Install\n\nTo install the latest release from PyPi:\n\n    pip3 install visidata\n\nTo install the cutting edge `develop` branch (no warranty expressed or implied):\n\n    pip3 install git+https://github.com/saulpw/visidata.git@develop\n\nSee [visidata.org/install](https://visidata.org/install) for detailed instructions for all available platforms and package managers.\n\n### Usage\n\n    $ vd <input>\n    $ <command> | vd\n\nPress `Ctrl+Q` to quit at any time.\n\nHundreds of other commands and options are also available; see the documentation.\n\n### Documentation\n\n* [VisiData documentation](https://visidata.org/docs)\n* [Plugin Author's Guide and API Reference](https://visidata.org/docs/api)\n* [Quick reference](https://visidata.org/man) (available within `vd` with `Ctrl+H`), which has a list of commands and options.\n* [Intro to VisiData Tutorial](https://jsvine.github.io/intro-to-visidata/) by [Jeremy Singer-Vine](https://www.jsvine.com/)\n\n### Help and Support\n\nIf you have a question, issue, or suggestion regarding VisiData, please [create an issue on Github](https://github.com/saulpw/visidata/issues) or chat with us at #visidata on [irc.libera.chat](https://libera.chat/).\n\nIf you use VisiData regularly, please [support me on Patreon](https://www.patreon.com/saulpw)!\n\n## License\n\nCode in the `stable` branch of this repository, including the main `vd` application, loaders, and plugins, is available for use and redistribution under GPLv3.\n\n## Credits\n\nVisiData is conceived and developed by Saul Pwanson `<vd@saul.pw>`.\n\nAnja Kefala `<anja.kefala@gmail.com>` maintains the documentation and packages for all platforms.\n\nMany thanks to numerous other [contributors](https://visidata.org/credits/), and to those wonderful users who provide feedback, for helping to make VisiData the awesome tool that it is.\n\n[1.1]: http://i.imgur.com/tXSoThF.png\n[1]: http://www.twitter.com/VisiData\n[2.1]: https://raw.githubusercontent.com/mastodon/mastodon/main/app/javascript/images/logo.svg\n[2]: https://fosstodon.org/@visidata\n\n<!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial -->\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "terminal interface for exploring and arranging tabular data",
    "version": "3.0.2",
    "project_urls": {
        "Download": "https://github.com/saulpw/visidata/tarball/3.0.2",
        "Homepage": "https://visidata.org"
    },
    "split_keywords": [
        "console",
        "tabular",
        "data",
        "spreadsheet",
        "terminal",
        "viewer",
        "textpunkcurses",
        "csv",
        "hdf5",
        "h5",
        "xlsx",
        "excel",
        "tsv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8412afe992fdd2c7c41c13f1397f45366f4e2039e2bd5c0bb76108370c0d543e",
                "md5": "8aa88644d2a3c529065186b7000b5fe8",
                "sha256": "30275fcd90294ecdb0d024e24bd655b7787a2ca367d64ea181f15fb470f74c38"
            },
            "downloads": -1,
            "filename": "visidata-3.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8aa88644d2a3c529065186b7000b5fe8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 498324,
            "upload_time": "2024-01-16T06:06:32",
            "upload_time_iso_8601": "2024-01-16T06:06:32.450587Z",
            "url": "https://files.pythonhosted.org/packages/84/12/afe992fdd2c7c41c13f1397f45366f4e2039e2bd5c0bb76108370c0d543e/visidata-3.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c753e2f5c7c8b129d34a28d02741e13ae6e1bc41c3fcdb0a3e45b54eb2defe0",
                "md5": "8987135d0d9fdb4f9fd39974f9c66e41",
                "sha256": "38c38df08c1b48dde5f9ae1bdb02cb19f70acf0461d0e85cb14f9c002a77c05a"
            },
            "downloads": -1,
            "filename": "visidata-3.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8987135d0d9fdb4f9fd39974f9c66e41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13142844,
            "upload_time": "2024-01-16T06:06:44",
            "upload_time_iso_8601": "2024-01-16T06:06:44.291419Z",
            "url": "https://files.pythonhosted.org/packages/8c/75/3e2f5c7c8b129d34a28d02741e13ae6e1bc41c3fcdb0a3e45b54eb2defe0/visidata-3.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 06:06:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "saulpw",
    "github_project": "visidata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "visidata"
}
        
Elapsed time: 0.16774s