MANIFEST.in
setup.cfg
setup.py
bakery_cli/__init__.py
bakery_cli/bakery.defaults.yaml
bakery_cli/bakery.py
bakery_cli/pifont.py
bakery_cli/system.py
bakery_cli/ttfont.py
bakery_cli/utils.py
bakery_cli/pipe/__init__.py
bakery_cli/pipe/autofix.py
bakery_cli/pipe/build.py
bakery_cli/pipe/checkout.py
bakery_cli/pipe/copy.py
bakery_cli/pipe/font_crunch.py
bakery_cli/pipe/fontlint.py
bakery_cli/pipe/metadata.py
bakery_cli/pipe/metadatalint.py
bakery_cli/pipe/optimize.py
bakery_cli/pipe/pyfontaine.py
bakery_cli/pipe/pyftsubset.py
bakery_cli/pipe/ttfautohint.py
bakery_cli/pipe/upstreamlint.py
bakery_cli/pipe/zip.py
bakery_cli/report/__init__.py
bakery_cli/report/app.py
bakery_cli/report/bakery.py
bakery_cli/report/buildlog.py
bakery_cli/report/checks.py
bakery_cli/report/description.py
bakery_cli/report/index.py
bakery_cli/report/metadata.py
bakery_cli/report/review.py
bakery_cli/report/tests.py
bakery_cli/report/utils.py
bakery_cli/report/build_info/data/placeholder
bakery_cli/report/build_info/static/css/faces.css
bakery_cli/report/build_info/static/css/fonts/placeholder
bakery_cli/scrapes/__init__.py
bakery_cli/scrapes/familynames/__init__.py
bakery_cli/scrapes/familynames/scrapy.cfg
bakery_cli/scrapes/familynames/familynames/__init__.py
bakery_cli/scrapes/familynames/familynames/items.py
bakery_cli/scrapes/familynames/familynames/pipelines.py
bakery_cli/scrapes/familynames/familynames/settings.py
bakery_cli/scrapes/familynames/familynames/commands/__init__.py
bakery_cli/scrapes/familynames/familynames/commands/allspiders.py
bakery_cli/scrapes/familynames/familynames/spiders/__init__.py
bakery_cli/scrapes/familynames/familynames/spiders/boldmonday_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/commercialtype_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/europatype_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/grillitype_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/letterror_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/nouvellenoire_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/optimo_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/swisstypeface_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/teff_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/terminaldesign_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/typedifferent_spider.py
bakery_cli/scrapes/familynames/familynames/spiders/typography_spider.py
bakery_cli/scripts/__init__.py
bakery_cli/scripts/ascii.py
bakery_cli/scripts/dsig.py
bakery_cli/scripts/encode_glyphs.py
bakery_cli/scripts/font2ttf.py
bakery_cli/scripts/fstype.py
bakery_cli/scripts/gasp.py
bakery_cli/scripts/genmetadata.py
bakery_cli/scripts/nbsp.py
bakery_cli/scripts/opentype.py
bakery_cli/scripts/stem_calc.py
bakery_cli/scripts/stylenames.py
bakery_cli/scripts/vmet.py
bakery_lint/__init__.py
bakery_lint/base.py
bakery_lint/metadata.py
bakery_lint/tests/__init__.py
bakery_lint/tests/metadata_test.py
bakery_lint/tests/unicodeTools.py
bakery_lint/tests/downstream/__init__.py
bakery_lint/tests/downstream/nanny.py
bakery_lint/tests/downstream/test_check_canonical_filenames.py
bakery_lint/tests/downstream/test_check_canonical_styles.py
bakery_lint/tests/downstream/test_check_canonical_weights.py
bakery_lint/tests/downstream/test_check_familyname_matches_fontnames.py
bakery_lint/tests/downstream/test_check_files_menu_agreements.py
bakery_lint/tests/downstream/test_check_font_agreements.py
bakery_lint/tests/downstream/test_check_font_name_not_in_camelcase.py
bakery_lint/tests/downstream/test_check_font_sanitized_for_chrome_and_firefox.py
bakery_lint/tests/downstream/test_check_font_tables.py
bakery_lint/tests/downstream/test_check_fontname_matches_macstyle.py
bakery_lint/tests/downstream/test_check_full_font_name_begins_with_family_name.py
bakery_lint/tests/downstream/test_check_glyf_table_length.py
bakery_lint/tests/downstream/test_check_glyph_consistency.py
bakery_lint/tests/downstream/test_check_glyph_existence.py
bakery_lint/tests/downstream/test_check_hmtx_hhea_max_advance_width_agreement.py
bakery_lint/tests/downstream/test_check_italic_angle_agreement.py
bakery_lint/tests/downstream/test_check_license_included.py
bakery_lint/tests/downstream/test_check_magic_prep_code.py
bakery_lint/tests/downstream/test_check_menu_contains_proper_glyphs.py
bakery_lint/tests/downstream/test_check_metadata_fields.py
bakery_lint/tests/downstream/test_check_metadata_matches_nametable.py
bakery_lint/tests/downstream/test_check_metadata_style_matches_names.py
bakery_lint/tests/downstream/test_check_monospace_agreements.py
bakery_lint/tests/downstream/test_check_name_table_recommendation.py
bakery_lint/tests/downstream/test_check_names_same_across_platforms.py
bakery_lint/tests/downstream/test_check_nbsp_width_matches_sp_width.py
bakery_lint/tests/downstream/test_check_no_problematic_formats.py
bakery_lint/tests/downstream/test_check_os2_width_class.py
bakery_lint/tests/downstream/test_check_panose_identification.py
bakery_lint/tests/downstream/test_check_subsets_exists.py
bakery_lint/tests/downstream/test_check_text_files_exist.py
bakery_lint/tests/downstream/test_check_unencoded_glyph.py
bakery_lint/tests/downstream/test_check_upm_heights_less_120.py
bakery_lint/tests/downstream/test_check_vertical_metrics.py
bakery_lint/tests/downstream/test_description_404.py
bakery_lint/tests/downstream/test_fontforge_validation_state.py
bakery_lint/tests/downstream/test_gasp_table_value.py
bakery_lint/tests/downstream/test_gpos_table_has_kerning_info.py
bakery_lint/tests/downstream/test_kerning_pairs.py
bakery_lint/tests/downstream/test_license_related_nameid.py
bakery_lint/tests/downstream/test_metadata_agreements.py
bakery_lint/tests/downstream/test_metadata_font_copyright.py
bakery_lint/tests/downstream/test_names_are_ascii_only.py
bakery_lint/tests/licenses/APACHE.license
bakery_lint/tests/licenses/APACHE.placeholder
bakery_lint/tests/licenses/APACHE.url
bakery_lint/tests/licenses/OFL.license
bakery_lint/tests/licenses/OFL.placeholder
bakery_lint/tests/licenses/OFL.url
bakery_lint/tests/upstream/__init__.py
bakery_lint/tests/upstream/diacritics.txt
bakery_lint/tests/upstream/test_any_diacritic.py
bakery_lint/tests/upstream/test_any_glyphs_prepolate.py
bakery_lint/tests/upstream/test_component_metrics.py
bakery_lint/tests/upstream/test_contours.py
bakery_lint/tests/upstream/test_ligature_metrics.py
bakery_lint/tests/upstream/test_metrics_symmetry.py
bakery_lint/tests/upstream/test_pyfontaine_subsets_coverage.py
bakery_lint/tests/upstream/test_repo.py
bakery_lint/tests/upstream/test_ttx_font_filename_eq_familystyle.py
bakery_lint/tests/upstream/test_ttx_fontfamily_recommendations.py
bakery_lint/tests/upstream/test_ttx_glyphnames_clean.py
bakery_lint/tests/upstream/test_ttx_requirements.py
bakery_lint/tests/upstream/test_ufo_fontfamily_recommendations.py
bakery_lint/tests/upstream/test_ufo_requirements.py
bakery_lint/tests/upstream/test_ufo_unicodes_are_unique.py
fontbakery.egg-info/PKG-INFO
fontbakery.egg-info/SOURCES.txt
fontbakery.egg-info/dependency_links.txt
fontbakery.egg-info/not-zip-safe
fontbakery.egg-info/requires.txt
fontbakery.egg-info/top_level.txt
tools/fontbakery-build-font2ttf.py
tools/fontbakery-build-metadata.py
tools/fontbakery-build.py
tools/fontbakery-check.py
tools/fontbakery-crawl.py
tools/fontbakery-fix-ascii-fontmetadata.py
tools/fontbakery-fix-dsig.py
tools/fontbakery-fix-fstype.py
tools/fontbakery-fix-gasp.py
tools/fontbakery-fix-glyph-private-encoding.py
tools/fontbakery-fix-nbsp.py
tools/fontbakery-fix-opentype-names.py
tools/fontbakery-fix-style-names.py
tools/fontbakery-fix-vertical-metrics.py
tools/fontbakery-report.py
tools/fontbakery-setup.py
tools/fontbakery-travis-deploy.py
tools/collection-management/fontbakery-travis-secure.sh