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, use_ssl=False, base_url=None)
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.
Changelog
0.4.0 2013-08-09
Add custom url support (pull #7)
Use setuptools (pull #6)
0.3.0 2013-03-23
Enable registering multiple times in one process
0.2.4 2012-11-28
Add init_app method
Some bugs fixes
0.2.3 2011-11-29
Add HTTPS suppport
0.2.2 2011-01-10
First public release
It’s work
Project details
Release history Release notifications | RSS feed
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.4.0.tar.bz2
(10.2 kB
view details)
File details
Details for the file Flask-Gravatar-0.4.0.tar.bz2
.
File metadata
- Download URL: Flask-Gravatar-0.4.0.tar.bz2
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4ef35357236a465188b1ee0d8db913d6229840a08e3bbe55741152c33ac5dfd |
|
MD5 | bc5ae51f0f76932dc7b7a0bef564fe94 |
|
BLAKE2b-256 | ee1f95723214bced2f3a353f26fc72372973b1f30ef01bd0508c7235bae8c510 |