File: control

package info (click to toggle)
purl 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: python: 421; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,074 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
Source: purl
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-six,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/purl
Vcs-Git: https://salsa.debian.org/python-team/packages/purl.git
Homepage: https://codeinthehole.com/writing/purl-immutable-url-objects-for-python/
Rules-Requires-Root: no

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