earwig / mwparserfromhell

A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
MIT License
741 stars 74 forks source link

Add support to release aarch64 wheels #275

Closed odidev closed 3 years ago

odidev commented 3 years ago

Problem

On aarch64, ‘pip install mwparserfromhell’ 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 mwparserfromhell’ should download the wheels from pypi

@earwig, @Team Please let me know your interest in releasing aarch64 wheels. I can help in this.