Metadata-Version: 1.1
Name: django-bs-icons
Version: 0.2.2
Summary: A Django app to easily and cleanly insert Bootstrap icons.
Home-page: https://github.com/mattburlage/django_bs_icons
Author: Matthew Smith Burlage
Author-email: matt@msb.dev
License: BSD-3-Clause
Description: This is a simple Django app to easily and cleanly display Bootstrap Icons.
        
        Install via pip install django-bs-icons
        
        Add to settings.py apps 'bs_icons'
        
        Simply add {% load bs_icons %} to the header section of your Django template.
        Then add {% bs_icon 'NAME_OF_ICON' %}.
        
        Here is the list of icons currently supported:
        
        https://github.com/twbs/icons/tree/933852be6b67d1ec0adc782448f83305553b55d1/icons
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
