Metadata-Version: 2.1
Name: fontRepertoire
Version: 0.1.1
Summary: Basic classes to represent character set and glyph repertoire.
Home-page: https://gitlab.com/fontstuff/fontRepertoire
Author: Andreas Eigendorf
License: MIT
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 :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# fontRepertoire

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

## Installation

```shell
pip install fontRepertoire
```

## Documentation

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