File: control

package info (click to toggle)
browser-cookie3 0.20.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: python: 1,595; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 870 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
Source: browser-cookie3
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/borisbabic/browser_cookie3
Vcs-Browser: https://forgejo.debian.net/python/browser-cookie3
Vcs-Git: https://forgejo.debian.net/python/browser-cookie3

Package: python3-browser-cookie3
Section: python
Architecture: all
Depends:
 python3-dbus,
 python3-jeepney,
 python3-lz4,
 ${misc:Depends},
 ${python3:Depends},
Description: loading cookies used by web browser into cookiejar object (Python)
 The browser_cookie3 Python module loads cookies used by your web browser into
 a cookiejar object. This is useful in order to download with Python the same
 content one sees in the web browser without needing to login.