Metadata-Version: 1.1
Name: django-pydenticon
Version: 0.1
Summary: Django application providing generated identicons to the web.
Home-page: https://github.com/azaghal/django-pydenticon
Author: Branko Majic
Author-email: branko@majic.rs
License: BSD
Description: Django Pydenticon
        =================
        
        Django Pydenticon is a Django application that provides an identicon
        generator. The implementation uses Pydenticon library for generating the
        identicons:
        
        * https://github.com/azaghal/pydenticon/
        * https://projects.majic.rs/pydenticon
        
        Django Pydenticon comes with some pre-defined sane defaults for generating the
        identicons, but is configurable, letting the user generate identicons with
        custom parameters. Some parameters can be even overridden on case-by-case basis.
        
        License
        =======
        
        Django Pydenticon is released under terms of *BSD (3-Clause) License*. See the
        *LICENSE* file for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries
