googlefonts / gftools

Misc tools for working with the Google Fonts library
Apache License 2.0
241 stars 70 forks source link

check_category and metadata_vs_api are very similar #858

Open simoncozens opened 4 months ago

simoncozens commented 4 months ago

For both of them:

description = (
    "This script compares the info on local METADATA.pb files"
    " with data fetched from the Google Fonts Developer API.\n\n"
    " In order to use it you need to provide an API key."
)

and there's a lot of common code. We need to choose one and kill the other. metadata_vs_api looks more complete.

m4rc1e commented 3 months ago

I'd say kill both. I've personally never used these tools. The backend team's fork of gftools has diverged so much I think we'll be able to do this without upsetting anyone.