<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey there!<div><br></div><div>Recently there has been a lot of work around packaging in Python. On my end of things I've been trying to clean up PyPI. Recently I've deployed a change that ensures that all *new* package names on PyPI conform to a strict set of rules. These rules are:</div><div><br></div><div>&nbsp; &nbsp; - Must begin and end with an ASCII alphanumeric</div><div>&nbsp; &nbsp; - Must contain only ASCII letters, digits, underscores, hyphens, and periods</div><div><br></div><div>Now we are left with about 235 total projects out of ~31k who do not conform to these guidelines. Out of those 235 projects Twisted is one of the major ones (Not Twisted itself, but Twisted Web, Twisted Core, etc).</div><div><br></div><div>Now the plan that we've come up with is to migrate any name that the only invalid characters are internal whitespace by replacing the whitespace with a -. This would Make Twisted Web Twisted-Web. This reflects already what is required to install Twisted Web via pip or easy_install.</div><div><br></div><div>So I'm emailing you all to warn you about this upcoming change since Twisted is one of the major projects affected and also to see if the Twisted developers would prefer a different rename than Twisted-Web.</div><div><br></div><div><div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br class="Apple-interchange-newline">-----------------</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Donald Stufft</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">PGP:&nbsp;0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA</div>
</div>
<br></div></body></html>