Metadata-Version: 2.1
Name: kevbase64
Version: 0.2
Summary: Encode and decode using Base64 representation with Kev's implementation
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE

base64 – Encode and decode using Base64 representation in Python

Mimics the base64 command on gnu/linux systems.

## Usage

```bash
echo -n hi | python -m kevbase64
```

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
