Metadata-Version: 1.1
Name: pydenticon
Version: 0.3
Summary: Library for generating identicons. Port of Sigil (https://github.com/cupcake/sigil) with enhancements.
Home-page: https://github.com/azaghal/pydenticon
Author: Branko Majic
Author-email: branko@majic.rs
License: BSD
Description: Pydenticon
        ==========
        
        Pydenticon is a small utility library that can be used for deterministically
        generating identicons based on the hash of provided data.
        
        The implementation is a port of the Sigil identicon implementation from:
        
        * https://github.com/cupcake/sigil/
        
        Pydenticon provides a couple of extensions of its own when compared to the
        original Sigil implementation, like:
        
        * Ability to supply custom digest algorithms (allowing for larger identicons if
          digest provides enough entropy).
        * Ability to specify a rectangle for identicon size..
        
Platform: UNKNOWN
Classifier: Environment :: Other Environment
Classifier: Environment :: Web Environment
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: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries
