Metadata-Version: 2.1
Name: swh.loader.metadata
Version: 1.4.0
Summary: Software Heritage Extrinsic Metadata Fetchers
Author-email: Software Heritage developers <swh-devel@inria.fr>
Project-URL: Homepage, https://gitlab.softwareheritage.org/swh/devel/swh-loader-metadata
Project-URL: Bug Reports, https://gitlab.softwareheritage.org/swh/devel/swh-loader-metadata/-/issues
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-loader-metadata/
Project-URL: Source, https://gitlab.softwareheritage.org/swh/devel/swh-loader-metadata.git
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: swh.core[http]>=0.3
Requires-Dist: swh.loader.core>=5.2.0
Requires-Dist: swh.storage>=1.8.0
Provides-Extra: testing
Requires-Dist: swh.core[http]>=0.3; extra == "testing"
Requires-Dist: swh.loader.core>=5.2.0; extra == "testing"
Requires-Dist: swh.storage>=1.8.0; extra == "testing"
Requires-Dist: confluent-kafka; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-mock; extra == "testing"
Requires-Dist: requests_mock; extra == "testing"
Requires-Dist: types-requests; extra == "testing"
Requires-Dist: types-PyYAML; extra == "testing"
Requires-Dist: swh-storage[testing]; extra == "testing"

Software Heritage - Metadata Fetchers
=====================================

This package hooks into the loaders, and loads extrinsic metadata at the same time
code artifacts are retrieved.
