woffTools
woffTools copied to clipboard
A library for working with WOFF files.
Support for running on both Python 2 and 3. Tested with Python 2.7 and Python 3.6 and they gives the same output: `env PYTHONPATH=Lib/ python2.7 ./woff-all /tmp/woffTools/py2/f1.woff` `env PYTHONPATH=Lib/ python3.6...
An idea to make woffTools more awesome: Slice up a woff file into subsets by unicode ranges, so that smaller blobs are downloaded, and can be downloaded in parallel.
I was looking at adding Py3 and WOFF2 support to this but I can't get the tests to run: doctests aren't my strong point. ``` from woffTools.tools.validate import structPack, \...