Metadata-Version: 2.4
Name: microbase64
Version: 1.0.0
Summary: Greenfield Micro Suite command-line tool.
Author: Justin Kyu
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# MicroBase64

Tiny Base64 encoder/decoder.

## Usage

python3 -m microbase64 encode file.txt

python3 -m microbase64 decode SGVsbG8gV29ybGQ=

Uses only Python's standard library.
