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
|
Source: lazr.uri
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-pytest,
python3-setuptools
Standards-Version: 4.7.0
Homepage: https://launchpad.net/lazr.uri
Vcs-Git: https://salsa.debian.org/python-team/packages/lazr.uri.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/lazr.uri
Rules-Requires-Root: no
Package: python3-lazr.uri
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: library for parsing, manipulating, and generating URIs
A self-contained, easily reusable, Python library for parsing,
manipulating and generating URIs. With it you can extract parts
of a URL, compare URIs to see if one contains another, search for
URIs in text, and many other things.
.
This package contains the library for Python 3.x.
|