Quote:
Originally Posted by DiapDealer
For what it's worth, I'm seeing a wheel file for fontTools 3.32.0 on PyPi.org.
|
So far the plugin has checked
Github for updates, because the PyPi.org version was often outdated. Also Github provides
JSON files that are relatively easy to parse.
Quote:
Originally Posted by DiapDealer
Perhaps you could fork the fontTools repo and upload your own release wheels file to it.
|
Since fontTools is a pure Python package and the source code zip file contains all the files that I need, creating my own fork would be a bit overkill.
If the developers stop posting .whl files on Github, I'll simply web scrape the fontTools PyPi.org page.