Metadata-Version: 2.1
Name: gravify
Version: 1.0.0
Summary: Simple package to generate Gravatar URLs
Home-page: https://gravify.readthedocs.io/
Author: Ben Soyka
Author-email: bensoyka@icloud.com
License: GPLv3
Project-URL: Source, https://github.com/bsoyka/gravify
Project-URL: Changelog, https://github.com/bsoyka/gravify/releases
Description: # gravify
        
        **gravify** is a simple package to generate
        [Gravatar](https://en.gravatar.com/) URLs. :link:
        
        ```py
        >>> user = Gravatar("example@example.com")
        >>> user.url
        'https://www.gravatar.com/avatar/23463b99b62a72f26ed677cc556c44e8'
        ```
        
        [![Downloads](https://pepy.tech/badge/gravify)](https://pepy.tech/project/gravify)
        [![Supported Versions](https://img.shields.io/pypi/pyversions/gravify.svg)](https://pypi.org/project/gravify)
        [![Testing](https://img.shields.io/github/workflow/status/bsoyka/gravify/Python%20package?label=tests)](https://github.com/bsoyka/gravify/actions?query=workflow%3A%22Python+package%22)
        [![License](https://img.shields.io/pypi/l/gravify)](https://github.com/bsoyka/gravify/blob/master/LICENSE)
        [![Version](https://img.shields.io/pypi/v/gravify?label=latest)](https://pypi.org/project/gravify)
        
        ## Installation
        
        gravify is available on PyPI:
        
        ```sh
        $ python -m pip install gravify
        ```
        
        gravify officially supports Python 2.7 & 3.5+.
        
        ## API Reference
        See [Read the Docs](https://gravify.readthedocs.io/) for gravify's documentation.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
