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.
Release files for justmyresource-font-awesome 6.7.2.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| justmyresource_font_awesome-6.7.2.post1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / justmyresource_font_awesome-6.7.2.post1-py3-none-any.whl
| Download URL | justmyresource_font_awesome-6.7.2.post1-py3-none-any.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
80a354bb7ebe0393caaf54713c0ab109d1a705eaed70df903da9d0d5cdd1a13d
|
|
BLAKE2b-256 checksum How to use checksums |
095827e1ec50729d4e6514864f6663aefe99545d5053a2092996ae42827735f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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}
|