-
Notifications
You must be signed in to change notification settings - Fork 0
Copy of http://pypi.python.org/pypi/titlecase with ez_setup.py added.
lukearno/titlecase
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
========= Titlecase ========= Titlecase is a port of John Gruber's titlecase.pl http://daringfireball.net/2008/05/title_case This filter changes all words to Title Caps, and attempts to be clever about *un*\capitalizing 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 'vs' and 'v'. Usage ===== To use it is as simple as: >>> from titlecase import titlecase >>> titlecase('a thing') 'A Thing' Bugs/Patches/Contributions ========================== See https://launchpad.net/titlecase.py
About
Copy of http://pypi.python.org/pypi/titlecase with ez_setup.py added.
Resources
Stars
Watchers
Forks
Packages 0
No packages published