Metadata-Version: 2.1
Name: available-nerdfont
Version: 1.0.1
Summary: Python script to find which nerdfonts are available for download
License: MIT
Author: TonyGrif
Author-email: TonyGriffin2000@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: types-beautifulsoup4 (>=4.12.0.20240511,<5.0.0.0)
Description-Content-Type: text/markdown

# Available Nerdfont
Python script to find which [Nerdfonts](https://www.nerdfonts.com/) are 
available for download. This can be particuarly useful for writing automated
download scripts and any analysis on the fonts themselves.

## Requirements
This script can be installed through `pip install available-nerdfont`.

This project officially supports [Python 3.8+](https://www.python.org/).

## Running Instructions
Upon, installation, this script can be run with `available-nerdfont` which will print the results to
the console. Further options can be viewed using `available-nerdfont --help`.

