tiran / pysha3

Backport of hashlib.sha3 for 2.7 to 3.5

Home Page:https://docs.python.org/3/library/hashlib.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to release aarch64 wheels

odidev opened this issue · comments

Problem

On aarch64, ‘pip install pysha3’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, ‘pip install pysha3’ should download the wheels from pypi

@tiran and @Team Please let me know your interest in releasing aarch64 wheels. I can help in this. To start with could you please tell the steps/Ci you are using to publish the wheel in pypi.

pysha3 is no longer supported. Please use SHA-3 from Python's hashlib module.