Metadata-Version: 2.1
Name: commonware
Version: 0.6.0
Summary: A place to keep stuff we want to share, like middleware.
Home-page: http://github.com/mozilla/commonware
Author: James Socol
Author-email: james@mozilla.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules

==========
Commonware
==========

.. image:: https://img.shields.io/travis/mozilla/commonware/master.svg
    :target: https://travis-ci.org/mozilla/commonware
.. image:: https://img.shields.io/pypi/v/commonware.svg
    :target: https://pypi.python.org/pypi/commonware

Commonware is a collection of small but useful tools for Django.

They seemed too small to be worth their own packages, but we also wanted
to share them. So here they are.

Note
====

As of version 0.6.0 the minimum supported Python version is 3.6 and the minimum Django is 2.2.
If you need support for older versions you should use version 0.5.0.


