Metadata-Version: 1.1
Name: django-bs-icons
Version: 0.1
Summary: A Django app to easily and cleanly insert Bootstrap icons.
Home-page: https://www.msb.dev
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.
        
        Simply add {% load bs_icons %} to the header section of your Django template.
        Then add {% bs_icon 'NAME_OF_ICON' %}.
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
