python-ufolib2
Unified Font Object (UFO) font processing library
The ufoLib2 Python library 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. It 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.
- Versions: 0.18.1
- Website: https://github.com/fonttools/ufoLib2
- Licenses: ASL 2.0
- Package source: gnu/packages/fontutils.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-ufolib2
as follows:
guix install python-ufolib2
Or install a particular version:
guix install python-ufolib2@0.18.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-ufolib2 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-ufolib2'><img src='https://packages.guix.gnu.org/packages/python-ufolib2/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-ufolib2)
Example Org:
[[https://packages.guix.gnu.org/packages/python-ufolib2][https://packages.guix.gnu.org/packages/python-ufolib2/badges/latest-version.svg]]