Metadata-Version: 1.1
Name: django-fortunecookie
Version: 0.2.0
Summary: Django models to store everything about fortune cookies.
Home-page: https://github.com/ninemoreminutes/django-fortunecookie/
Author: Nine More Minutes, Inc.
Author-email: support@ninemoreminutes.com
License: BSD
Description: |Build Status| |PyPI Version| |PyPI License| |Python Versions|
        
        Django-FortuneCookie
        ====================
        
        The Django-FortuneCookie library provides a reusable Django application with 
        model definitions to store everything about fortune cookies. It includes a test
        fixture to provide sample data for testing third-party apps.
        
        It is tested against:
         * Django 1.8 (Python 2.7, 3.3, 3.4 and 3.5)
         * Django 1.9 (Python 2.7, 3.4 and 3.5)
         * Django 1.10 (Python 2.7, 3.4 and 3.5)
         * Django 1.11 (Python 2.7, 3.4, 3.5 and 3.6)
        
        It is not tested with Django master/2.0 using Python 3.5 and 3.6, since
        django-sortedm2m doesn't yet work with Django 2.0.
        
        .. |Build Status| image:: http://img.shields.io/travis/ninemoreminutes/django-fortunecookie.svg
           :target: https://travis-ci.org/ninemoreminutes/django-fortunecookie
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/django-fortunecookie.svg
           :target: https://pypi.python.org/pypi/django-fortunecookie/
        .. |PyPI License| image:: https://img.shields.io/pypi/l/django-fortunecookie.svg
           :target: https://pypi.python.org/pypi/django-fortunecookie/
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/django-fortunecookie.svg
           :target: https://pypi.python.org/pypi/django-fortunecookie/
        
Keywords: django fortune cookie
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
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
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
