https://github.com/unified-font-object/ufoLib
A low-level UFO reader and writer.
https://github.com/unified-font-object/ufoLib
Last synced: 7 months ago
JSON representation
A low-level UFO reader and writer.
- Host: GitHub
- URL: https://github.com/unified-font-object/ufoLib
- Owner: unified-font-object
- License: other
- Archived: true
- Created: 2015-11-06T12:21:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T19:33:17.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T07:08:15.220Z (8 months ago)
- Language: Python
- Size: 4.51 MB
- Stars: 37
- Watchers: 18
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-typography - ufoLib - Low-level UFO reader and writer. (UFO)
README
[](https://travis-ci.org/unified-font-object/ufoLib)
[](https://ci.appveyor.com/project/adrientetar/ufolib)

[](https://pypi.org/project/ufoLib/)
[](https://codecov.io/gh/unified-font-object/ufoLib)
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
```sh
$ pip install ufoLib
```
For better speed, you can install with extra dependencies like this:
```sh
$ pip install ufoLib[lxml]
```
[UFO]: http://unifiedfontobject.org/
[fontTools.ufoLib]: http://github.com/fonttools/fonttools/tree/master/Lib/fontTools/ufoLib