File: control

package info (click to toggle)
plyara 2.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: python: 2,929; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: plyara
Section: python
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Robert Haist <rha@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               git,
               pybuild-plugin-pyproject,
               python3-all,
               python3-ply,
               python3-pycodestyle,
               python3-pydocstyle,
               python3-pyflakes,
               python3-setuptools
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/plyara/plyara
Vcs-Browser: https://salsa.debian.org/pkg-security-team/plyara
Vcs-Git: https://salsa.debian.org/pkg-security-team/plyara.git

Package: python3-plyara
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: plyara
Description: Parse YARA rules and operate over them more easily
 Plyara is a Python script and library that lexes and parses a file consisting
 of one more YARA rules into a Python dictionary representation. The goal of
 this tool is to make it easier to perform bulk operations or transformations
 of large sets of YARA rules, such as extracting indicators, updating
 attributes, and analyzing a corpus. Other applications include linters and
 dependency checkers.