LICENSE
README.md
pyproject.toml
setup.py
fontpls/__init__.py
fontpls/__main__.py
fontpls/cli.py
fontpls/downloader.py
fontpls.egg-info/PKG-INFO
fontpls.egg-info/SOURCES.txt
fontpls.egg-info/dependency_links.txt
fontpls.egg-info/entry_points.txt
fontpls.egg-info/requires.txt
fontpls.egg-info/top_level.txt
fontpls/extractors/__init__.py
fontpls/extractors/html_extractor.py
fontpls/templates/__init__.py
fontpls/templates/css.py
fontpls/templates/html.py
fontpls/utils/__init__.py
fontpls/utils/font.py
fontpls/utils/logging.py
fontpls/utils/url.py
tests/__init__.py
tests/test_cli.py
tests/test_downloader.py
tests/test_font_utils.py
tests/test_html_extractor.py
tests/test_templates.py
tests/test_url_utils.py