New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

IconFonts

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

IconFonts

This package provides a toolkit to render icon-font glyphs.

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

========= IconFonts

.. image:: https://badge.fury.io/py/IconFonts.png :target: https://badge.fury.io/py/IconFonts

.. image:: https://travis-ci.org/joke2k/iconfonts.png?branch=master :target: https://travis-ci.org/joke2k/iconfonts

.. image:: https://coveralls.io/repos/joke2k/iconfonts/badge.png?branch=master :target: https://coveralls.io/r/joke2k/iconfonts?branch=master

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)

.. _Font-Awesome: http://fontawesome.io/ .. _Ionicons: http://ionicons.com/ .. _Open Iconic: http://useiconic.com/open/ .. _Glyphicon: http://glyphicons.com/ .. _DashIcons: http://melchoyce.github.io/dashicons/ .. _Foundation Icons: http://zurb.com/playground/foundation-icon-fonts-3 .. _Flag Icons: http://lipis.github.io/flag-icon-css/ .. _Wheather Icons: http://erikflowers.github.io/weather-icons/

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc