LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
argopy/__init__.py
argopy/errors.py
argopy/fetchers.py
argopy/options.py
argopy/plotters.py
argopy/tutorial.py
argopy/utilities.py
argopy/xarray.py
argopy/assets/dict_institutions.pickle
argopy/assets/dict_profilers.pickle
argopy/data_fetchers/__init__.py
argopy/data_fetchers/argovis_data.py
argopy/data_fetchers/erddap_data.py
argopy/data_fetchers/erddap_index.py
argopy/data_fetchers/localftp_data.py
argopy/data_fetchers/localftp_index.py
argopy/data_fetchers/proto.py
argopy/stores/__init__.py
argopy/stores/argo_index.py
argopy/stores/filesystems.py
argopy/tests/__init__.py
argopy/tests/pytest.ini
argopy/tests/test_errors.py
argopy/tests/test_fetchers_data_argovis.py
argopy/tests/test_fetchers_data_erddap.py
argopy/tests/test_fetchers_data_localftp.py
argopy/tests/test_fetchers_facade_data.py
argopy/tests/test_fetchers_facade_index.py
argopy/tests/test_fetchers_index_erddap.py
argopy/tests/test_fetchers_index_localftp.py
argopy/tests/test_fetchers_proto.py
argopy/tests/test_options.py
argopy/tests/test_plotters.py
argopy/tests/test_stores.py
argopy/tests/test_tutorial.py
argopy/tests/test_utilities.py
argopy/tests/test_xarray.py