Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.05 KB

Build Status AppVeyor Status Python Versions PyPI codecov

ufoLib

⚠️ ufoLib moved to fontTools.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]