File: control

package info (click to toggle)
purl 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 78
  • sloc: python: 417; makefile: 3
file content (42 lines) | stat: -rw-r--r-- 1,728 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
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: purl
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9),
               python-all,
               python-setuptools,
               python-six,
               python3-all,
               python3-setuptools,
               python3-six
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/purl.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/purl.git
Homepage: http://codeinthehole.com/writing/purl-immutable-url-objects-for-python/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-purl
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: URL interrogation and manipulation
 A simple, immutable URL class with a clean API for interrogation and
 manipulation that also supports template URLs as per RFC 6570.
 It parses URLs into URL objects which are immutable but also provides mutator
 methods for all segements which return a new URL instance. This allows for
 easy modification of URLs during runtime.

Package: python3-purl
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: URL interrogation and manipulation (Python3 version)
 A simple, immutable URL class with a clean API for interrogation and
 manipulation that also supports template URLs as per RFC 6570.
 It parses URLs into URL objects which are immutable but also provides mutator
 methods for all segements which return a new URL instance. This allows for
 easy modification of URLs during runtime.
 .
 This package contains the Python 3 version of the library.