Metadata-Version: 2.0
Name: pinax-messages
Version: 2.0.2
Summary: a reusable private user messages application for Django
Home-page: http://github.com/pinax/pinax-messages/
Author: Pinax Team
Author-email: team@pinaxproject.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
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 :: 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 :: Software Development :: Libraries :: Python Modules
Requires-Dist: django (>=1.11)
Requires-Dist: django-appconf (>=1.0.2)


.. image:: http://pinaxproject.com/pinax-design/patches/pinax-messages.svg
    :target: https://pypi.python.org/pypi/pinax-messages/

==============
Pinax Messages
==============

.. image:: https://img.shields.io/pypi/v/pinax-messages.svg
    :target: https://pypi.python.org/pypi/pinax-messages/

\ 

.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-messages.svg
    :target: https://circleci.com/gh/pinax/pinax-messages
.. image:: https://img.shields.io/codecov/c/github/pinax/pinax-messages.svg
    :target: https://codecov.io/gh/pinax/pinax-messages
.. image:: https://img.shields.io/github/contributors/pinax/pinax-messages.svg
    :target: https://github.com/pinax/pinax-messages/graphs/contributors
.. image:: https://img.shields.io/github/issues-pr/pinax/pinax-messages.svg
    :target: https://github.com/pinax/pinax-messages/pulls
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-messages.svg
    :target: https://github.com/pinax/pinax-messages/pulls?q=is%3Apr+is%3Aclosed

\ 

.. image:: http://slack.pinaxproject.com/badge.svg
    :target: http://slack.pinaxproject.com/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target: https://pypi.python.org/pypi/pinax-messages/

\ 

``pinax-messages`` is a well tested, documented, and proven solution for any site that
that wants to support private user-to-user messaging.

Supported Django and Python Versions
------------------------------------

+-----------------+-----+-----+-----+-----+
| Django / Python | 2.7 | 3.4 | 3.5 | 3.6 |
+=================+=====+=====+=====+=====+
|  1.11           |  *  |  *  |  *  |  *  |
+-----------------+-----+-----+-----+-----+
|  2.0            |     |  *  |  *  |  *  |
+-----------------+-----+-----+-----+-----+


