• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H03-May-2022-9885

docs/source/H03-May-2022-310196

src/H03-May-2022-3,2802,530

tests/H03-May-2022-6,1375,657

.codecov.ymlH A D27-Sep-202177 65

.coveragercH A D27-Sep-2021782 3225

.editorconfigH A D27-Sep-2021227 1612

.gitattributesH A D27-Sep-2021289 1412

.gitignoreH A D27-Sep-20211.4 KiB12398

.pyup.ymlH A D27-Sep-2021165 96

.readthedocs.ymlH A D27-Sep-2021398 1612

LICENSEH A D27-Sep-202111.1 KiB202169

PKG-INFOH A D27-Sep-20211.2 KiB3325

README.mdH A D27-Sep-2021553 105

mypy.iniH A D27-Sep-2021561 3323

pyproject.tomlH A D27-Sep-2021220 129

requirements-dev.inH A D27-Sep-202151 76

setup.cfgH A D27-Sep-20211,006 5041

setup.pyH A D27-Sep-202193 42

tox.iniH A D27-Sep-20211.1 KiB5952

README.md

1# ufoLib2
2
3ufoLib2 is meant to be a thin representation of the Unified Font Object (UFO) version 3 data model, intended for programmatic manipulation and fast batch processing of UFOs.
4
5It resembles the defcon library, but does without notifications, the layout engine and other support classes. Where useful and possible, ufoLib2 tries to be API-compatible with defcon.
6
7It does not replace `fontTools.ufoLib` but builds on it. The eventual goal is to merge it into `fontTools.ufoLib.objects`.
8
9Documentation: https://ufolib2.readthedocs.io/en/latest/
10