Metadata-Version: 2.4
Name: fontRepertoire
Version: 0.1.9
Summary: Basic classes to represent character set and glyph repertoire.
Author: Andreas Eigendorf
License: MIT
Project-URL: Homepage, https://gitlab.com/fontstuff/fontRepertoire
Project-URL: Source, https://gitlab.com/fontstuff/fontRepertoire
Project-URL: Documentation, https://fontstuff.gitlab.io/fontRepertoire
Project-URL: Tracker, https://gitlab.com/fontstuff/fontRepertoire/-/issues
Keywords: font
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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 :: 3.14
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fonttools[ufo,unicode,woff]>=4.62
Requires-Dist: glyphsLib>=6.13.0
Requires-Dist: typing_extensions>=4.8; python_version < "3.11"
Dynamic: license-file

# fontRepertoire

Simple classes to represent 
- Glyph Repertoire as a set of glyph names.
- Character Set as a set of codepoints (integers).
- Codepoint (integers) to Glyphname (string) maping

## Installation

```shell
pip install fontRepertoire
```

## Documentation

For details read the [Documentation](https://fontstuff.gitlab.io/fontRepertoire).
