Skip to content

bsoyka/gravify

Repository files navigation

gravify

gravify is a simple package to generate Gravatar URLs. 🔗

>>> user = Gravatar("example@example.com")
>>> user.url
'https://www.gravatar.com/avatar/23463b99b62a72f26ed677cc556c44e8'

Downloads Supported Versions Testing License Version

Installation

gravify is available on PyPI:

$ pip install gravify

gravify officially supports Python 3.6+.

API Reference

See Read the Docs for gravify's documentation.