File: control

package info (click to toggle)
python-precis-i18n 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,652 kB
  • sloc: python: 2,409; sh: 28; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,507 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
Source: python-precis-i18n
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	devscripts,
	dh-buildinfo,
	dh-python,
	python3,
	python3-setuptools,
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://github.com/byllyfish/precis_i18n
Vcs-Git: https://salsa.debian.org/python-team/packages/python-precis-i18n.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-precis-i18n

Package: python3-precis-i18n
Architecture: all
Depends: ${python3:Depends},
	${misc:Depends},
Suggests: ${python3:Suggests}
Provides: ${python3:Provides}
Description: internationalized usernames and passwords
 If you want your application to accept unicode user names and
 passwords, you must be careful in how you validate and compare them.
 The PRECIS framework makes internationalized user names and passwords
 safer for use by applications. PRECIS profiles transform unicode
 strings into a canonical form, suitable for comparison.
 .
 This module implements the PRECIS Framework as described in:
 .
  - PRECIS Framework: Preparation, Enforcement, and Comparison of
    Internationalized Strings in Application Protocols (RFC 8264)
  - Preparation, Enforcement, and Comparison of Internationalized
    Strings Representing Usernames and Passwords (RFC 8265)
  - Preparation, Enforcement, and Comparison of Internationalized
    Strings Representing Nicknames (RFC 8266)