yara · PyPI
https://pypi.org/project/yara26.05.2014 · Install and run. Simply run the following: > python setup.py install > python setup.py test > yara-ctypes -h. or PyPi: > pip install yara > yara-ctypes -h. Note. If the package does not contain a pre-compiled libyara library for your platform you will need to build and install it. See notes on building.
Releases · VirusTotal/yara · GitHub
https://github.com/VirusTotal/yara/releases21.10.2021 · Add --no-follow-links command-line option to yara. Prevent yara from following links to "." . Implemented non-blocking scanning API . When a string causes too many matches, YARA raises a warning instead of failing . BUGFIX: The use of --timeout could hang yara when scanning directories or lists of files .
yara-python · PyPI
https://pypi.org/project/yara-python22.10.2021 · It’s also important to note that the two methods above link libyara statically into yara-python. If you want to link dynamically against a shared libyara library use: $ python setup.py build --dynamic-linking For this option to work you must build and install YARA separately before installing yara-python.