File: control

package info (click to toggle)
python-titlecase 2.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 547; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,110 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
Source: python-titlecase
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-titlecase
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-titlecase.git
Homepage: https://github.com/ppannuto/python-titlecase

Package: python3-titlecase
Architecture: all
Depends:
 python3-regex,
 ${misc:Depends},
 ${python3:Depends},
Description: changes a given text to Title Caps
 This package filter changes a given text to Title Caps, and attempts to be
 clever about SMALL words like a/an/the in the input. The list of "SMALL words"
 which are not capped comes from the New York Times Manual of Style, plus some
 others like 'vs' and 'v'. The filter employs some heuristics to guess
 abbreviations that don't need conversion.
 .
 This is a port of John Gruber's titlecase.pl.