Metadata-Version: 2.4
Name: files_collections
Version: 0.1.2
Summary: Read a collection of files using information from their names
Author-email: Robin Chevrier <rchevrier@groupcls.com>, Anne-Sophie Tonneau <atonneau@groupcls.com>
Maintainer-email: Robin Chevrier <rchevrier@groupcls.com>, Anne-Sophie Tonneau <atonneau@groupcls.com>
Project-URL: Repository, https://github.com/robin-cls/fcollections
Classifier: Intended Audience :: Developers
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Oceanography
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
License-File: LICENCE
Requires-Dist: docstring_parser
Requires-Dist: fsspec
Requires-Dist: jinja2
Requires-Dist: netCDF4
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: typer
Requires-Dist: xarray[io]
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: sympy; extra == "testing"
Requires-Dist: beautifulsoup4; extra == "testing"
Provides-Extra: geo
Requires-Dist: shapely; extra == "geo"
Requires-Dist: geopandas; extra == "geo"
Requires-Dist: pyinterp; extra == "geo"
Requires-Dist: dask; extra == "geo"
Requires-Dist: numba; extra == "geo"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: sphinx-inline-tabs; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Requires-Dist: sphinx-tabs; extra == "doc"
Dynamic: license-file
