Source: python-marisa-trie
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Tianyu Chen <billchenchina2001@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 cython3,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-setuptools,
Build-Depends-Arch:
 libmarisa-dev,
 python3-hypothesis <!nocheck>,
 python3-pytest <!nocheck>,
 python3-readme-renderer <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.4
Homepage: https://github.com/pytries/marisa-trie
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-marisa-trie
Vcs-Git: https://salsa.debian.org/python-team/packages/python-marisa-trie.git

Package: python3-marisa-trie
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Static memory-efficient and fast Trie structures (Python 3)
 MARISA (Matching Algorithm with Recursively Implemented StorAge) is a
 space-efficient trie implementation. String data in a MARISA-trie may take
 up to 50x-100x less memory than in a standard Python dict; the raw lookup
 speed is comparable; trie also provides fast advanced methods like prefix
 search.
 .
 This package provides the Python 3 bindings built with Cython.
