pyanide


Namepyanide JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/matthewdeanmartin/pyanide
SummaryTools for killing processes and keeping them dead.
upload_time2023-05-10 23:48:26
maintainer
docs_urlNone
authorMatthew Martin
requires_python
licenseMIT
keywords kill exit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyanide

This is library helps kill processes. For example, you might be able to exit vim by killing the process, but you may also want to keep it dead by periodically checking to see if it has come back to life and re-killing it.

More importantly, [it is a library that the people want](https://elk.zone/mastodon.social/@mergesort@macaw.social/110346638073185447).

Created with help from ChatGPT.

```bash
python -m pyanide vim
```

![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/pyanide) [![Downloads](https://pepy.tech/badge/pyanide/month)](https://pepy.tech/project/pyanide/month)

______________________________________________________________________

## Installation

```shell
pip install pyanide
```


## Prior Art


## Documentation

- [TODO](https://github.com/matthewdeanmartin/pyanide/blob/main/docs/TODO.md)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/matthewdeanmartin/pyanide",
    "name": "pyanide",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "kill,exit",
    "author": "Matthew Martin",
    "author_email": "matthewdeanmartin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/57/83/bd27e5b61a2272ceb14fb915c8286c25360123f39102cf7c83c582357102/pyanide-1.1.0.tar.gz",
    "platform": null,
    "description": "# pyanide\n\nThis is library helps kill processes. For example, you might be able to exit vim by killing the process, but you may also want to keep it dead by periodically checking to see if it has come back to life and re-killing it.\n\nMore importantly, [it is a library that the people want](https://elk.zone/mastodon.social/@mergesort@macaw.social/110346638073185447).\n\nCreated with help from ChatGPT.\n\n```bash\npython -m pyanide vim\n```\n\n![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/pyanide) [![Downloads](https://pepy.tech/badge/pyanide/month)](https://pepy.tech/project/pyanide/month)\n\n______________________________________________________________________\n\n## Installation\n\n```shell\npip install pyanide\n```\n\n\n## Prior Art\n\n\n## Documentation\n\n- [TODO](https://github.com/matthewdeanmartin/pyanide/blob/main/docs/TODO.md)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools for killing processes and keeping them dead.",
    "version": "1.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/matthewdeanmartin/pyanide/issues",
        "Change Log": "https://github.com/matthewdeanmartin/pyanide/blob/main/CHANGES.md",
        "Documentation": "https://github.com/matthewdeanmartin/pyanide",
        "Homepage": "https://github.com/matthewdeanmartin/pyanide",
        "Repository": "https://github.com/matthewdeanmartin/pyanide"
    },
    "split_keywords": [
        "kill",
        "exit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c0de2174533a78d3372700bf0057f5b8d32fe7079bef9c3e9dd9532899b93ed",
                "md5": "67d6e1c6dcbaec200f89e4c8c59b0016",
                "sha256": "6514319e81616297760bc23a0cfb241d15574fd1efce746bf68eeaa51080c7cf"
            },
            "downloads": -1,
            "filename": "pyanide-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67d6e1c6dcbaec200f89e4c8c59b0016",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4275,
            "upload_time": "2023-05-10T23:48:24",
            "upload_time_iso_8601": "2023-05-10T23:48:24.427400Z",
            "url": "https://files.pythonhosted.org/packages/2c/0d/e2174533a78d3372700bf0057f5b8d32fe7079bef9c3e9dd9532899b93ed/pyanide-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5783bd27e5b61a2272ceb14fb915c8286c25360123f39102cf7c83c582357102",
                "md5": "d39dc4a20830a483854860cef0eddedb",
                "sha256": "876c3d8940d07b14af59991a3dd76a188786e821b981acab50bbbfdd49974642"
            },
            "downloads": -1,
            "filename": "pyanide-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d39dc4a20830a483854860cef0eddedb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4772,
            "upload_time": "2023-05-10T23:48:26",
            "upload_time_iso_8601": "2023-05-10T23:48:26.489760Z",
            "url": "https://files.pythonhosted.org/packages/57/83/bd27e5b61a2272ceb14fb915c8286c25360123f39102cf7c83c582357102/pyanide-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-10 23:48:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "matthewdeanmartin",
    "github_project": "pyanide",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "pyanide"
}
        
Elapsed time: 0.06402s