python-hyper / h2

HTTP/2 State-Machine based protocol implementation
https://h2.readthedocs.io/en/stable
MIT License
963 stars 151 forks source link

Rename 'hyper-h2' to simply 'h2' #1246

Closed sethmlarson closed 3 years ago

sethmlarson commented 3 years ago

Closes #1245

I went the simple approach of changing [hH]yper-h2 -> h2 for all code occurrences, the only case I found we'd want to keep hyper-h2 is Read the Docs for now, but maybe those can be changed to use python-hyper.org?

Kriechi commented 3 years ago

Overall 👍

Please add a changelog entry to mention the github repo rename, and the fact that the python package name is unchanged.

One thing we should watch out for, and have to be careful about, is when talking about h2 the project in close proximity to ALPN and the h2 spec itself. This might require some more explicit language, e.g., "the h2 project".

sethmlarson commented 3 years ago

@Kriechi Renamed the RTD, added a changelog entry (is this the right place? not a bug fix or API change) and remove user-agent in the examples directory.