skillfed

pybase64

Fast Base64 encoding/decoding

pybase64 Permissive license BSD-2-Clause Active 182 v1.5.0 released

Install

pybase64 on PyPI

pip

pip install pybase64

uv

uv add pybase64

poetry

poetry add pybase64

Package facts

License BSD-2-Clause (permissive)
Python support supports the current Python release (>=3.9)
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance actively maintained — 5 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: pybase64-1.5.0-cp310-cp310-macosx_10_9_x86_64.whl; pybase64-1.5.0-cp310-cp310-macosx_11_0_arm64.whl; pybase64-1.5.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl; pybase64-1.5.0-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl; pybase64-1.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; pybase64-1.5.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.whl; pybase64-1.5.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl; pybase64-1.5.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl; pybase64-1.5.0-cp310-cp310-manylinux_2_31_riscv64.whl; pybase64-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl; pybase64-1.5.0-cp310-cp310-musllinux_1_2_armv7l.whl; pybase64-1.5.0-cp310-cp310-musllinux_1_2_i686.whl; pybase64-1.5.0-cp310-cp310-musllinux_1_2_ppc64le.whl; pybase64-1.5.0-cp310-cp310-musllinux_1_2_riscv64.whl; pybase64-1.5.0-cp310-cp310-musllinux_1_2_s390x.whl; pybase64-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl; pybase64-1.5.0-cp310-cp310-win32.whl; pybase64-1.5.0-cp310-cp310-win_amd64.whl; pybase64-1.5.0-cp310-cp310-win_arm64.whl; pybase64-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl

Keywords: base64

Development Status :: 5 - Production/StableIntended Audience :: DevelopersProgramming Language :: CProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries :: Python ModulesTopic :: Utilities

About pybase64

from the package's own PyPI description — quoted content, verbatim

.. SETUP VARIABLES .. |license-status| image:: https://img.shields.io/badge/license-BSD%202--Clause-blue.svg :target: https://github.com/mayeut/pybase64/blob/master/LICENSE .. |pypi-status| image:: https://img.shields.io/pypi/v/pybase64.svg :target: https://pypi.python.org/pypi/pybase64 .. |python-versions| image:: https://img.shields.io/pypi/pyversions/pybase64.svg .. |rtd-status| image:: https://readthedocs.org/projects/pybase64/badge/?version=stable :target: http://pybase64.readthedocs.io/en/stable/?badge=stable :alt: Documentation Status .. |gha-status| image:: https://github.com/mayeut/pybase64/workflows/Build%20and%20upload%20to%20PyPI/badge.svg :target: https://github.com/mayeut/pybase64/actions?query=workflow%3A%22Build+and+upload+to+PyPI%22 .. |codecov-status| image:: https://codecov.io/gh/mayeut/pybase64/branch/master/graph/badge.svg :target: https://codecov.io/gh/mayeut/pybase64/branch/master .. END OF SETUP

Fast Base64 implementation

|license-status| |pypi-status| |python-versions| |rtd-status| |gha-status| |codecov-status|

This project is a wrapper on libbase64 <https://github.com/aklomp/base64>_.

It aims to provide a...

Read as markdown · JSON record · Source repository · Homepage · Docs

Similar packages