{"id":13567145,"url":"https://github.com/matrix-org/python-unpaddedbase64","last_synced_at":"2025-06-11T00:06:08.728Z","repository":{"id":36855607,"uuid":"41162564","full_name":"matrix-org/python-unpaddedbase64","owner":"matrix-org","description":"Unpadded Base64","archived":false,"fork":false,"pushed_at":"2021-10-25T13:31:44.000Z","size":27,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-05-11T20:43:11.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matrix-org.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2015-08-21T15:14:14.000Z","updated_at":"2024-02-09T00:57:44.000Z","dependencies_parsed_at":"2022-09-10T13:11:16.572Z","dependency_job_id":null,"html_url":"https://github.com/matrix-org/python-unpaddedbase64","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fpython-unpaddedbase64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fpython-unpaddedbase64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fpython-unpaddedbase64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fpython-unpaddedbase64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","download_url":"https://codeload.github.com/matrix-org/python-unpaddedbase64/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fpython-unpaddedbase64/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258747614,"owners_count":22751149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:02:24.765Z","updated_at":"2025-06-11T00:06:08.677Z","avatar_url":"https://github.com/matrix-org.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Unpadded Base64\n===============\n\nEncode and decode Base64 without \"=\" padding.\n\n`RFC 4648`_ specifies that Base64 should be padded to a multiple of 4 bytes\nusing \"=\" characters. However many protocols choose to omit the \"=\" padding.\n\n.. _`RFC 4648`: https://tools.ietf.org/html/rfc4648\n\nInstalling\n----------\n\n.. code:: bash\n\n   python3 -m pip install unpaddedbase64\n\nUsing\n-----\n\n.. code:: python\n\n    import unpaddedbase64\n    assert (unpaddedbase64.encode_base64(b'\\x00')) == 'AA'\n    assert (unpaddedbase64.decode_base64('AA')) == b'\\x00'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fpython-unpaddedbase64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrix-org%2Fpython-unpaddedbase64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fpython-unpaddedbase64/lists"}