This package provides a toolkit to render icon-font glyphs.
Project description
This package provides a toolkit to render icon-font glyphs.
Documentation
The full documentation is at https://iconfonts.readthedocs.org.
Quickstart
Install IconFonts:
pip install iconfonts
Then use it in a project:
>>> import iconfonts >>> iconfonts.get_icon('star') u'<i class="star"></i>'
Features
Multiple Icon font supported
Auto registration of IconFonts
Third party template systems integration (django)
Tests
Installed Fonts
Font-Awesome (font-awesome or fa)
Ionicons (ionicons or ion)
Open Iconic (iconic or oi)
Glyphicon (glyph-icons or glyph)
DashIcons (dash-icons or dash)
Foundation Icons (foundation or fo)
Flag Icons (flag-icons or flags)
Wheather Icons (weather-icons or weather)
History
0.0.3 (2014-06-16)
Fix license.
Update docs for django.
0.0.2 (2014-06-12)
Fix for python 2.6 and 3.3.
0.0.1 (2014-06-12)
First release on PyPI.
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.