Add pywhatwgurl to list of implementations#900
Merged
annevk merged 2 commits intowhatwg:mainfrom Mar 11, 2026
Merged
Conversation
This commit adds pywhatwgurl to the Implementations section of the README.md. It also updates the Acknowledgments section of url.bs according to the contributor guidelines.
annevk
approved these changes
Mar 11, 2026
Member
annevk
left a comment
There was a problem hiding this comment.
Looks good modulo an awkward nit.
| Michel Suignard, | ||
| Mikaël Geljić, | ||
| Noah Levitt, | ||
| Oleksandr Pavliuk, |
Member
There was a problem hiding this comment.
I hate to ask this, but could you please undo this change? We use this list for people that contributed directly to the standard itself, not the wider ecosystem.
Contributor
Author
There was a problem hiding this comment.
No problem at all, I've just reverted that in 2912fbe
I only added it initially because the README.md mentioned: "Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes" — but that totally makes sense it's intended for standard contributors. Thanks for clarifying!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add pywhatwgurl to the list of Python implementations
I'd like to propose adding pywhatwgurl to the list of WHATWG URL Standard implementations. It is a pure Python implementation designed to be a small, spec-faithful library for parsing, serializing, and manipulating URLs.
We recently made the repository public and published it to PyPI. Our primary goal is to provide the Python ecosystem with a robust, highly compliant parser that stays closely aligned with upstream changes to the standard.
Here are a few highlights of the project:
Links:
GitHub: https://github.com/pywhatwgurl/pywhatwgurl
PyPI: https://pypi.org/project/pywhatwgurl/
Documentation: https://pywhatwgurl.github.io/pywhatwgurl
Thanks for your incredible work on the standard! Please let me know if you need any adjustments to the PR or additional information.