csvmagic


Namecsvmagic JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/markuskimius/csvmagic
SummaryCSV Utilities
upload_time2024-03-02 15:22:10
maintainer
docs_urlNone
authorMark Kim
requires_python
licenseApache 2.0
keywords csv text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # csvmagic
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "csv,text",
    "author": "Mark Kim",
    "author_email": "markuskimius+py@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/65/dc430ffc3a07c3ffee9bf85edd0ca667a51c6393598bb01cb9722c753bb4/csvmagic-2.1.0.tar.gz",
    "platform": null,
    "description": "# csvmagic\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.1.0",
    "project_urls": {
        "Homepage": "https://github.com/markuskimius/csvmagic"
    },
    "split_keywords": [
        "csv",
        "text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e165dc430ffc3a07c3ffee9bf85edd0ca667a51c6393598bb01cb9722c753bb4",
                "md5": "798554f6c6b9f8460a5829f96f1e89da",
                "sha256": "5fd1d3c65c163908388d183ec8092da243b846f5d0afee1d266a72473f09619b"
            },
            "downloads": -1,
            "filename": "csvmagic-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "798554f6c6b9f8460a5829f96f1e89da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 320851,
            "upload_time": "2024-03-02T15:22:10",
            "upload_time_iso_8601": "2024-03-02T15:22:10.160455Z",
            "url": "https://files.pythonhosted.org/packages/e1/65/dc430ffc3a07c3ffee9bf85edd0ca667a51c6393598bb01cb9722c753bb4/csvmagic-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 15:22:10",
    "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: 0.18885s