Python bindings for the Gravatar API
Project description
PyGravatar is a set of Python bindings for the Gravatar API.
Getting Started
To install, run pip install py-gravatar. To verify that the library is working and can connect to the server, run:
>>> import gravatar >>> user = gravatar.User(<email>, password=<password>) # substitute the email address and password of a Gravatar account >>> user.test() 1315290974 # however many seconds have passed since 1970
Documentation
Full API documentation is available here. For more information, see the home page.
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
py-gravatar-0.0.3.tar.gz
(3.3 kB
view hashes)