Source: referencing Section: python Maintainer: Debian Python Team Uploaders: Roland Mas , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-attr, python3-hatchling, python3-jsonschema, python3-pytest, python3-rpds-py, python3-setuptools, python3-traitlets, Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.6.2 Homepage: https://github.com/python-jsonschema/referencing Vcs-Browser: https://salsa.debian.org/python-team/packages/referencing Vcs-Git: https://salsa.debian.org/python-team/packages/referencing.git Package: python3-referencing Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Implementation-agnostic implementation of JSON reference resolution A way for e.g. JSON Schema tooling to resolve the $ref keywords across all drafts without needing to implement support themselves. . This library is meant for use both by implementers of JSON referencing-related tooling – like JSON Schema implementations supporting the $ref keyword – as well as by end-users using said implementations who wish to then configure sets of resources (like schemas) for use at runtime. . This package installs the library for Python 3.