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.
|