This project has been archived by its maintainers, and is no longer receiving any updates.
js.fontawesome
Introduction
This library packages Font Awesome for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.fontawesome) are published to some URL.
How to use?
This package supports two flavours of Font Awesome:
SVG with JS
You can import fontawesome_js from js.fontawesome and need it where you want these resources to be included on a page:
>>> from js.fontawesome import fontawesome_js >>> fontawesome_js.need()
There are also resources for the icon subsets provided by Font Awesome:
fa_brands_js
fa_regular_js
fa_solid_js
fa_v4_shims_js provides the BBB shim for version 4 of Font Awesome.
Web Fonts with CSS
You can import fontawesome_all_css from js.fontawesome and need it where you want these resources to be included on a page:
>>> from js.fontawesome import fontawesome_all_css >>> fontawesome_all_css.need()
There are also resources for the icon subsets provided by Font Awesome:
fa_brands_css
fa_regular_css
fa_solid_css
CHANGES
5.0.6 (2018-02-02)
Initial release.
Release files for js.fontawesome 5.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| js.fontawesome-5.0.6.tar.gz | 2.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| js.fontawesome-5.0.6-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 4.3 MB
Release files / js.fontawesome-5.0.6.tar.gz
| Download URL | js.fontawesome-5.0.6.tar.gz |
|---|---|
| Size | 2.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a10880c66dc59d7dc713795d6352998ccc56579de229f5dd952216ad2d56267b
|
|
BLAKE2b-256 checksum How to use checksums |
8a6d581134e7156f89833f9ef217e73c64a4e0b9a02ae1b167c8a0029be2eedc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / js.fontawesome-5.0.6-py2.py3-none-any.whl
| Download URL | js.fontawesome-5.0.6-py2.py3-none-any.whl |
|---|---|
| Size | 2.1 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
03cfaf2727f9255ac3dc722fc653cff8104f406f7fe1e4694d2e9484b30bb3fb
|
|
BLAKE2b-256 checksum How to use checksums |
d30a08b11e4a4131f778e7a0d4e9445c17aa91d897bfc83b9dfff389d851014d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |