[ buster ]
[ 源代码: python-unpaddedbase64 ]
软件包:python-unpaddedbase64(1.1.0-4)
python-unpaddedbase64 的相关链接
Debian 的资源:
下载源码包 python-unpaddedbase64:
- [python-unpaddedbase64_1.1.0-4.dsc]
- [python-unpaddedbase64_1.1.0.orig.tar.gz]
- [python-unpaddedbase64_1.1.0-4.debian.tar.xz]
维护者:
相似软件包:
unpadded Base64 implementation in Python
A module to encode and decode Base64 without "=" padding.
RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using "=" characters. However this conveys no benefit so many protocols choose to use Base64 without the "=" padding.
This package is for Python 2.