Metadata-Version: 2.4
Name: fontinfo
Version: 0.1.3
Summary: Represent information about a font in a format agnostic fashion.
Author: Andreas Eigendorf
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/fontstuff/fontinfo
Project-URL: Repository, https://gitlab.com/fontstuff/fontinfo
Project-URL: Documentation, https://fontstuff.gitlab.io/fontinfo
Project-URL: Issues, https://gitlab.com/fontstuff/fontinfo/-/issues
Platform: Any
Classifier: Development Status :: 4 - Beta
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: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=6.0.1
Requires-Dist: otSpec>=0.1.34
Dynamic: license-file

# fontinfo

Represent information about a font in a format agnostic fashion.

## Installation

```shell
pip install fontinfo
```
