JustMyResource pack: Font Awesome Free icons
Project description
Font Awesome
Font Awesome Free — 2000+ industry standard icons (solid, regular, brands)
Installation
pip install justmyresource-font-awesome
Usage
from justmyresource import ResourceRegistry
registry = ResourceRegistry()
content = registry.get_resource("font-awesome:icon-name")
print(content.text) # SVG content
Prefixes
This pack can be accessed using the following prefixes:
-
font-awesome(primary) -
fa(alias)
Variants
This pack includes the following variants:
-
solid(default) -
regular -
brands
To access a specific variant, use the format font-awesome:variant/icon-name:
# Access default variant (solid)
content = registry.get_resource("font-awesome:icon-name")
# Access specific variant
content = registry.get_resource("font-awesome:solid/icon-name")
License
- Upstream License: CC-BY-4.0
- Copyright: Copyright (c) Fonticons, Inc.
- Upstream Source: https://fontawesome.com
For full license details, see the LICENSE file.
Upstream
This pack bundles icons from:
- Source: https://fontawesome.com
- Version: 6.7.2
Development
To build this pack from source:
# 1. Fetch upstream archive (downloads to cache/)
pack-tools fetch <pack-name>
# 2. Build icons.zip and manifest (processes from cache)
pack-tools build <pack-name>
# 3. Create distribution wheel
pack-tools dist <pack-name>
The cache persists across builds. To force a fresh download, delete the cache/ directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file justmyresource_font_awesome-6.7.2.post1-py3-none-any.whl.
File metadata
- Download URL: justmyresource_font_awesome-6.7.2.post1-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80a354bb7ebe0393caaf54713c0ab109d1a705eaed70df903da9d0d5cdd1a13d
|
|
| MD5 |
8723f6d23a47d5ea5627e703dcac9ef7
|
|
| BLAKE2b-256 |
095827e1ec50729d4e6514864f6663aefe99545d5053a2092996ae42827735f1
|