Metadata-Version: 1.1
Name: django-extras
Version: 0.3
Summary: Object Data Mapping for Python
Home-page: https://github.com/timsavage/django-extras
Author: Tim Savage
Author-email: tim.savage@poweredbypenguins.org
License: LICENSE
Description: =============
        Django Extras
        =============
        
        Extensions for Django to solve common development situations not (or not yet)
        covered by the core Django framework.
        
        .. note::
            Official location of this project is now `GitHub <https://github.com/timsavage/django-extras>`_ (for Travis-CI
            support), the `BitBucket <https://bitbucket.org/timsavage/django-extras>`_ repository may not contain the latest
            code.
        
        .. image:: https://pypip.in/license/django-extras/badge.png
            :target: https://pypi.python.org/pypi/django-extras/
            :alt: License
        
        .. image:: https://pypip.in/v/django-extras/badge.png
            :target: https://pypi.python.org/pypi/django-extras/
        
        .. image:: https://travis-ci.org/timsavage/django-extras.png?branch=master
            :target: https://travis-ci.org/timsavage/django-extras
            :alt: Travis CI Status
        
        .. image:: https://coveralls.io/repos/timsavage/django-extras/badge.png?branch=master
            :target: https://coveralls.io/r/timsavage/django-extras?branch=master
            :alt: Coveralls
        
        .. image:: https://requires.io/github/timsavage/django-extras/requirements.png?branch=master
            :target: https://requires.io/github/timsavage/django-extras/requirements/?branch=master
            :alt: Requirements Status
        
        * `Documentation`_
        * `Issue tracker`_
        * `Source code`_
        
        .. _source code: https://github.com/timsavage/django-extras
        .. _documentation: http://django-extras.readthedocs.org
        .. _issue tracker: https://bitbucket.org/timsavage/django-extras/issues
        
        New to Django?
        ==============
        
        A visit to the Django getting started guide is a must. The Django project
        provides `very good documentation`_.
        
        .. _very good documentation: http://docs.djangoproject.com
        
        Notice
        ======
        
        This project is not supported or endorsed in any way by the Django Software
        Foundation. All source code is released under the same license.
        
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
