percentcoding: fast percent encoding and decoding
Project description
An example of percent encoding is the one defined for URIs in RFC 3986. Percent encoding can also be used for general purpose text escaping. Unlike C backslash escaping, which requires that every reserved character be explicitly named (eg. 0x0a corresponds to n), percent encoding can easily accommodate an arbitrary set of reserved characters. For the specific case of URI escaping, the percentcoding library provides 10x faster drop-in replacement for the urllib.quote, urllib.unquote, urllib.quote_plus, and urllib.unquote_plus.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
percentcoding-0.1.tar.gz
(12.0 kB
view details)
File details
Details for the file percentcoding-0.1.tar.gz
.
File metadata
- Download URL: percentcoding-0.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b445cb61dceb5e6565d9eb683515f6aecd73a7967329de086c7b69ea3a8c7e3 |
|
MD5 | b4a2487ebe04315f79eeb87664f8016b |
|
BLAKE2b-256 | 615777be1c497e28b69561836d71077b85a63546236e1f651a7eacbde057538a |