PKG-INFO 494 B

1234567891011121314151617181920212223242526
  1. Metadata-Version: 2.4
  2. Name: crawl-font
  3. Version: 0.1.0
  4. Summary: Font downloader for fonts.net.cn and other font websites
  5. Requires-Python: >=3.12
  6. Description-Content-Type: text/markdown
  7. Requires-Dist: requests>=2.32.5
  8. Requires-Dist: beautifulsoup4>=4.12.0
  9. Requires-Dist: lxml>=5.0.0
  10. Requires-Dist: tqdm>=4.66.0
  11. # crawl_font
  12. font download tool
  13. ## Develop
  14. ```
  15. uv sync
  16. uv run main.py
  17. ```
  18. ## License
  19. Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)