Metadata-Version: 2.4
Name: altimetry-downloader-aviso
Version: 0.1.0
Summary: Downloader for datasets hosted on CNES AVISO
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: Homepage, https://github.com/robin-cls/aviso
Project-URL: Documentation, https://robin-cls.github.io/aviso/
Project-URL: Repository, https://github.com/robin-cls/aviso
Project-URL: Issues, https://github.com/robin-cls/aviso/issues
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.10
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.10
License-File: LICENCE
Requires-Dist: requests
Requires-Dist: numpy
Requires-Dist: siphon
Requires-Dist: typer
Requires-Dist: rich
Requires-Dist: files-collections
Requires-Dist: pyyaml
Requires-Dist: pydantic
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: pyyaml; extra == "tests"
Provides-Extra: doc
Requires-Dist: sphinx<9; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Dynamic: license-file
