Skip to main content

Icons for Django

Project description

Icons for Django

https://travis-ci.org/zostera/django-icons.svg?branch=master https://coveralls.io/repos/github/zostera/django-icons/badge.svg?branch=develop Latest PyPI version https://img.shields.io/badge/code%20style-black-000000.svg

Features

Use simple template tags to generate icons in your web application. Supports Font Awesome out of the box, easily adaptable for other icon libraries.

The basic usage in a Django template:

{% load icons %}
{% icon 'edit' %}

Requirements

This package requires a Python 3.6 or newer and Django 2.2 or newer.

The combination must be supported by the Django Project. See “Supported Versions” on https://www.djangoproject.com/download/.

Running the demo

You can run the small demo app that is part of the test suite. This requires Django, so you may have to pip install django in your environment. To run the demo, from the root of the project (where you can find manage.py, run:

python manage.py runserver

Running the tests

The test suite uses tox. Run the complete test suite like this:

tox

Run the tests only for the current environment like this:

python manage.py test

Origin

Our plans at Zostera for an icon tool originate in https://github.com/dyve/django-bootstrap3. We isolated this into a Font Awesome tool in https://github.com/zostera/django-fa. When using our own product, we felt that the icon tool provided little improvement over plain HTML. Also, Font Awesome’s icon names did not match the the intended function of the icon. This is how we came to think of a library that

  • Took a limited number of arguments

  • Converted those arguments into an icon

  • Was able to support multiple icon libraries

  • And could easily be extended by users

This is how we came to write and use django-icons.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-icons-2.0.0.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

django_icons-2.0.0-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page