Metadata-Version: 2.4
Name: hashcash
Version: 0.1.2
Summary: Hashcash
Author-email: David Mertz <unknown@invalid.tld>
Maintainer-email: Scott Alfter <scott@alfter.us>
Requires-Python: >=3.8
Description-Content-Type: text/markdown

Hashcash
========

A Python implementation of the Hashcash proof-of-work algorithm for email.  This is the reference (?) Python implementation from [hashcash.org](http://www.hashcash.org/libs/python/), modified lightly for Python 3 compatibility and packaging.  It's been used as a milter with Postfix, and probably has other uses as well.
