eodag

View on PyPIReverse Dependencies (9)

3.0.1 eodag-3.0.1-py3-none-any.whl

Wheel Details

Project: eodag
Version: 3.0.1
Filename: eodag-3.0.1-py3-none-any.whl
Download: [link]
Size: 1027969
MD5: 7ed7028c486f36a870d380ae97e037c6
SHA256: b7e5a88f7fa3b57bfb31b07db2d41e6c01bbde89336bcd89557b5fa6a0b9e0b4
Uploaded: 2024-11-06 12:46:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: eodag
Version: 3.0.1
Summary: Earth Observation Data Access Gateway
Author: CS GROUP - France
Author-Email: eodag[at]csgroup.space
Home-Page: https://github.com/CS-SI/eodag
Project-Url: Bug Tracker, https://github.com/CS-SI/eodag/issues/
Project-Url: Documentation, https://eodag.readthedocs.io
Project-Url: Source Code, https://github.com/CS-SI/eodag
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6
Requires-Dist: annotated-types
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: click
Requires-Dist: geojson
Requires-Dist: jsonpath-ng (<1.6.0)
Requires-Dist: lxml
Requires-Dist: pydantic (>=2.1.0)
Requires-Dist: pydantic-core
Requires-Dist: PyJWT (>=2.5.0)
Requires-Dist: pyproj (>=2.1.0)
Requires-Dist: pyshp
Requires-Dist: pystac (>=1.0.0b1)
Requires-Dist: python-dateutil
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: setuptools
Requires-Dist: shapely (>=2.0.6)
Requires-Dist: stream-zip
Requires-Dist: tqdm
Requires-Dist: typing-extensions (>=4.8.0)
Requires-Dist: urllib3
Requires-Dist: Whoosh
Requires-Dist: orjson; python_version < "3.12" or platform_system != "Windows"
Requires-Dist: orjson (<3.10.0); python_version >= "3.12" and platform_system == "Windows"
Requires-Dist: eodag[all-providers,csw,server,tutorials]; extra == "all"
Requires-Dist: eodag[ecmwf,usgs]; extra == "all-providers"
Requires-Dist: OWSLib (>=0.27.1); extra == "csw"
Requires-Dist: eodag[all-providers,csw,server,stubs]; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: py (>=1.8.2); extra == "dev"
Requires-Dist: pytest-html (<3.2.0); extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: pytest-socket; extra == "dev"
Requires-Dist: pytest-instafail; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: tox-uv; extra == "dev"
Requires-Dist: faker; extra == "dev"
Requires-Dist: moto; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: responses (<0.24.0); extra == "dev"
Requires-Dist: fastapi[all]; extra == "dev"
Requires-Dist: stdlib-list; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: eodag[all,stubs]; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-book-theme (>=1.0.0); extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-tabs; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinxemoji; extra == "docs"
Requires-Dist: ecmwf-api-client; extra == "ecmwf"
Requires-Dist: tqdm[notebook]; extra == "notebook"
Requires-Dist: fastapi (>=0.93.0); extra == "server"
Requires-Dist: pygeofilter; extra == "server"
Requires-Dist: starlette; extra == "server"
Requires-Dist: uvicorn[standard]; extra == "server"
Requires-Dist: pydantic-settings; extra == "server"
Requires-Dist: cachetools; extra == "server"
Requires-Dist: boto3-stubs[essential]; extra == "stubs"
Requires-Dist: types-lxml; extra == "stubs"
Requires-Dist: types-cachetools; extra == "stubs"
Requires-Dist: types-requests; extra == "stubs"
Requires-Dist: types-python-dateutil; extra == "stubs"
Requires-Dist: types-setuptools; extra == "stubs"
Requires-Dist: types-tqdm; extra == "stubs"
Requires-Dist: types-urllib3; extra == "stubs"
Requires-Dist: eodag[ecmwf,notebook]; extra == "tutorials"
Requires-Dist: eodag-cube (>=0.2.0); extra == "tutorials"
Requires-Dist: jupyter; extra == "tutorials"
Requires-Dist: ipyleaflet (>=0.10.0); extra == "tutorials"
Requires-Dist: ipywidgets; extra == "tutorials"
Requires-Dist: matplotlib; extra == "tutorials"
Requires-Dist: folium; extra == "tutorials"
Requires-Dist: imageio; extra == "tutorials"
Requires-Dist: rasterio; extra == "tutorials"
Requires-Dist: netcdf4; extra == "tutorials"
Requires-Dist: usgs (>=0.3.1); extra == "usgs"
Provides-Extra: all
Provides-Extra: all-providers
Provides-Extra: csw
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: ecmwf
Provides-Extra: notebook
Provides-Extra: server
Provides-Extra: stubs
Provides-Extra: tutorials
Provides-Extra: usgs
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 10277 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.3.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
eodag/__init__.py sha256=qADIO6H3KR0CMs0qePdJROjSzcGnHaYpv-RFIk18WGQ 1608
eodag/cli.py sha256=hq_mJmHSKisxdT0rddcXIGEFpjPINtgt0AEdWmh8niQ 29398
eodag/config.py sha256=yBArQy5gqVjWfWWuQ7rzIgZNcROFbBTI2R9A-orFHf8 45643
eodag/crunch.py sha256=fLVAPGVPw31N_DrnFk4gkCpQZLMY8oBhK6NUSYmdr24 1099
eodag/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
eodag/api/__init__.py sha256=ytr30NUVmEtmJTsp3QCwkCIhS1nF6UlFCv0vmySHN7g 735
eodag/api/core.py sha256=jS3TQVluul1lO-hwbtIV8uaaBFHEWGJBWG7FkjMKkEg 107335
eodag/api/search_result.py sha256=LnWBHoMlkoaeqwEukg-MOwOCJvxm367g3AH6Llrk8zI 8236
eodag/api/product/__init__.py sha256=klSKudmnHHeXvcwIX6Y30UTiP39tMfTwLNexSnAZnx0 1154
eodag/api/product/_assets.py sha256=FfV9K_bsQzx0ZZ-xblK-t4kRlVYaER8eQJit6pRGsO4 6287
eodag/api/product/_product.py sha256=40RcEBGkLE-iCaQCVofVNOrDdeldoecKMgGcX7gT7-g 22990
eodag/api/product/metadata_mapping.py sha256=Zcem_4PYXUgSPhDBjgWX84L9GbXMt32TQ8Pw9kdDhK4 70436
eodag/api/product/drivers/__init__.py sha256=67fvk_Zmuasrlw7TYP5GfM5Z4fS5a4KjfohHFhg-WiU 1035
eodag/api/product/drivers/base.py sha256=TL_Kqbi7g4mLKn4CiBXrsAiTPVVFQBYY7DuG8pVlrlc 1793
eodag/plugins/__init__.py sha256=KQkD5aVwb9I6C-Rmi5ABEG1-j8w5FP1zKN12vagsT9Y 739
eodag/plugins/base.py sha256=I-kxG83mh805kZldrgl--VTVBzDNtyE8f_MRkm1VLCY 2689
eodag/plugins/manager.py sha256=efFycwmr5sZcICv-YnkCJ4qof3ew8c8nQuzVw5A3Kb4 20398
eodag/plugins/apis/__init__.py sha256=PyY4f7P2iu3MkLPnw5eOrVew2fuavbBL3Asci3Ulwoo 744
eodag/plugins/apis/base.py sha256=5QOjqD1jgUIOzCt53XJbTG4XX-4Lkd03h5ILBiEl8lE 2818
eodag/plugins/apis/ecmwf.py sha256=_WzUXxhXpcpRShfZroOXEbLNf3K49edXPtFt3cTGRVI 10672
eodag/plugins/apis/usgs.py sha256=Lrt-cac4NfK8tFH1BxsZ6rbTDZx4E3j5dGOvLyy1AsY 19552
eodag/plugins/authentication/__init__.py sha256=_LVw42Bb1IhGAZH5xHRaS4b1iFoF9e27KDZOyoSoJHY 1039
eodag/plugins/authentication/aws_auth.py sha256=N9o_SSTja6x8e1Wf1am-O_vkxJpv6SSngjRIuCX4YwI 3073
eodag/plugins/authentication/base.py sha256=-qnWabuC6FyeKYzMnbSccm4skMEIsj3ZVEWMDAMKZjY 2603
eodag/plugins/authentication/generic.py sha256=LlOVPjvwRpbMDl62Brd7Ao34WmktKWoo0LP7D4T6zPg 2385
eodag/plugins/authentication/header.py sha256=lgkNZpFj4himyhjgjsK500KBZeiQus-HWG6dHSgV3u4 4290
eodag/plugins/authentication/keycloak.py sha256=M0V9hU-wYO1IRtbg7aMdyizSvw5UJto5tfeX_fOQ9ik 7184
eodag/plugins/authentication/oauth.py sha256=tWs_kk77QG1G8fcsl-RIb1qj5HJ9ZHIcZ0ll3Vz8joI 1860
eodag/plugins/authentication/openid_connect.py sha256=R59gKip5E0T8gTiveDVgYD2V4gr036te3jdzAFAtNXQ 24665
eodag/plugins/authentication/qsauth.py sha256=bkepO_sFRIhYm3Dzecx3VJP0Ap37vUuJSRmEY8HrV1U 3947
eodag/plugins/authentication/sas_auth.py sha256=QIigbkKjRsdPdq0MP8c0jGOzrL_H7UIdgdhsmx6gk6U 4779
eodag/plugins/authentication/token.py sha256=9N1ECiNk61wcrxLSEf9rr-Vzscko22q6GNTe8ujtTTA 10872
eodag/plugins/authentication/token_exchange.py sha256=5HJfwC8FrPE6dhH-xRGM1W-lkpgJHMgQ6q7fiFNh5Oo 4902
eodag/plugins/crunch/__init__.py sha256=58D7kJhEpHJWobIKaNFPynfbSqAWgS90BiHzitqS5Ds 746
eodag/plugins/crunch/base.py sha256=vCaI2KsxMZp0TJ6IYHx4ssaachzrTxH98tKJh_fsuPM 1427
eodag/plugins/crunch/filter_date.py sha256=CGRx4Pj7sT1her4E96ITgT2vYNPG3k0NaUGdtPfwJFw 4446
eodag/plugins/crunch/filter_latest_intersect.py sha256=viDECk8RAKYxVeQGZ6m3Ff14bsnCcq3xYFX7bNx0blM 4438
eodag/plugins/crunch/filter_latest_tpl_name.py sha256=NAQNz1xuf1qDCF-of9-qhJCgR5uFkTdLv6k2u-c85Ew 3695
eodag/plugins/crunch/filter_overlap.py sha256=GdqS0yYvTp4yYNucXpYVIwO9E7KhmsmJSi3XWUtBfKM 7278
eodag/plugins/crunch/filter_property.py sha256=eZdwmOa6u0sfh2R-hqcIpzAQNkZuzfcw0vGA1SQYteU 3229
eodag/plugins/download/__init__.py sha256=zqszaeNgYP0YHlZDkLMf6odcwNw0KrAahGpcA-l0kAw 740
eodag/plugins/download/aws.py sha256=doWLzoxHYOVPsMA9Bb8sX1orFPUqq_A17TRe11dyn0w 55693
eodag/plugins/download/base.py sha256=8Q_Vdxq-M_V7gZ5fZG7JEgskOzhbcP927V68oCKNLP0 30157
eodag/plugins/download/creodias_s3.py sha256=XZFYVP0aEj6GLe4WUGwJQUyPrTOPzpACYr0GC97WNFg 2875
eodag/plugins/download/http.py sha256=PkvSPVYR3H40HPUJHK0zsX4qkYNMyxehVm_-E7RqEhQ 57406
eodag/plugins/download/s3rest.py sha256=HVdkKfG17l2RfsxjZ46ytJJniEzWIAvZsPy3G_p6-fM 14836
eodag/plugins/search/__init__.py sha256=-1M-AB81A8KwLSEhSiNNEA77ecUvmvp4dUL8J1C1wFA 1986
eodag/plugins/search/base.py sha256=ZNf9ZuSJBwk-CoRHEo03Qoyz0GHcGsYbDUQzX4kYVDY 16292
eodag/plugins/search/build_search_result.py sha256=mPyS6YKtcdVrhGmCUOxNkX5zW0maXs-hKB3UYNlpeVc 21573
eodag/plugins/search/cop_marine.py sha256=3JOFtN6Adb0PDW8DfaViMIwXCO1mScEisDhcIDvruJM 19343
eodag/plugins/search/creodias_s3.py sha256=v0dnt8b93iqmFW8fifLgj9R24_O5BOVeRTIDnGlY1R8 6083
eodag/plugins/search/csw.py sha256=rZ-0ctszEixZuM6_VTkglTgGqmT83TG3bTPWSgB5BC8 12567
eodag/plugins/search/data_request_search.py sha256=Ikt1o2eJPLBeof9SSSDWKQpFnWoYDfITDm6q40qKOdU 26683
eodag/plugins/search/qssearch.py sha256=KaurdbgzuQUDRU6NWp92qXmF673TGWmXuhWSlYkO8hs 98306
eodag/plugins/search/static_stac_search.py sha256=EBBd4AB5R2Kiab3Ssc-b6A4McqcNRMjltgGW25ErH8g 9263
eodag/resources/ext_product_types.json sha256=RjMd40oPMF7UwLklQ0LneO7Hy3lKrx_-5mUh9D3k-3c 2872656
eodag/resources/locations_conf_template.yml sha256=_eBv-QKHYMIKhY0b0kp4Ee33RsayxN8LWH3kDXxfFSk 986
eodag/resources/product_types.yml sha256=r3Ni9X5U-iMR31wWgClIW_qdBQa50JhOjsmTAMDguiQ 375381
eodag/resources/providers.yml sha256=9WIRx6QASRjPjFxPkd0yr--DsGoQcING9qCKDElXnNU 252626
eodag/resources/stac.yml sha256=XgQFkJEfu_f2ZiVM5L1flkew7wq55p_PJmDuVkOG3fs 10442
eodag/resources/stac_api.yml sha256=3wz1rAfxb_IWJHBdIONA7JPpAYVJpo9pzlSPFwfb41s 68893
eodag/resources/stac_provider.yml sha256=2yfdnuhJYV1f5el3aFkunoPqHAcD8oCDzvASbmldIvY 6703
eodag/resources/user_conf_template.yml sha256=M6JiyEV8M8__KNynXu6zr6qdWFw3yxYvgAHpPhr8wuY 7707
eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt sha256=CHSo_jbv-4d4D0MYRbWn2FvmV_K9mYzo7qznF4YNO3g 7
eodag/resources/shp/ne_110m_admin_0_map_units.cpg sha256=FG1nif_gM6UpfBrQRuamLuNTGbhrAhRE8FtuoqqKH0o 6
eodag/resources/shp/ne_110m_admin_0_map_units.dbf sha256=uEEO22hZ_crWxMNhuQ_ix889c1Us1awYXAglxbf1K-s 393747
eodag/resources/shp/ne_110m_admin_0_map_units.prj sha256=oaohy2UQUlLMiTy3HhYS1Kurl_7z3A3LYcOmVf_TbNo 148
eodag/resources/shp/ne_110m_admin_0_map_units.shp sha256=GMVJQ1pe0JfaJnVfAew0MvembDJDkfUs0To2Qc82Aos 181628
eodag/resources/shp/ne_110m_admin_0_map_units.shx sha256=N74fDl6sQAljmHQ_e9DO7suO6BXuwC0LwmriAnDBH-U 1564
eodag/rest/__init__.py sha256=v4SI9gLuFP81YXi5_k98lvVNGzz6h8YZ_aUdhKAbE2M 916
eodag/rest/cache.py sha256=zGqVt8AAbqwhRmWmAbRPLMJgEb1ZD67WO-QnWwoe3a4 2103
eodag/rest/config.py sha256=Bw4VH3M0iaz6rR3hkJuGF2ZNU-GQyqn3SeKrggUtM9g 2118
eodag/rest/constants.py sha256=XsNgjzv0Qvw1hhjeuscDuyQpCm99g3O-hEyslPSiFzQ 945
eodag/rest/core.py sha256=s_zxBL0ySYV7YW-tQjBEAbpXkiUUyFlMnqVTvq9gAec 25100
eodag/rest/errors.py sha256=2tWYuPK67SFoxFVnu4HEx9WWdqzBAwv3_WCoJRAYspI 6211
eodag/rest/server.py sha256=r3KxAIUE-ZTb-8OsNwpyTT108syx-SRfUItsHYErD_Q 17641
eodag/rest/server.wsgi sha256=ssM4JQi8tZpOYj03CTdM0weyUF1b3Lbh38pdD-vBfXs 152
eodag/rest/stac.py sha256=JtuCFa4bldO4exe-G8MUHYhuNVvOA7q_GxzU99xQPyI 35788
eodag/rest/templates/README sha256=qFgCBE6XC4YiXkpPoSHkYbMTQr8Zg5Wc5eAKVcooXmw 57
eodag/rest/types/__init__.py sha256=Bu0C3dzXHe8kocnz2PIHV0GjQWlAQas6ToIfwusNPQs 742
eodag/rest/types/collections_search.py sha256=76dvL9y_Cq0ERoJdAn6btXx-0EFWxlfPYSoO7xkFA7c 1533
eodag/rest/types/eodag_search.py sha256=DPfXp2zV0cNIUl4wGMumspP7vN47ew3rJY0xuSox5To 14001
eodag/rest/types/queryables.py sha256=sEcXdLjYkpdIqVNdNINfugfmJSoC_jjguAPHQpNY4Hc 6287
eodag/rest/types/stac_search.py sha256=0_gheVqe9BVxeWttVsrEQoWRkhyrD21ACm8sUmiCa9M 8825
eodag/rest/utils/__init__.py sha256=D6SWRK_UF3yY-s1PweehJ1Oesnyw6ySMrhxQzjn3dJs 6544
eodag/rest/utils/cql_evaluate.py sha256=cren4gxNyi_3gIEq0CADpqyi5sVnr93rY26CXWCyM3Y 4106
eodag/rest/utils/rfc3339.py sha256=pZf6PXpUiQCNLAd-EJwgQ0sHJdTwac2RDEUv92LG3Os 2241
eodag/types/__init__.py sha256=36DX-ot1E4Y8DzaduQ0kxx-V7TEqKP5RDB-aseiwLU4 11816
eodag/types/bbox.py sha256=okc8oFgvoSTQnXJew740i41HArAoSD36Xjr_XmZ1Q4M 4373
eodag/types/download_args.py sha256=OeT7xc2JpFRqaZ1QdDwUqgWx8HI1zjGLEPBjLvbL1f8 1551
eodag/types/queryables.py sha256=yDpKE5qI8_o_lllxdsFttC0qXI-FNj61UWF5KXuQqUg 5981
eodag/types/search_args.py sha256=YqVb04BAPnwhnyafcJo3sRiyOlQA46lTIjnctH_H5b0 5668
eodag/types/whoosh.py sha256=dmfS8UIjmdP4kLkeFK99lfiS0owzHa4bLUfB4hrXb5w 2503
eodag/utils/__init__.py sha256=0QADbT5O5QW-4pabQocgurLeu0bztboy3ZiCbjswsZY 49236
eodag/utils/constraints.py sha256=NAFI-UzrC0zMCG3rVzB_UeutC-sFaZPGRhlI0ytQbbE 9560
eodag/utils/exceptions.py sha256=TCT91f04dhY6ThazJC1ZVjIrZUKTR1NLVZZB4yLWs7c 4117
eodag/utils/import_system.py sha256=TqfRi_Kl0mzqNBapnOr3A7Y3qjCAgd7wYZ0bkPLeuJU 3908
eodag/utils/logging.py sha256=KoMsyS1f6O1hr_SMDOIxvt842mOJgmu_yLUk0-0EKFs 3507
eodag/utils/notebook.py sha256=AUxtayvu26qYf3x3Eu3ujRl1XDgy24EfQaETbqmXSZw 2703
eodag/utils/repr.py sha256=6ocR8WyatAvh0oAM40bj_FvIt_XMmu-sW0nPxbH9UnM 3683
eodag/utils/requests.py sha256=YfN37yA9a_rIEpzhIaG1AL-vpCZitVECicdrKgKgp3A 4604
eodag/utils/rest.py sha256=Jd7HMbPCaGW5fFK1Ud0FyocEXqGInwneLFdB7mNRW9A 3361
eodag/utils/stac_reader.py sha256=OcSsGCegA39awgM6VanFe6_kO-9CG8YzKjuzoSGVJSo 9248
eodag-3.0.1.dist-info/LICENSE sha256=4MAecetnRTQw5DlHtiikDSzKWO1xVLwzM5_DsPMYlnE 10172
eodag-3.0.1.dist-info/METADATA sha256=EGhAC2s1sFmSg2DJxrPMuGyNVpNGGGrEctxZAJjd1_E 15567
eodag-3.0.1.dist-info/WHEEL sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc 91
eodag-3.0.1.dist-info/entry_points.txt sha256=iKQHH0DeP96tHvTTPGLBhsJm-2Iyh1k02UbcMyTpcec 2438
eodag-3.0.1.dist-info/top_level.txt sha256=025IMTmVe5eDjIPP4KEFQKespOPMQdne4U4jOy8nftM 6
eodag-3.0.1.dist-info/RECORD

