Socket
Socket
Sign inDemoInstall

py-gravatar

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    py-gravatar

Python bindings for the Gravatar API


Maintainers
1

Readme

PyGravatar

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 <http://alekstorm.github.com/pygravatar/sphinx>. For more information, see the home page <http://alekstorm.github.com/pygravatar>.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc