Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.16 KB

index.rst

File metadata and controls

43 lines (32 loc) · 1.16 KB

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.5+.

API Reference

gravify