Source: python-valkey
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Lena Voytek <lena@voytek.dev>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               libjs-requirejs <!nodoc>,
               furo <!nodoc>,
               pandoc <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-nbsphinx <!nodoc>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-gallery <!nodoc>,
Standards-Version: 4.7.4
Homepage: https://github.com/valkey-io/valkey-py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-valkey.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-valkey
Testsuite: autopkgtest-pkg-python

Package: python3-valkey
Section: database
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python:Recommends},
Description: Python interface to the Valkey key-value store
 Valkey-py is the official Python client library for Valkey, based on a fork of
 redis-py.

Package: python-valkey-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Suggests:
 python3-valkey,
Description: Python interface to the Valkey key-value store (Documentation)
 Valkey-py is the official Python client library for Valkey, based on a fork of
 redis-py.
