django-db-mutex


Namedjango-db-mutex JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttp://github.com/ambitioninc/django-db-mutex/
SummaryAcquire a mutex via the DB in Django
upload_time2023-06-28 20:35:20
maintainer
docs_urlNone
authorWes Kendall
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. 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)

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/ambitioninc/django-db-mutex/",
    "name": "django-db-mutex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Wes Kendall",
    "author_email": "opensource@ambition.com",
    "download_url": "https://files.pythonhosted.org/packages/b3/06/2ab29d99937aaa161caf35ddb77579c4c8323a491e3d45b24ed13fa51917/django-db-mutex-3.1.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://travis-ci.org/ambitioninc/django-db-mutex.png\n   :target: https://travis-ci.org/ambitioninc/django-db-mutex\n\ndjango-db-mutex\n===============\nProvides the ability to acquire a mutex lock from the database in Django.\n\n\nInstallation\n------------\nTo install the latest release, type::\n\n    pip install django-db-mutex\n\nTo install the latest code directly from source, type::\n\n    pip install git+git://github.com/ambitioninc/django-db-mutex.git\n\nDocumentation\n-------------\n\nFull documentation is available at http://django-db-mutex.readthedocs.org\n\nLicense\n-------\nMIT License (see LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Acquire a mutex via the DB in Django",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "http://github.com/ambitioninc/django-db-mutex/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37e050d8d6e500564e78a6caa75815058508721085798addb405d7dae06edeec",
                "md5": "2fbb7ba2bd8cd1415fc7dfc567634fba",
                "sha256": "9dc3df9920149e1e6016baffa9b8194eef049541bad22639c5909928b9c60067"
            },
            "downloads": -1,
            "filename": "django_db_mutex-3.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2fbb7ba2bd8cd1415fc7dfc567634fba",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 7905,
            "upload_time": "2023-06-28T20:35:18",
            "upload_time_iso_8601": "2023-06-28T20:35:18.581094Z",
            "url": "https://files.pythonhosted.org/packages/37/e0/50d8d6e500564e78a6caa75815058508721085798addb405d7dae06edeec/django_db_mutex-3.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3062ab29d99937aaa161caf35ddb77579c4c8323a491e3d45b24ed13fa51917",
                "md5": "81d5080eccb610101da53cc801148f35",
                "sha256": "fe5cf74b53b891c1edcb65fb359ebd7d323decf163ed4a868dabb59f6fd14734"
            },
            "downloads": -1,
            "filename": "django-db-mutex-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "81d5080eccb610101da53cc801148f35",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7251,
            "upload_time": "2023-06-28T20:35:20",
            "upload_time_iso_8601": "2023-06-28T20:35:20.231009Z",
            "url": "https://files.pythonhosted.org/packages/b3/06/2ab29d99937aaa161caf35ddb77579c4c8323a491e3d45b24ed13fa51917/django-db-mutex-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 20:35:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ambitioninc",
    "github_project": "django-db-mutex",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "django-db-mutex"
}
        
Elapsed time: 0.08106s