fonttools/README.md
Cosimo Lupo 5b85d8eaba
README: remove mention of 'ufo4' branch [skip ci]
that work has been merged. We keep the branch for historical reasons mostly.
2018-10-10 11:01:55 +01:00

933 B

Build Status AppVeyor Status Python Versions PyPI codecov

ufoLib

A low-level UFO reader and writer.

UFO is a human-readable, XML-based file format that stores font source files.

Installation

$ pip install ufoLib

For better speed, you can install with extra dependencies like this:

$ pip install ufoLib[lxml]