Source: python-vcsgraph Section: python Maintainer: Jelmer Vernooij Build-Depends: debhelper-compat (= 13), dh-sequence-python3, cargo:native, librust-lazy-static-1+default-dev (>= 1.4.0), librust-maplit-1+default-dev (>= 1.0.2), librust-pyo3-0.28+default-dev, librust-pyo3-0.28+extension-module-dev, libstd-rust-dev, python3 (>= 3.9), python3-all-dev, python3-setuptools, python3-setuptools-rust, python3-wheel, rustc, rustc:native Standards-Version: 4.7.3.0 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-vcsgraph Vcs-Git: https://salsa.debian.org/python-team/packages/python-vcsgraph.git Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Package: python3-vcsgraph Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: graph algorithms optimized for version control systems vcsgraph is a high-performance graph algorithms library specifically designed for working with version control system (VCS) data structures. It provides efficient implementations of common graph operations needed by VCS tools, with both pure Python and Rust-accelerated implementations for performance-critical operations.