Metadata-Version: 1.1
Name: django-user-accounts
Version: 1.0.1
Summary: a Django user account app
Home-page: http://github.com/pinax/django-user-accounts
Author: Brian Rosner
Author-email: brosner@gmail.com
License: MIT
Description: ====================
        django-user-accounts
        ====================
        
        *user accounts for Django*
        
        .. image:: https://img.shields.io/travis/pinax/django-user-accounts.svg
            :target: https://travis-ci.org/pinax/django-user-accounts
        
        .. image:: https://img.shields.io/coveralls/pinax/django-user-accounts.svg
            :target: https://coveralls.io/r/pinax/django-user-accounts
        
        .. image:: https://img.shields.io/pypi/dm/django-user-accounts.svg
            :target:  https://pypi.python.org/pypi/django-user-accounts/
        
        .. image:: https://img.shields.io/pypi/v/django-user-accounts.svg
            :target:  https://pypi.python.org/pypi/django-user-accounts/
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target:  https://pypi.python.org/pypi/django-user-accounts/
        
        
        Provides a Django project with a very extensible infrastructure for dealing
        with user accounts.
        
        Features
        ========
        
        * Functionality for:
        
          - Log in (email or username authentication)
          - Sign up
          - Email confirmation
          - Signup tokens for private betas
          - Password reset
          - Account management (update account settings and change password)
          - Account deletion
        
        * Extensible class-based views and hooksets
        * Custom ``User`` model support
        
        Requirements
        ============
        
        * Django 1.4, 1.6 or 1.7
        * Python 2.6, 2.7, 3.3 or 3.4
        * django-appconf (included in ``install_requires``)
        * pytz (included in ``install_requires``)
        
        Keep in mind that the Python version support will also depend on what is
        supported by Django. For example, if you need to use Python 2.6 you can't use
        Django 1.7+.
        
        Documentation
        =============
        
        See http://django-user-accounts.readthedocs.org/
        
        Contributing
        ============
        
        We accept contributions for everyone! See the ``CONTRIBUTING.md`` file for more
        information about how to contribute.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
