Skip to main content

Python Port of John Gruber's titlecase.pl

Project description

This filter changes all words to Title Caps, and attempts to be clever about unSMALL 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 ‘vs’ and ‘v’.

This is a fork of Stuart Colville’s titlecase.py, which was in turn a port of John Gruber’s titlecase.pl.

The purpose of this fork is to update the package to support Python 3 as well as provide a maintained version of this utility. Issues or better pull requests are welcome.

Usage

To use it is as simple as:

>>> from titlecase import titlecase
>>> titlecase('a thing')
'A Thing'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

titlecase-0.6.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page