Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unified-font-object/ufoLib
A low-level UFO reader and writer.
https://github.com/unified-font-object/ufoLib
Last synced: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T19:33:17.000Z (almost 6 years ago)
- Last Synced: 2024-07-15T00:06:43.721Z (4 months ago)
- Language: Python
- Size: 4.51 MB
- Stars: 37
- Watchers: 19
- 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
[![Build Status](https://api.travis-ci.org/unified-font-object/ufoLib.svg)](https://travis-ci.org/unified-font-object/ufoLib)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/github/unified-font-object/ufoLib?svg=true)](https://ci.appveyor.com/project/adrientetar/ufolib)
![Python Versions](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6-blue.svg)
[![PyPI](https://img.shields.io/pypi/v/ufoLib.svg)](https://pypi.org/project/ufoLib/)
[![codecov](https://codecov.io/gh/unified-font-object/ufoLib/branch/master/graph/badge.svg)](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