A common API for AION key operations with pluggable backends. Most noteably support for ed25519 signing/public key generation.
pip install eth-keys
pip install -e . -r requirements-dev.txt
You can run the tests with:
py.test tests
Or you can install tox
to run the full test suite.