Metadata-Version: 1.2
Name: django-soapbox
Version: 1.6.1
Summary: Site-wide and page-specific announcements/messages for Django sites
Home-page: https://github.com/ubernostrum/django-soapbox
Author: James Bennett
Author-email: james@b-list.org
License: UNKNOWN
Description: .. -*-restructuredtext-*-
        
        .. image:: https://travis-ci.org/ubernostrum/django-soapbox.svg?branch=master
            :target: https://travis-ci.org/ubernostrum/django-soapbox
        
        django-soapbox provides site-wide and page-specific
        announcements/messages for `Django <https://www.djangoproject.com>`_
        sites. To use, install the application, begin adding messages in the
        admin, and then use the provided template tag library to retrieve
        them.
        
        Full documentation is included and `available online
        <https://django-soapbox.readthedocs.io/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3.5
