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. Python 3 version.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 2.1.0-17.fc44 | - |
| Fedora 43 | 2.1.0-17.fc43 | 2.1.0-17.fc43 |
| Fedora 42 | 2.1.0-13.fc42 | - |
| Fedora 41 | 2.1.0-11.fc41 | - |
You can contact the maintainers of this package via email at
python-unpaddedbase64 dash maintainers at fedoraproject dot org.