{ "info": { "author": "Adam Glenn", "author_email": "gekitsuu@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This module is meant to provide a way to make sure that scripts don't end up running more than once. It creates a file with the pid of the process that created it and if the script is rerun while the previous instance is still running it will just gracefully die. If it detects the lockfile but the pid is no longer running then it will start the script and change the lockfile.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gekitsuu/mutex", "keywords": "mutex filelock file lock", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "scriptmutex", "package_url": "https://pypi.org/project/scriptmutex/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/scriptmutex/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gekitsuu/mutex" }, "release_url": "https://pypi.org/project/scriptmutex/0.2dev/", "requires_dist": null, "requires_python": null, "summary": "Create a mutex file for use in simple scripts", "version": "0.2dev" }, "last_serial": 799348, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "662cf4fc756ce20c364ab39d4f112d38", "sha256": "0865058c67a6ac2ae598d658b1dcef444ba16bb4d9d6308c88be0bd33709be0d" }, "downloads": -1, "filename": "scriptmutex-0.1dev.tar.gz", "has_sig": false, "md5_digest": "662cf4fc756ce20c364ab39d4f112d38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1549, "upload_time": "2011-10-30T02:31:25", "url": "https://files.pythonhosted.org/packages/27/65/abe41cc2c7d55b684106b2a043ba5218c4c77f2cf40956c3cf7d04947457/scriptmutex-0.1dev.tar.gz" } ], "0.2dev": [ { "comment_text": "", "digests": { "md5": "80a0b7c941c3be55beabcc820f41cb8e", "sha256": "b3a07448c5b0f05667ffd2b2fe69e05ec25aed35b82f0c210f07145bdff47c4c" }, "downloads": -1, "filename": "scriptmutex-0.2dev.tar.gz", "has_sig": false, "md5_digest": "80a0b7c941c3be55beabcc820f41cb8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1539, "upload_time": "2011-10-30T02:37:10", "url": "https://files.pythonhosted.org/packages/08/c5/b3d7181579d2ca4c6bab0a53ae5f1c24a488f4db407d7a8d7c34e2c6320e/scriptmutex-0.2dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80a0b7c941c3be55beabcc820f41cb8e", "sha256": "b3a07448c5b0f05667ffd2b2fe69e05ec25aed35b82f0c210f07145bdff47c4c" }, "downloads": -1, "filename": "scriptmutex-0.2dev.tar.gz", "has_sig": false, "md5_digest": "80a0b7c941c3be55beabcc820f41cb8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1539, "upload_time": "2011-10-30T02:37:10", "url": "https://files.pythonhosted.org/packages/08/c5/b3d7181579d2ca4c6bab0a53ae5f1c24a488f4db407d7a8d7c34e2c6320e/scriptmutex-0.2dev.tar.gz" } ] }