--- id: pybase64 version: "1.5.0" license: BSD-2-Clause license_treatment: permissive maintenance: active --- # pybase64 — Fast Base64 encoding/decoding License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install pybase64 uv add pybase64 poetry add pybase64 ## Description .. 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 `_. It aims to provide a... [View on SkillFed](https://skillfed.io/packages/pybase64) · [View on PyPI](https://pypi.org/project/pybase64/)