Metadata-Version: 1.2
Name: django-database-locks
Version: 0.1b1
Summary: Distributed locks for Django using DB (MySQL/Postgres).
Home-page: https://github.com/fopina/django-database-locks
Author: Filipe Pina
Author-email: fopina@gmail.com
License: BSD
Download-URL: https://pypi.org/project/django-database-locks/
Description: =====================
        django-database-locks
        =====================
        
        .. image:: https://github.com/fopina/django-database-locks/workflows/tests/badge.svg
            :target: https://github.com/fopina/django-database-locks/actions?query=workflow%3Atests
            :alt: tests
        
        .. image:: https://codecov.io/gh/fopina/django-database-locks/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/fopina/django-database-locks
           :alt: Test coverage status
        
        .. image:: https://img.shields.io/pypi/v/django-database-locks
            :target: https://pypi.org/project/django-database-locks/
            :alt: Current version on PyPi
        
        .. image:: https://img.shields.io/pypi/pyversions/django-database-locks
            :alt: PyPI - Python Version
        
        .. image:: https://img.shields.io/pypi/djversions/django-database-locks
            :alt: PyPI - Django Version
        
        Distributed locks for Django using DB (MySQL/Postgres)
        
        Given the limitation that Percona Cluster does not support MySQL locks, this app implements locks using `select_for_update()` (row locks).
        
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 :: Only
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
Requires-Python: >=3.6
