exelock


Nameexelock JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/exelock
SummaryA simple library to prevent multiple instances of a program from running
upload_time2025-10-23 17:26:51
maintainerNone
docs_urlNone
authorpengmin
requires_python>=3.6
licenseNone
keywords single instance lock prevent duplicate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # exelock

一个简单的 Python 库,用于防止程序重复启动。

## 安装

```bash
pip install exelock

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/exelock",
    "name": "exelock",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "single instance lock prevent duplicate",
    "author": "pengmin",
    "author_email": "877419534@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/7d/d2/727b9c07fafaeacba1ffaa62241014597a38ae1f7dd1271f4aa4aad1fde2/exelock-1.0.1.tar.gz",
    "platform": null,
    "description": "# exelock\r\n\r\n\u4e00\u4e2a\u7b80\u5355\u7684 Python \u5e93\uff0c\u7528\u4e8e\u9632\u6b62\u7a0b\u5e8f\u91cd\u590d\u542f\u52a8\u3002\r\n\r\n## \u5b89\u88c5\r\n\r\n```bash\r\npip install exelock\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple library to prevent multiple instances of a program from running",
    "version": "1.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/yourusername/exelock/issues",
        "Homepage": "https://github.com/yourusername/exelock",
        "Source": "https://github.com/yourusername/exelock"
    },
    "split_keywords": [
        "single",
        "instance",
        "lock",
        "prevent",
        "duplicate"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4cb3c1664f050fdf252aabacf79e5d86233db406f87ce1d158a04e2088c73f5",
                "md5": "257d510bbee27f5afaf1237c6ee09061",
                "sha256": "f8779e22049919651e4c6d6a4bcc3f7ead097c4a14a208cde6d6cb5fdbb68e85"
            },
            "downloads": -1,
            "filename": "exelock-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "257d510bbee27f5afaf1237c6ee09061",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4921,
            "upload_time": "2025-10-23T17:26:50",
            "upload_time_iso_8601": "2025-10-23T17:26:50.676141Z",
            "url": "https://files.pythonhosted.org/packages/d4/cb/3c1664f050fdf252aabacf79e5d86233db406f87ce1d158a04e2088c73f5/exelock-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7dd2727b9c07fafaeacba1ffaa62241014597a38ae1f7dd1271f4aa4aad1fde2",
                "md5": "9e115378dd0710b01d027b3d754d7968",
                "sha256": "af601fe483fb6c3b6d3cd66c05791091f493b58807f96735d88265661c1d5268"
            },
            "downloads": -1,
            "filename": "exelock-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9e115378dd0710b01d027b3d754d7968",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4223,
            "upload_time": "2025-10-23T17:26:51",
            "upload_time_iso_8601": "2025-10-23T17:26:51.701277Z",
            "url": "https://files.pythonhosted.org/packages/7d/d2/727b9c07fafaeacba1ffaa62241014597a38ae1f7dd1271f4aa4aad1fde2/exelock-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-23 17:26:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "exelock",
    "github_not_found": true,
    "lcname": "exelock"
}
        
Elapsed time: 2.35424s