File: control

package info (click to toggle)
python-furl 2.1.4-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: python: 2,974; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 860 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
Source: python-furl
Maintainer: IƱaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Standards-Version: 4.1.4
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-orderedmultidict,
 python3-setuptools,
 python3-six,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/python-furl.git
Vcs-Browser: https://salsa.debian.org/debian/python-furl
Homepage: https://github.com/gruns/furl
X-Style: black

Package: python3-furl
Architecture: all
Depends:
 python3-orderedmultidict,
 ${misc:Depends},
 ${python3:Depends},
Description: Small Python library for URLs parsing and manipulating
 Python's standard urllib and urlparse modules provide a number of URL
 related functions, but using these functions to perform common URL
 operations proves tedious. Furl makes parsing and manipulating URLs
 easy.