summaryrefslogtreecommitdiff
path: root/pydenticon.egg-info/PKG-INFO
blob: bf7361feefcd3c0b0c9ead7929e703bee3eb5e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Metadata-Version: 1.1
Name: pydenticon
Version: 0.3.1
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