suicideproc


Namesuicideproc JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/suicideproc
SummaryKills the current process by using taskkill.exe
upload_time2023-06-02 05:00:31
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords kill processes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Kills the current process by using 'taskkill.exe'

## pip install suicideproc

#### Tested against Windows 10 / Python 3.10 / Anaconda

```python
    Terminates the current process in a hidden manner.

    This function terminates the current process by using the 'taskkill.exe'
    command in a subprocess. The termination is performed in a hidden manner,
    without displaying any windows or prompts to the user.

    Note:
        This function is intended for special use cases and should be used with caution.
        Terminating a process abruptly can lead to unexpected results and data loss.

    Raises:
        FileNotFoundError: If the 'taskkill.exe' command is not found on the system.

    Example:
		from suicideproc import commit_suicide
        commit_suicide()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/suicideproc",
    "name": "suicideproc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "kill,processes",
    "author": "Johannes Fischer",
    "author_email": "aulasparticularesdealemaosp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/87/42ff47c43287c5b2bf670e746307152285bfccc485ffe6a71a20ea648b9a/suicideproc-0.10.tar.gz",
    "platform": null,
    "description": "\r\n# Kills the current process by using 'taskkill.exe'\r\n\r\n## pip install suicideproc\r\n\r\n#### Tested against Windows 10 / Python 3.10 / Anaconda\r\n\r\n```python\r\n    Terminates the current process in a hidden manner.\r\n\r\n    This function terminates the current process by using the 'taskkill.exe'\r\n    command in a subprocess. The termination is performed in a hidden manner,\r\n    without displaying any windows or prompts to the user.\r\n\r\n    Note:\r\n        This function is intended for special use cases and should be used with caution.\r\n        Terminating a process abruptly can lead to unexpected results and data loss.\r\n\r\n    Raises:\r\n        FileNotFoundError: If the 'taskkill.exe' command is not found on the system.\r\n\r\n    Example:\r\n\t\tfrom suicideproc import commit_suicide\r\n        commit_suicide()\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Kills the current process by using taskkill.exe",
    "version": "0.10",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/suicideproc"
    },
    "split_keywords": [
        "kill",
        "processes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23302d5dabda69d653397cfd798f57d74ff771a79a59275f5bbfcd90ade8b67f",
                "md5": "b21aa2d181ea90add90eacadbe5fc0e1",
                "sha256": "3b81b10b996ece6e6f2c1fe6f7010ee1e9e99465bcd7c8753360b51de0b00129"
            },
            "downloads": -1,
            "filename": "suicideproc-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b21aa2d181ea90add90eacadbe5fc0e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4162,
            "upload_time": "2023-06-02T05:00:28",
            "upload_time_iso_8601": "2023-06-02T05:00:28.667448Z",
            "url": "https://files.pythonhosted.org/packages/23/30/2d5dabda69d653397cfd798f57d74ff771a79a59275f5bbfcd90ade8b67f/suicideproc-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "848742ff47c43287c5b2bf670e746307152285bfccc485ffe6a71a20ea648b9a",
                "md5": "71799f6ae5010c2d33313f557a37a75f",
                "sha256": "69a9248c74ef0d907af42078326b9064242c25f50d796689e626ddc020391f9d"
            },
            "downloads": -1,
            "filename": "suicideproc-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "71799f6ae5010c2d33313f557a37a75f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3124,
            "upload_time": "2023-06-02T05:00:31",
            "upload_time_iso_8601": "2023-06-02T05:00:31.441742Z",
            "url": "https://files.pythonhosted.org/packages/84/87/42ff47c43287c5b2bf670e746307152285bfccc485ffe6a71a20ea648b9a/suicideproc-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 05:00:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "suicideproc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "suicideproc"
}
        
Elapsed time: 0.07419s