diff --git a/README.rst b/README.rst new file mode 100644 index 0000000000000000000000000000000000000000..f5c2ec598bb8781bedee5a8e5f799899a1f1d71b --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +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..