Metadata-Version: 2.1
Name: django-db-mutex
Version: 3.0.0
Summary: Acquire a mutex via the DB in Django
Home-page: http://github.com/ambitioninc/django-db-mutex/
Author: Wes Kendall
Author-email: opensource@ambition.com
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
License-File: LICENSE

.. image:: https://travis-ci.org/ambitioninc/django-db-mutex.png
   :target: https://travis-ci.org/ambitioninc/django-db-mutex

django-db-mutex
===============
Provides the ability to acquire a mutex lock from the database in Django.


Installation
------------
To install the latest release, type::

    pip install django-db-mutex

To install the latest code directly from source, type::

    pip install git+git://github.com/ambitioninc/django-db-mutex.git

Documentation
-------------

Full documentation is available at http://django-db-mutex.readthedocs.org

License
-------
MIT License (see LICENSE)
