urlquote
Fast percent encoding / decoding for python.
Fast percent encoding / decoding for python.
To install this package, run one of the following:
urlquote is not intended to be a replacement for urllib. urllib is part of the Python standard library and should be your go-to choice to quote and unquote URLs. However, should quoting or unquoting of URLs be known to be a performance bottleneck and you are fine with the encodings provided, then by all means have fun using this library.
Summary
Fast percent encoding / decoding for python.
Last Updated
Aug 28, 2025 at 11:59
License
MIT
Supported Platforms
GitHub Repository
https://github.com/blue-yonder/urlquote