You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
indy_bls is soon-to-be published as a replacement for the python-ursa wrapper.
It should be possible to install the wheel package from PyPI as there is support for manylinux-2014-aarch64 and manylinux-2014-x86_64. The ursa Debian package can also be removed as a dependency.
In the Python code, from ursa.bls ... becomes from indy_bls ... and from ursa.indy_error import IndyCryptoError becomes from indy_bls import IndyBlsError.
The text was updated successfully, but these errors were encountered:
The Ursa project is now archived.
indy_bls
issoon-to-bepublished as a replacement for thepython-ursa
wrapper.It should be possible to install the wheel package from PyPI as there is support for manylinux-2014-aarch64 and manylinux-2014-x86_64. The
ursa
Debian package can also be removed as a dependency.In the Python code,
from ursa.bls ...
becomesfrom indy_bls ...
andfrom ursa.indy_error import IndyCryptoError
becomesfrom indy_bls import IndyBlsError
.The text was updated successfully, but these errors were encountered: