{ "info": { "author": "Tim Savannah", "author_email": "kata198@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "NamedAtomicLock\n===============\n\nPython module for an atomic named interprocess lock which is local to the machine.\n\nThis means that this lock works across process boundries, so you can use it to lock objects that multiple processes would use.\n\n\nNamedAtomicLock works by taking advantage of the fact that POSIX defines mkdir to be an atomic operation. So a directory is used as the name.\n\nAll UNIX systems are supported, overhead is light, and the lock is global to the system.\n\n\nThe NamedAtomicLock module provides a class NamedAtomicLock which implements the \"lock\" interface, with familiar \"acquire\" and \"release\" methods.\n\nDocumentation\n-------------\n\nSee http://htmlpreview.github.io/?https://github.com/kata198/NamedAtomicLock/blob/master/doc/NamedAtomicLock.html \n\n\nExample\n-------\n\nA basic usage example\n\n\tfrom NamedAtomicLock import NamedAtomicLock\n\n\n\tmyLock = NamedAtomicLock('myLock')\n\n\n\tif myLock.acquire(timeout=15):\n\n\t\tdoWork()\n\n\t\tmyLock.release()", "description_content_type": null, "docs_url": "https://pythonhosted.org/NamedAtomicLock/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kata198/NamedAtomicLock", "keywords": "lock,named,atomic,mkdir,posix,acquire,release", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "NamedAtomicLock", "package_url": "https://pypi.org/project/NamedAtomicLock/", "platform": "", "project_url": "https://pypi.org/project/NamedAtomicLock/", "project_urls": { "Homepage": "https://github.com/kata198/NamedAtomicLock" }, "release_url": "https://pypi.org/project/NamedAtomicLock/1.1.3/", "requires_dist": null, "requires_python": "", "summary": "Python module for an atomic named interprocess lock which is local to the machine.", "version": "1.1.3" }, "last_serial": 3245540, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "53f165399c501e44ff5446885e4df4f3", "sha256": "756ae2813ee11366dcdbc9641cc70e5bbff75473115dffbf647f052b9251af9a" }, "downloads": -1, "filename": "NamedAtomicLock-1.0.0.tar.gz", "has_sig": false, "md5_digest": "53f165399c501e44ff5446885e4df4f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7829, "upload_time": "2016-02-22T03:16:22", "url": "https://files.pythonhosted.org/packages/a2/15/1b3e13a3bd0b166813448837f1cdec3001b3a04fc727a377599689b4d36d/NamedAtomicLock-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "dee65187c6edbe5e84e6feeab36b0328", "sha256": "f45f0adce42c61d1562f9a13fd17f7c22ff00d3d68a8da147fe6277eb4a03db2" }, "downloads": -1, "filename": "NamedAtomicLock-1.1.0.tar.gz", "has_sig": false, "md5_digest": "dee65187c6edbe5e84e6feeab36b0328", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8198, "upload_time": "2016-05-27T23:37:43", "url": "https://files.pythonhosted.org/packages/54/e7/00833eccea8b5a1363980e281fd4c73671cf417286cbf32403434afaf54b/NamedAtomicLock-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "549a694ec73ee7c32e829d964f983671", "sha256": "d852cb03cd99023995cbb8054a60ea4e1c776a35d6e493806b373fbfc194919d" }, "downloads": -1, "filename": "NamedAtomicLock-1.1.1.tar.gz", "has_sig": false, "md5_digest": "549a694ec73ee7c32e829d964f983671", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8333, "upload_time": "2017-06-05T05:25:52", "url": "https://files.pythonhosted.org/packages/2f/44/afe164aced7e7fc380523de195ed892d8ae887376381ec07ee3cb52925dd/NamedAtomicLock-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "55063f69a2a5479e02035b4c95c4e740", "sha256": "0846384808df4910feeb7fff6479468f6028443d4bb0b1ae0ec884faa01e904d" }, "downloads": -1, "filename": "NamedAtomicLock-1.1.2.tar.gz", "has_sig": false, "md5_digest": "55063f69a2a5479e02035b4c95c4e740", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8347, "upload_time": "2017-10-05T17:44:01", "url": "https://files.pythonhosted.org/packages/5c/d9/229552511a177d9b626d2e6f7910826f0a01476e2ce9662496b1ed04f034/NamedAtomicLock-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "887d000d9ec49e5161b104cf37e5ea46", "sha256": "fe0fd055422ffc16f290625417a953322dd1defe6070cdcd8c65123246237aa9" }, "downloads": -1, "filename": "NamedAtomicLock-1.1.3.tar.gz", "has_sig": false, "md5_digest": "887d000d9ec49e5161b104cf37e5ea46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16536, "upload_time": "2017-10-12T15:06:27", "url": "https://files.pythonhosted.org/packages/ae/61/3733fc4c371ece0fa820d8c3186e2d5c7b679bb32f37745508339e8c773e/NamedAtomicLock-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "887d000d9ec49e5161b104cf37e5ea46", "sha256": "fe0fd055422ffc16f290625417a953322dd1defe6070cdcd8c65123246237aa9" }, "downloads": -1, "filename": "NamedAtomicLock-1.1.3.tar.gz", "has_sig": false, "md5_digest": "887d000d9ec49e5161b104cf37e5ea46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16536, "upload_time": "2017-10-12T15:06:27", "url": "https://files.pythonhosted.org/packages/ae/61/3733fc4c371ece0fa820d8c3186e2d5c7b679bb32f37745508339e8c773e/NamedAtomicLock-1.1.3.tar.gz" } ] }