top_level.txt

eodag

entry_points.txt

eodag = eodag.cli:eodag
EcmwfApi = eodag.plugins.apis.ecmwf:EcmwfApi [ecmwf]
UsgsApi = eodag.plugins.apis.usgs:UsgsApi [usgs]
AwsAuth = eodag.plugins.authentication.aws_auth:AwsAuth
GenericAuth = eodag.plugins.authentication.generic:GenericAuth
HTTPHeaderAuth = eodag.plugins.authentication.header:HTTPHeaderAuth
HttpQueryStringAuth = eodag.plugins.authentication.qsauth:HttpQueryStringAuth
KeycloakOIDCPasswordAuth = eodag.plugins.authentication.keycloak:KeycloakOIDCPasswordAuth
OAuth = eodag.plugins.authentication.oauth:OAuth
OIDCAuthorizationCodeFlowAuth = eodag.plugins.authentication.openid_connect:OIDCAuthorizationCodeFlowAuth
OIDCTokenExchangeAuth = eodag.plugins.authentication.token_exchange:OIDCTokenExchangeAuth
SASAuth = eodag.plugins.authentication.sas_auth:SASAuth
TokenAuth = eodag.plugins.authentication.token:TokenAuth
FilterDate = eodag.plugins.crunch.filter_date:FilterDate
FilterLatestByName = eodag.plugins.crunch.filter_latest_tpl_name:FilterLatestByName
FilterLatestIntersect = eodag.plugins.crunch.filter_latest_intersect:FilterLatestIntersect
FilterOverlap = eodag.plugins.crunch.filter_overlap:FilterOverlap
FilterProperty = eodag.plugins.crunch.filter_property:FilterProperty
AwsDownload = eodag.plugins.download.aws:AwsDownload
CreodiasS3Download = eodag.plugins.download.creodias_s3:CreodiasS3Download
HTTPDownload = eodag.plugins.download.http:HTTPDownload
S3RestDownload = eodag.plugins.download.s3rest:S3RestDownload
BuildPostSearchResult = eodag.plugins.search.build_search_result:BuildPostSearchResult
BuildSearchResult = eodag.plugins.search.build_search_result:BuildSearchResult
CSWSearch = eodag.plugins.search.csw:CSWSearch [csw]
CopMarineSearch = eodag.plugins.search.cop_marine:CopMarineSearch
CreodiasS3Search = eodag.plugins.search.creodias_s3:CreodiasS3Search
DataRequestSearch = eodag.plugins.search.data_request_search:DataRequestSearch
ODataV4Search = eodag.plugins.search.qssearch:ODataV4Search
PostJsonSearch = eodag.plugins.search.qssearch:PostJsonSearch
PostJsonSearchWithStacQueryables = eodag.plugins.search.qssearch:PostJsonSearchWithStacQueryables
QueryStringSearch = eodag.plugins.search.qssearch:QueryStringSearch
StacSearch = eodag.plugins.search.qssearch:StacSearch
StaticStacSearch = eodag.plugins.search.static_stac_search:StaticStacSearch