Metadata-Version: 1.2
Name: django-avatar
Version: 4.1.0
Summary: A Django app for handling user avatars
Home-page: http://github.com/grantmcconnaughey/django-avatar/
Author: Eric Florenzano
Author-email: floguy@gmail.com
Maintainer: Grant McConnaughey
Maintainer-email: grantmcconnaughey@gmail.com
License: BSD
Description: =============
        django-avatar
        =============
        
        .. image:: https://badge.fury.io/py/django-avatar.svg
            :target: https://badge.fury.io/py/django-avatar
            :alt: PyPI badge
        
        .. image:: https://readthedocs.org/projects/django-avatar/badge/?version=latest
            :target: http://django-avatar.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg?branch=master
            :target: https://travis-ci.org/grantmcconnaughey/django-avatar
            :alt: Travis CI Build Status
        
        .. image:: https://coveralls.io/repos/grantmcconnaughey/django-avatar/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/grantmcconnaughey/django-avatar?branch=master
            :alt: Coverage
        
        .. image:: https://lintly.com/gh/grantmcconnaughey/django-avatar/badge.svg
            :target: https://lintly.com/gh/grantmcconnaughey/django-avatar/
            :alt: Lintly
        
        Django-avatar is a reusable application for handling user avatars.  It has the
        ability to default to Gravatar if no avatar is found for a certain user.
        Django-avatar automatically generates thumbnails and stores them to your default
        file storage backend for retrieval later.
        
        For more information see the documentation at http://django-avatar.readthedocs.org/
        
Keywords: avatar,django
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: License :: OSI Approved :: BSD License
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
