Source: python-asyncvarlink
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Stefano Rivera <stefanor@debian.org>,
 Colin Watson <cjwatson@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hypothesis <!nocheck>,
 python3-pytest <!nocheck>,
 python3-sphinx <!nodoc>
Standards-Version: 4.7.4
Homepage: https://github.com/helmutg/asyncvarlink
Vcs-Git: https://salsa.debian.org/python-team/packages/python-asyncvarlink.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-asyncvarlink

Package: python3-asyncvarlink
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python asyncio-compatible, type-driven varlink implementation
 This is a pure Python implementation of the varlink IPC protocol based on
 asyncio. The main differences to the reference implementation are:
 .
  * Usage of asyncio instead of synchronous threading
  * Where the reference implementation parses a varlink interface description
    as a source of truth, this implementation derives a varlink interface
    description from a typed Python class to describe an interface.
  * Even though the varlink faq explicitly renders passing file descriptors out
    of scope, systemd uses it and it is an important feature also implemented
    here.
 .
 This package contains the Python 3.x module.

Package: python-asyncvarlink-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python asyncio-compatible, type-driven varlink implementation (docs)
 This is a pure Python implementation of the varlink IPC protocol based on
 asyncio. The main differences to the reference implementation are:
 .
  * Usage of asyncio instead of synchronous threading
  * Where the reference implementation parses a varlink interface description
    as a source of truth, this implementation derives a varlink interface
    description from a typed Python class to describe an interface.
  * Even though the varlink faq explicitly renders passing file descriptors out
    of scope, systemd uses it and it is an important feature also implemented
    here.
 .
 This package contains the documentation.
