Metadata-Version: 2.0
Name: IconFonts
Version: 0.0.2
Summary: Your project description goes here
Home-page: https://github.com/joke2k/iconfonts
Author: joke2k
Author-email: joke2k@gmail.com
License: BSD
Keywords: iconfonts
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3

=========
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
* Django integration
* 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.2 (2014-06-12)
++++++++++++++++++

* Fix for python 2.6 and 3.3.

0.0.1 (2014-06-12)
++++++++++++++++++

* First release on PyPI.

