Source: ajsonrpc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Peter Záhradník <peter.zahradnik@znik.sk>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-rtd-theme,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/ajsonrpc
Vcs-Git: https://salsa.debian.org/python-team/packages/ajsonrpc.git
Homepage: https://github.com/pavlov99/ajsonrpc

Package: python3-ajsonrpc
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python JSON-RPC 2.0 implementation and asynchronous server powered by asyncio
 Ajsonrpc is Lightweight JSON-RPC 2.0 protocol implementation and
 asynchronous server powered by asyncio. This library is a successor of
 json-rpc and written by the same team.
 .
 Features:
  - Full JSON-RPC 2.0 implementation
  - Async request manager that handles the protocol
  - Vanilla Python, no dependencies
  - API server setup in 1 min
  - Same development team as json-rpc, largely compatible code
 .
 This package provides the Python 3 version of the module.

Package: python3-ajsonrpc-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Python JSON-RPC 2.0 implementation and async server powered by asyncio (doc)
 Ajsonrpc is Lightweight JSON-RPC 2.0 protocol implementation and
 asynchronous server powered by asyncio. This library is a successor of
 json-rpc and written by the same team.
 .
 Features:
  - Full JSON-RPC 2.0 implementation
  - Async request manager that handles the protocol
  - Vanilla Python, no dependencies
  - API server setup in 1 min
  - Same development team as json-rpc, largely compatible code
 .
 This package provides the common documentation.
