v1.1.0 - Added validation and line formatting, fixed zero-length padding. Added tests.
This commit is contained in:
+2
-2
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user