v1.1.0 - Added validation and line formatting, fixed zero-length padding. Added tests.

This commit is contained in:
2026-02-16 12:32:27 +00:00
parent 823cc324c4
commit db4f5e5ac2
5 changed files with 253 additions and 17 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
[project]
name = "base64url"
version = "1.0.0"
description = "Base64 encoding without Python's base64 flaws. No padding, str types."
version = "1.1.0"
description = "Base64 encoding without Python's base64 flaws. Output urlsafe without padding, as str. Decodes any variant with or without padding, with validation."
readme = "README.md"
requires-python = ">=3.8"
dependencies = []