File: control

package info (click to toggle)
python-urlobject 2.4.0-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 280 kB
  • ctags: 486
  • sloc: python: 1,301; makefile: 135
file content (39 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
Source: python-urlobject
Maintainer: Andrew Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Homepage: http://github.com/zacharyvoase/urlobject
Build-Depends:
    dh-python,
    python-setuptools (>= 0.6.24),
    python3-setuptools (>= 0.6.24),
    python-all (>= 2.6.6-3),
    python3-all, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
    debhelper (>= 9),
    python-six, python3-six
Standards-Version: 3.9.5

Package: python-urlobject
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-six, ${sphinxdoc:Depends}
Provides: ${python:Provides}
Description: utility class for manipulating URLs.
 URLObject is a utility class for manipulating URLs. The latest
 incarnation of this library builds upon the ideas of its
 predecessor, but aims for a clearer API, focusing on proper
 method names over operator overrides. It's also being developed
 from the ground up in a test-driven manner, and has full
 Sphinx documentation.

Package: python3-urlobject
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-six, ${sphinxdoc:Depends}
Description: utility class for manipulating URLs.
 URLObject is a utility class for manipulating URLs. The latest
 incarnation of this library builds upon the ideas of its
 predecessor, but aims for a clearer API, focusing on proper
 method names over operator overrides. It's also being developed
 from the ground up in a test-driven manner, and has full
 Sphinx documentation.
 .
 This is the Python 3 version of the package.