Metadata-Version: 2.1
Name: ndcsv
Version: 1.2.0
Summary: Store N-dimensional labelled arrays from xarray or pandas into human-readable CSV
Author-email: Guido Imperiale <crusaderky@gmail.com>
License: Apache
Project-URL: Homepage, https://github.com/crusaderky/ndcsv
Keywords: CSV,pandas,xarray
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging>=22
Requires-Dist: numpy>=1.14
Requires-Dist: pandas>=0.24
Requires-Dist: pshell>=1.0
Requires-Dist: xarray>=0.14

[![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/
