Source: yara-python Section: python Priority: optional Maintainer: Hilko Bengen Uploaders: Debian Security Tools Build-Depends: debhelper (>= 12~), dh-python, python3-all-dev, python3-setuptools, libyara-dev (>= 4), Standards-Version: 4.5.0 Homepage: https://pypi.python.org/pypi/yara-python Vcs-Git: https://salsa.debian.org/pkg-security-team/yara-python.git Vcs-Browser: https://salsa.debian.org/pkg-security-team/yara-python Package: python3-yara Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, Provides: ${python3:Provides}, XB-Python-Version: ${python3:Versions}, Description: Python 3 bindings for YARA YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package provides Python 3 bindings.