New submission from Aviv Palivoda: I am suggesting to add a command line interface to the hashlib module. A simple example of the api I suggest is: $ python -m hashlib md5 /bin/sh $ d985d0ea551c1253c2305140c583d11f
A patch is included. ---------- components: Library (Lib) files: hashlib-script-mod.patch keywords: patch messages: 261225 nosy: christian.heimes, gregory.p.smith, palaviv priority: normal severity: normal status: open title: hashlib command line interface type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file42074/hashlib-script-mod.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26488> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com