PEP8 advises that module and package names have all-lowercase names. The majority of packages on PyPI seem to follow this rule. Yet there are some packages of clearly very capable and PEP8-aware developers that have capitalized their package name.
Examples:
Sphinx
andPygments
byGeorg Brandl
Django
bySimon Willison
,Jacob-Kaplan Moss
, ...Fabric
byJeff Forcier
Why did these developers capitalize their package names?