Skip to main content

Small extension for Flask to make using Gravatar easy

Project description

This is small and simple integration gravatar into flask.

Installation

Install the extension with one of the following commands:

$ easy_install Flask-Gravatar

or alternatively if you have pip installed:

$ pip install Flask-Gravatar

How to Use

Initialize with flask application and default parameters:

gravatar = Gravatar(app,
                    size=100,
                    rating='g',
                    default='retro',
                    force_default=False,
                    force_lower=False)

Then in your template:

{{ 'zzz.sochi@gmail.com' | gravatar }}

Bigger and adult:

{{ 'zzz.sochi@gmail.com' | gravatar(size=200, rating='x') }}

Parameters

All parameters are described in gravatar documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Gravatar-0.2.4.tar.bz2 (9.1 kB view details)

Uploaded Source

File details

Details for the file Flask-Gravatar-0.2.4.tar.bz2.

File metadata

File hashes

Hashes for Flask-Gravatar-0.2.4.tar.bz2
Algorithm Hash digest
SHA256 be3647692c78d75976637e0010b3c9a23899beb5c419f8c34369366b76abab31
MD5 f67ada20711f9b0c5899ac13df8d2df3
BLAKE2b-256 5a952d4c12d98fc7bcccaf28da43caf57dcac13b6d6bdf6b4261036302c8325b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page