font-ttfa is a command line executable that provides a standard output stream report of font hinting settings from the TTFA table of fonts that were hinted with ttfautohint. It is built with the fantastic FontTools library.
Install with pip
using the command:
$ pip install font-ttfa
or download the source repository, unpack it, and navigate to the top level of the repository. Then enter:
$ python setup.py install
$ font-ttfa [font path 1] [font path 2] [...font path x]
font-ttfa is licensed under the MIT license. The full text of the license is available here.