K 10 svn:author V 5 koobs K 8 svn:date V 27 2016-01-08T04:34:34.984911Z K 7 svn:log V 415 [NEW] devel/py-unpaddedbase64: Unpadded Base64 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. WWW: https://github.com/matrix-org/python-unpaddedbase64 PR: 205914 Submitted by: Brendan Molloy END