view tools/base64 @ 8347:e25a4e199568

build: prep for 2.5.0 - fix py versions, add links to pypi Mark supported python version as 3.7 or newer alphabetize args to setup so I can find them add project_urls for docs, changelog, contact, IRC issues licenses and wiki.
author John Rouillard <rouilj@ieee.org>
date Sun, 29 Jun 2025 12:10:23 -0400
parents c75defc1c2f0
children 9c3ec0a5c7fc
line wrap: on
line source

#!/usr/bin/env python
from __future__ import print_function
import zlib, base64, sys
print(base64.encodestring(zlib.compress(sys.stdin.read())))

Roundup Issue Tracker: http://roundup-tracker.org/