Source: pyfuse3 Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Nikolaus Rath , Francesco Paolo Lovergine Build-Depends: cython3, debhelper-compat (= 13), dh-python, fuse3, libattr1-dev, libfuse3-dev, pkg-config, python3-all-dbg, python3-all-dev, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinxcontrib-asyncio, python3-trio Standards-Version: 4.5.1 Homepage: https://github.com/libfuse/pyfuse3 Vcs-Git: https://salsa.debian.org/python-team/packages/pyfuse3.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyfuse3 Package: python3-pyfuse3 Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends} Provides: ${python3:Provides} Description: Python 3 bindings for libfuse 3 with asynchronous API pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio, and enables you to easily write a full-featured Linux filesystem in Python. Package: python3-pyfuse3-dbg Section: debug Architecture: any Recommends: python3-dbg Depends: python3-pyfuse3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Python 3 bindings for libfuse 3 with asynchronous API (debugging symbols) pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio, and enables you to easily write a full-featured Linux filesystem in Python. . This package contains the debugging symbols as well as the extension built for the Python 3 debug interpreter.