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.
