csvmagic


Namecsvmagic JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://github.com/markuskimius/csvmagic
SummaryCSV Utilities
upload_time2024-10-05 04:29:04
maintainerNone
docs_urlNone
authorMark Kim
requires_pythonNone
licenseApache 2.0
keywords csv text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # csvmagic
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Release](https://img.shields.io/github/v/release/markuskimius/csvmagic?include_prereleases&label=Release)](https://github.com/markuskimius/csvmagic/releases)

Command line utilities to work with csv files.

## Contents

- [csvread] - Display csv rows in a more human-readable format.
- [csvcut] - Extract or rearrange columns of a csv file.
- [csvgrep] - Find rows matching a pattern in a csv file.
- [csvalign] - Print a csv file with its columns aligned.
- [csvsql] - Query one or more csv files.
- [csvcsv] - Convert a csv file from one variant to another.


## Installation

With pip:
```
pip install csvmagic
```

With [dpm]:
```
dpm install https://github.com/markuskimius/csvmagic.git
```

With git clone, after installing the dependencies with pip:
```
pip install getopts
git clone https://github.com/markuskimius/csvmagic.git
```


## License

[Apache 2.0]

[csvread]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvread.md
[csvcut]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvcut.md
[csvalign]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvalign.md
[csvsql]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvsql.md
[csvcsv]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvcsv.md
[csvgrep]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvgrep.md
[Apache 2.0]: <https://github.com/markuskimius/csvmagic/blob/master/LICENSE>
[dpm]: <https://github.com/markuskimius/dpm>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/markuskimius/csvmagic",
    "name": "csvmagic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "csv, text",
    "author": "Mark Kim",
    "author_email": "markuskimius+py@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1f/b1/1deb82dbdac274524d4e57b5189af284164ad0e0450b530c95f71922ceb7/csvmagic-2.3.0.tar.gz",
    "platform": null,
    "description": "# csvmagic\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![Release](https://img.shields.io/github/v/release/markuskimius/csvmagic?include_prereleases&label=Release)](https://github.com/markuskimius/csvmagic/releases)\n\nCommand line utilities to work with csv files.\n\n## Contents\n\n- [csvread] - Display csv rows in a more human-readable format.\n- [csvcut] - Extract or rearrange columns of a csv file.\n- [csvgrep] - Find rows matching a pattern in a csv file.\n- [csvalign] - Print a csv file with its columns aligned.\n- [csvsql] - Query one or more csv files.\n- [csvcsv] - Convert a csv file from one variant to another.\n\n\n## Installation\n\nWith pip:\n```\npip install csvmagic\n```\n\nWith [dpm]:\n```\ndpm install https://github.com/markuskimius/csvmagic.git\n```\n\nWith git clone, after installing the dependencies with pip:\n```\npip install getopts\ngit clone https://github.com/markuskimius/csvmagic.git\n```\n\n\n## License\n\n[Apache 2.0]\n\n[csvread]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvread.md\n[csvcut]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvcut.md\n[csvalign]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvalign.md\n[csvsql]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvsql.md\n[csvcsv]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvcsv.md\n[csvgrep]: https://github.com/markuskimius/csvmagic/blob/master/doc/csvgrep.md\n[Apache 2.0]: <https://github.com/markuskimius/csvmagic/blob/master/LICENSE>\n[dpm]: <https://github.com/markuskimius/dpm>\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "CSV Utilities",
    "version": "2.3.0",
    "project_urls": {
        "Homepage": "https://github.com/markuskimius/csvmagic"
    },
    "split_keywords": [
        "csv",
        " text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fb11deb82dbdac274524d4e57b5189af284164ad0e0450b530c95f71922ceb7",
                "md5": "42ca054e0c3b44b5d9b04294a24cbf6a",
                "sha256": "e26fb002fb300c445b238c14bb0ab3faea18217af8cbcda2d7be09740f1fc512"
            },
            "downloads": -1,
            "filename": "csvmagic-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "42ca054e0c3b44b5d9b04294a24cbf6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 321811,
            "upload_time": "2024-10-05T04:29:04",
            "upload_time_iso_8601": "2024-10-05T04:29:04.608612Z",
            "url": "https://files.pythonhosted.org/packages/1f/b1/1deb82dbdac274524d4e57b5189af284164ad0e0450b530c95f71922ceb7/csvmagic-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 04:29:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "markuskimius",
    "github_project": "csvmagic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "csvmagic"
}
        
Elapsed time: 1.04591s