1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: axisregistry
Section: python
Priority: optional
Maintainer: Agathe Porte <debian@microjoe.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-fonttools,
python3-protobuf,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.6.1.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/googlefonts/axisregistry/
Vcs-Git: https://salsa.debian.org/python-team/packages/axisregistry.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/axisregistry
Rules-Requires-Root: no
Package: python3-axisregistry
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
Description: Access data from the Google Fonts variable fonts axis registry
This repository contains a python package providing easy access to the GF Axis
Registry. Data was copied (and is kept is sync with) its original location at
the `axisregistry` directory on the https://github.com/google/fonts git repo.
.
As of March 4th, 2022, there's an ongoing plan to soon make this module the
central place for updates on the data-set.
|