ndcsv


Namendcsv JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryStore N-dimensional labelled arrays from xarray or pandas into human-readable CSV
upload_time2024-03-15 23:07:07
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache
keywords csv pandas xarray
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![doc-badge](https://github.com/crusaderky/ndcsv/workflows/Documentation/badge.svg)](https://github.com/crusaderky/ndcsv/actions)
[![pre-commit-badge](https://github.com/crusaderky/ndcsv/workflows/Linting/badge.svg)](https://github.com/crusaderky/ndcsv/actions)
[![pytest-badge](https://github.com/crusaderky/ndcsv/workflows/Test/badge.svg)](https://github.com/crusaderky/ndcsv/actions)
[![codecov-badge](https://codecov.io/gh/crusaderky/ndcsv/branch/main/graph/badge.svg)](https://codecov.io/gh/crusaderky/ndcsv/branch/main)

ndcsv: N-Dimensional CSV files for xarray
=========================================

Library to write xarray DataArrays and pandas objects to CSV and load them back
without needing any configuration or load hints.

Full documentation at http://ndcsv.readthedocs.io/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ndcsv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "CSV,pandas,xarray",
    "author": "",
    "author_email": "Guido Imperiale <crusaderky@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0e/6a/9687d7474bc06929c092c219fd61867e0b3b019a48119ce369e7a974a383/ndcsv-1.2.0.tar.gz",
    "platform": null,
    "description": "[![doc-badge](https://github.com/crusaderky/ndcsv/workflows/Documentation/badge.svg)](https://github.com/crusaderky/ndcsv/actions)\n[![pre-commit-badge](https://github.com/crusaderky/ndcsv/workflows/Linting/badge.svg)](https://github.com/crusaderky/ndcsv/actions)\n[![pytest-badge](https://github.com/crusaderky/ndcsv/workflows/Test/badge.svg)](https://github.com/crusaderky/ndcsv/actions)\n[![codecov-badge](https://codecov.io/gh/crusaderky/ndcsv/branch/main/graph/badge.svg)](https://codecov.io/gh/crusaderky/ndcsv/branch/main)\n\nndcsv: N-Dimensional CSV files for xarray\n=========================================\n\nLibrary to write xarray DataArrays and pandas objects to CSV and load them back\nwithout needing any configuration or load hints.\n\nFull documentation at http://ndcsv.readthedocs.io/\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Store N-dimensional labelled arrays from xarray or pandas into human-readable CSV",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/crusaderky/ndcsv"
    },
    "split_keywords": [
        "csv",
        "pandas",
        "xarray"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3682981794b80eaeba58b1f399a529006fe80a3b6ef4bac78138953aa9c6ac2",
                "md5": "039e03f859b4ddeb44b8e0aac62152b0",
                "sha256": "1bac06f14f81dde0fa7bc9d6e9d273b3d652809aa0d249a18006f819ccd51c1e"
            },
            "downloads": -1,
            "filename": "ndcsv-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "039e03f859b4ddeb44b8e0aac62152b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20936,
            "upload_time": "2024-03-15T23:07:06",
            "upload_time_iso_8601": "2024-03-15T23:07:06.053488Z",
            "url": "https://files.pythonhosted.org/packages/d3/68/2981794b80eaeba58b1f399a529006fe80a3b6ef4bac78138953aa9c6ac2/ndcsv-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e6a9687d7474bc06929c092c219fd61867e0b3b019a48119ce369e7a974a383",
                "md5": "d3c0b5db97d9b162f0e43869a340448a",
                "sha256": "54d67ae4161e0d7574e73c37ceb5a8c928fd688e5edfa53f219672719d89b05c"
            },
            "downloads": -1,
            "filename": "ndcsv-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d3c0b5db97d9b162f0e43869a340448a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 32551,
            "upload_time": "2024-03-15T23:07:07",
            "upload_time_iso_8601": "2024-03-15T23:07:07.847608Z",
            "url": "https://files.pythonhosted.org/packages/0e/6a/9687d7474bc06929c092c219fd61867e0b3b019a48119ce369e7a974a383/ndcsv-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 23:07:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "crusaderky",
    "github_project": "ndcsv",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ndcsv"
}
        
Elapsed time: 0.22458s