ecordell / pymacaroons

A Python Macaroon Library
pymacaroons.readthedocs.org
MIT License
79 stars 23 forks source link

Switch to pynacl #36

Closed ecordell closed 6 years ago

ecordell commented 7 years ago

https://pypi.python.org/pypi/PyNaCl/

PyNaCl is a different binding to libsodium which bundles libsodium as well. This would make installation significantly simpler (can still bring your own libsodium if you need to)

ecordell commented 6 years ago

Fixed by #45