1
0
mirror of synced 2025-12-19 17:48:10 -05:00
Commit Graph

6 Commits

Author SHA1 Message Date
Marc Foley
498634a7a6 black 2023-01-11 15:51:19 +00:00
Marc Foley
4506b5fb8d update setup deps 2023-01-11 15:47:51 +00:00
Felipe Corrêa da Silva Sanches
bb213824f9 loosen install requirement on setup.py
Allow newer versions of protobuf.
2022-10-23 10:45:32 +01:00
Marc Foley
cf07219c6c fix dependencies 2022-07-01 11:33:27 +01:00
Marc Foley
81aa9727aa run black 2022-05-06 15:43:51 +01:00
Felipe Corrêa da Silva Sanches
5244c946df initial implementation of the axisregistry module
- Most of the code & data was migrated from the [`fontbakery`](https://github.com/googlefonts/fontbakery/) and [`google/fonts`](https://github.com/google/fonts/) git repositories so that the GF Axis Registry data can be easily available to all our tools. The most immediate user of this module is `Font Bakery` itself, as well as `GFTools`.
  - Axis Registry definitions are still being gradualy updated on the `google/fonts` repo, on its **axisregistry/** directory (https://github.com/google/fonts/tree/main/axisregistry) and this `axisregistry` python module will try to be kept in sync.
  - There's an ongoing plan to make this module the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools.
2022-03-04 06:43:41 -03:00