Source: python-rencode
Section: python
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 12~), dh-python, python3-all-dev
              ,cython3 (>= 0.19)
              ,python3-setuptools
              ,python3-wheel
Standards-Version: 4.4.1
Homepage: https://github.com/aresch/rencode
Vcs-Browser: https://salsa.debian.org/debian/python-rencode
Vcs-Git: https://salsa.debian.org/debian/python-rencode.git
Testsuite: autopkgtest-pkg-python

Package: python3-rencode
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python encoding library similar to bittorrent's bencode (Python 3)
 For complex, heterogeneous data structures with many small elements,
 r-encodings take significantly less space than b-encodings.
 This version of rencode is a complete rewrite in Cython in order to
 increase performance over the pure Python module written by Petru Paler,
 Connelly Barnes et al.
 .
 This package is for Python 3.
