Metadata-Version: 2.4
Name: ndcsv
Version: 1.3.0
Summary: Store N-dimensional labelled arrays from xarray or pandas into human-readable CSV files and read them back without needing any configuration, load hints, or sidecar configuration files.
Project-URL: homepage, https://github.com/crusaderky/ndcsv
Project-URL: issues, https://github.com/crusaderky/ndcsv/issues
Project-URL: documentation, https://ndcsv.readthedocs.io/
Project-URL: changelog, https://ndcsv.readthedocs.io/en/latest/whats-new.html
Author-email: Guido Imperiale <crusaderky@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: CSV,pandas,xarray
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: numpy>=1.23
Requires-Dist: pandas>=1.5
Requires-Dist: pshell>=1.0
Requires-Dist: xarray>=2023.8.0
Description-Content-Type: text/plain

Store N-dimensional labelled arrays from xarray or pandas into human-readable
CSV files and read them back without needing any configuration, load hints, or sidecar
configuration files.
