pydenticon icon indicating copy to clipboard operation
pydenticon copied to clipboard

Pydenticon is a small utility library that can be used for deterministically generating identicons based on the hash of provided data.

Results 4 pydenticon issues
Sort by recently updated
recently updated
newest added

Please consider to use unittest.mock instead of mock, as a fallback at least.

## Observation the openSUSE build service (OBS) shows reproducible test failures on big endian architectures, e.g. ppc64 and s390x, while little endian is fine: https://build.opensuse.org/package/show/devel:languages:python/python-pydenticon shows the "failed" builds and...

Nowadays is very common the “bubble” format of user's avatars, for example the contact list on mobile devices. Square shaped avatars tend to look not centered (vertically) and some corners...

I tried to print pydenticons for my numpy matrices, which works quite well for square input, but gets a problem with non-square identicons. ``` data = np.array2string(np_array) # Instantiate a...