[ 源代码: python-titlecase ]
软件包:python3-titlecase(2.4.1-2)
python3-titlecase 的相关链接
Debian 的资源:
下载源码包 python-titlecase:
- [python-titlecase_2.4.1-2.dsc]
- [python-titlecase_2.4.1.orig.tar.xz]
- [python-titlecase_2.4.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-titlecase 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-regex
- 备用正则表达式模块(Python 3)