Source: pybase64 Section: python Priority: optional Maintainer: Debian Deep Learning Team Uploaders: Mo Zhou Build-Depends: cmake, debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-all-dev, python3-pytest, python3-setuptools, Standards-Version: 4.7.2 Homepage: https://github.com/mayeut/pybase64 Rules-Requires-Root: no Package: python3-pybase64 Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: Fast Base64 encoding/decoding (Python 3) pybase64 is a fast Base64 encoding/decoding library for Python. It uses a C extension based on the libbase64 library, which leverages SIMD (AVX2, AVX512, NEON, SSSE3, SSE4.1, SSE4.2, AVX) and OpenMP acceleration for maximum performance on modern CPUs. . This package installs the library for Python 3, and provides the /usr/bin/pybase64 command-line tool.