Metadata-Version: 1.1
Name: django_svgselect
Version: 0.9.1
Summary: A Django form widget that uses SVG files in place of Select widgets.
Home-page: https://github.com/jmickela/django_svgselect
Author: Jason Mickela
Author-email: jason@rootid.in
License: MIT
Description: Django SVG Select
        =================
        
        A Django form widget that allows you to replace a select widget with an SVG file. In order for this to work you need a well formatted SVG file that has elements with ids that match the option values that are in your field.
Keywords: django form widget svg
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
