python-glyphsets 1.0.0-2 source package in Ubuntu

Changelog

python-glyphsets (1.0.0-2) unstable; urgency=medium

  * Team Upload
  * Drop build-dependency on python3-pkg-resources (Closes: #1083644)

 -- Alexandre Detiste <email address hidden>  Wed, 29 Jan 2025 15:54:36 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-glyphsets_1.0.0-2.dsc 2.3 KiB 1c1bee40c2b500651a9ff85cb5fac2343a150a4b83993de395d424d6bf4b4c0f
python-glyphsets_1.0.0.orig.tar.gz 954.8 KiB 155ceaca4b3d0cf8b8470497ba526bcf24751b5201a27d0fe653c2a94f56bbc0
python-glyphsets_1.0.0-2.debian.tar.xz 5.1 KiB 22ad3933380d7f514af04cc8a92be08adb941a77e72bc2d1ec224745be589d11

Available diffs

No changes file available.

Binary packages built by this source

python3-glyphsets: Python API for evaluating glyph sets in font projects

 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 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 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.
 Python API for evaluating coverage of glyph sets in font projects.