Metadata-Version: 2.4
Name: wbFontParts
Version: 0.2.8
Summary: A wrapper around fontParts for UFO Workbench.
Home-page: https://gitlab.com/workbench2/WorkBenchExtensions/wbFontParts
Author: Andreas Eigendorf
License: MIT
Project-URL: Source, https://gitlab.com/workbench2/WorkBenchExtensions/wbFontParts
Project-URL: Documentation, https://workbench2.gitlab.io/WorkBenchExtensions/wbFontParts/
Project-URL: Tracker, https://gitlab.com/workbench2/WorkBenchExtensions/wbFontParts/-/issues
Keywords: workbench,wxPython,GUI
Platform: WIN32
Platform: WIN64
Platform: OSX
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Environment :: MacOS X :: Cocoa
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: GTK
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wbDefcon>=0.2.10
Requires-Dist: compreffor>=0.6.0
Requires-Dist: glyphsLib>=6.13.1
Requires-Dist: psautohint>=2.4.0
Requires-Dist: ufo2ft>=3.8.2
Dynamic: license-file

# wbFontParts

## A wrapper around fontParts for Workbench applications.

[fontparts](https://pypi.org/project/fontParts/) is an API for interacting 
with the parts of fonts during the font development process.

This provides the API layer for UFO-Workbench.

## Installation

```shell
pip install wbFontParts
```

## Documentation

For details read the [Documentation](https://workbench2.gitlab.io/WorkBenchExtensions/wbFontParts).
