Metadata-Version: 2.1
Name: glyphsets
Version: 0.3.1
Summary: A python API for evaluating coverage of glyph sets in font projects.
Home-page: https://github.com/googlefonts/glyphsets/
Author: Dave Crossland, Eli Heuer, Felipe Sanches, Lasse Fister, Marc Foley, Roderick Sheeter
Author-email: dave@lab6.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Fonts
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: FontTools[ufo]
Requires-Dist: glyphsLib
Requires-Dist: defcon

This python module provides an API with data about glyph sets for many different scripts and languages. This was crafted to specify the sets of characters that fonts in the Google Fonts collection are expected to provide glyphs for.

If you are a font developer or typeface designer, see the [`Lib/glyphsets/encodings/GF Glyph Sets`](https://github.com/googlefonts/glyphsets/tree/main/Lib/glyphsets/encodings/GF%20Glyph%20Sets) subdirectory which provides glyph set definition "standards" that are typically useful sets to draw.

On the other hand, the nam files on the [`Lib/glyphsets/encodings`](https://github.com/googlefonts/glyphsets/tree/main/Lib/glyphsets/encodings) directory are probably more useful for expert web developers. Those files explain how the Unicode Range subsets are defined, typically per script (writing system), in the Google Fonts css API.


