Metadata-Version: 2.4
Name: swh.graph.libs
Version: 10.2.0
Summary: Rust libraries for the Software Heritage graph service (Luigi tasks)
Author-email: Software Heritage developers <swh-devel@inria.fr>
Project-URL: Homepage, https://gitlab.softwareheritage.org/swh/devel/swh-graph-libs
Project-URL: Bug Reports, https://gitlab.softwareheritage.org/swh/devel/swh-graph-libs/-/issues
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-graph-libs/
Project-URL: Source, https://gitlab.softwareheritage.org/swh/devel/swh-graph-libs.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.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: swh.graph>=v8.0.0
Provides-Extra: export
Provides-Extra: luigi
Requires-Dist: luigi!=3.5.2,!=3.7.0,!=3.7.1; extra == "luigi"
Requires-Dist: pyarrow<19.0.0; extra == "luigi"
Requires-Dist: tqdm; extra == "luigi"
Requires-Dist: swh.export[luigi]>=v1.2.0; extra == "luigi"
Requires-Dist: swh.graph[luigi]>=v8.0.0; extra == "luigi"
Provides-Extra: testing
Requires-Dist: datafusion<43.0.0; extra == "testing"
Requires-Dist: pyarrow-stubs; extra == "testing"
Requires-Dist: pytest>=8.1; extra == "testing"
Requires-Dist: swh.core[testing]>=4.6.0; extra == "testing"
Requires-Dist: swh.graph[testing]>=8.0.0; extra == "testing"
Requires-Dist: luigi!=3.5.2,!=3.7.0,!=3.7.1; extra == "testing"
Requires-Dist: pyarrow<19.0.0; extra == "testing"
Requires-Dist: tqdm; extra == "testing"
Requires-Dist: swh.export[luigi]>=v1.2.0; extra == "testing"
Requires-Dist: swh.graph[luigi]>=v8.0.0; extra == "testing"
Dynamic: license-file

Software Heritage - libraries for the graph service
===================================================

Rust libraries and utilities built around `swh-graph <https://docs.softwareheritage.org/devel/swh-graph/>`_.

* `swh-graph-stdlib <https://docs.rs/swh-graph-stdlib/>`_: algorithms to
  mine information from, and run common algorithms on, swh-graph
* `swh_graph_topology <https://docs.rs/swh_graph_topology>`_: currently
  just an implementation of reading nodes in (precomputed) topological order
