Python bindings for the nettle low-level cryptographic library
You'll need at least version 3 of nettle installed.
cd src
python generator.py
cd ..
python setup.py install
Both python2 and python3 is supported.
python-nettle is like Nettle dual licenced under the GNU General Public License version 2 or later, and the GNU Lesser General Public License version 3 or later - see COPYINGv2, COPYINGv3 or COPYING.LESSERv3 for details
Thanks to Niels Möller for the Nettle library