File: control

package info (click to toggle)
python-efilter 1.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 596 kB
  • sloc: python: 4,342; makefile: 51
file content (25 lines) | stat: -rw-r--r-- 874 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
Source: python-efilter
Section: python
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>=9), dh-python,
 python3-all,
 python3-setuptools,
 python3-pytest,
 python3-dateutil (>> 2),
 python3-six (>> 1.4.0),
 python3-tz (>> 2011),
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/efilter
Vcs-Git: git://anonscm.debian.org/collab-maint/python-efilter.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-efilter.git

Package: python3-efilter
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
Description: EFILTER query language (Python 3)
 EFILTER is a general-purpose destructuring and search language implemented in 
 Python, and suitable for integration with any Python project that requires a 
 search function for some of its data.
 .
 This package installs the library for Python 3.