.codecov.yml
.coveragerc
.editorconfig
.gitattributes
.gitignore
.pyup.yml
.readthedocs.yml
LICENSE
README.md
mypy.ini
pyproject.toml
requirements-dev.in
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/publish.yml
.github/workflows/test.yml
docs/requirements.txt
docs/source/conf.py
docs/source/explanations.rst
docs/source/index.rst
docs/source/reference.rst
src/ufoLib2/__init__.py
src/ufoLib2/_version.py
src/ufoLib2/constants.py
src/ufoLib2/errors.py
src/ufoLib2/py.typed
src/ufoLib2/typing.py
src/ufoLib2.egg-info/PKG-INFO
src/ufoLib2.egg-info/SOURCES.txt
src/ufoLib2.egg-info/dependency_links.txt
src/ufoLib2.egg-info/requires.txt
src/ufoLib2.egg-info/top_level.txt
src/ufoLib2/objects/__init__.py
src/ufoLib2/objects/anchor.py
src/ufoLib2/objects/component.py
src/ufoLib2/objects/contour.py
src/ufoLib2/objects/dataSet.py
src/ufoLib2/objects/features.py
src/ufoLib2/objects/font.py
src/ufoLib2/objects/glyph.py
src/ufoLib2/objects/guideline.py
src/ufoLib2/objects/image.py
src/ufoLib2/objects/imageSet.py
src/ufoLib2/objects/info.py
src/ufoLib2/objects/layer.py
src/ufoLib2/objects/layerSet.py
src/ufoLib2/objects/misc.py
src/ufoLib2/objects/point.py
src/ufoLib2/pointPens/__init__.py
src/ufoLib2/pointPens/glyphPointPen.py
tests/conftest.py
tests/test_ufoLib2.py
tests/data/LICENSE_UbuTestData.txt
tests/data/UbuTestData.ufo/fontinfo.plist
tests/data/UbuTestData.ufo/layercontents.plist
tests/data/UbuTestData.ufo/lib.plist
tests/data/UbuTestData.ufo/metainfo.plist
tests/data/UbuTestData.ufo/data/com.daltonmaag.vttLib.plist
tests/data/UbuTestData.ufo/data/com.github.fonttools.ttx/T_S_I__0.ttx
tests/data/UbuTestData.ufo/data/com.github.fonttools.ttx/T_S_I__1.ttx
tests/data/UbuTestData.ufo/data/com.github.fonttools.ttx/T_S_I__2.ttx
tests/data/UbuTestData.ufo/data/com.github.fonttools.ttx/T_S_I__3.ttx
tests/data/UbuTestData.ufo/data/com.github.fonttools.ttx/T_S_I__5.ttx
tests/data/UbuTestData.ufo/glyphs/A_.glif
tests/data/UbuTestData.ufo/glyphs/a.glif
tests/data/UbuTestData.ufo/glyphs/contents.plist
tests/data/UbuTestData.ufo/glyphs.public.background/A_.glif
tests/data/UbuTestData.ufo/glyphs.public.background/a.glif
tests/data/UbuTestData.ufo/glyphs.public.background/contents.plist
tests/objects/test_component.py
tests/objects/test_contour.py
tests/objects/test_datastore.py
tests/objects/test_font.py
tests/objects/test_glyph.py
tests/objects/test_layer.py
tests/objects/test_object_lib.py