Metadata-Version: 2.1
Name: gravify
Version: 0.4.1
Summary: A simple package to generate a Gravatar URL
Home-page: https://github.com/bsoyka/gravify
Author: Benjamin Soyka
Author-email: bensoyka@icloud.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<div align="center">
  <img src="docs/logo.png" style="height: 300px; width: 300px;">
  <h3><b><span style="color:#4a8fe0;">A simple package to generate a Gravatar URL.</span></b></h3>
</div>

[![PyPI](https://img.shields.io/pypi/v/gravify)](https://pypi.org/project/gravify/)
[![GitHub license](https://img.shields.io/github/license/bsoyka/gravify)](https://github.com/bsoyka/gravify/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/bsoyka/gravify)](https://github.com/bsoyka/gravify/issues)
[![GitHub stars](https://img.shields.io/github/stars/bsoyka/gravify)](https://github.com/bsoyka/gravify/stargazers)

## Installation

Installing gravify is easy! Just run the following command:

```
pip install gravify
```

## Documentation

You can learn how to use gravify by taking a look at our [documentation pages](https://bsoyka.gitbook.io/gravify/)!

## Contributing

Want to help? Contact [@bsoyka](https://github.com/bsoyka) for more information.

## License

Released under the [GPL-3.0](LICENSE) License.


