Metadata-Version: 1.1
Name: django-avatar
Version: 2.1.1
Summary: A Django app for handling user avatars
Home-page: http://github.com/grantmcconnaughey/django-avatar/
Author: Grant McConnaughey
Author-email: grantmcconnaughey@gmail.com
License: BSD
Description: =============
        django-avatar
        =============
        
        .. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg
            :target: https://travis-ci.org/grantmcconnaughey/django-avatar
        
        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: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
