File: control

package info (click to toggle)
python-ua-parser 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: python: 727; makefile: 22
file content (22 lines) | stat: -rw-r--r-- 895 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
Source: python-ua-parser
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-yaml
Standards-Version: 4.1.4
Homepage: https://github.com/ua-parser/uap-python
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-ua-parser
Vcs-Git: https://salsa.debian.org/python-team/modules/python-ua-parser.git

Package: python3-ua-parser
Architecture: all
Depends: uap-core, ${misc:Depends}, ${python3:Depends}
Description: Python module for parsing HTTP User-Agent strings
 Parse the User-Agent string from a web browser or other HTTP client.
 Extracts information and version numbers for the device, operating
 system and the user agent.