discord-ext-ipcx


Namediscord-ext-ipcx JSON
Version 0.2.2 PyPI version JSON
download
home_page
SummaryMaintained and updated version of discord-ext-ipc for discord.py v2
upload_time2023-12-09 02:48:05
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords discord.py asyncio networking discord-ext-ipcx discord-ext-ipc
VCS
bugtrack_url
requirements discord.py
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align=center>

# discord-ext-ipcx

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/discord-ext-ipcx?logo=python&logoColor=white&label=Python)](https://pypi.org/project/discord-ext-ipcx/) [![CodeQL](https://github.com/No767/discord-ext-ipcx/actions/workflows/codeql.yml/badge.svg)](https://github.com/No767/discord-ext-ipcx/actions/workflows/codeql.yml) [![Build and Publish](https://github.com/No767/discord-ext-ipcx/actions/workflows/build_and_publish.yml/badge.svg)](https://github.com/No767/discord-ext-ipcx/actions/workflows/build_and_publish.yml) [![Lint](https://github.com/No767/discord-ext-ipcx/actions/workflows/lint.yml/badge.svg)](https://github.com/No767/discord-ext-ipcx/actions/workflows/lint.yml) [![PyPI - License](https://img.shields.io/pypi/l/discord-ext-ipcx?logo=github&logoColor=white&label=License)](https://github.com/No767/discord-ext-ipcx/blob/main/LICENSE) [![PyPI - Version](https://img.shields.io/pypi/v/discord-ext-ipcx?logo=pypi&logoColor=white&label=Version&link=https%3A%2F%2Fpypi.org%2Fproject%2Fdiscord-ext-ipcx%2F)](https://pypi.org/project/discord-ext-ipcx/)

An maintained discord.py extension for inter-process communication

<div align=left>

## Installation

**Python 3.8 or higher is required**

To install the library, you can just run the following command:

```bash
# On Linux/MacOS
python3 -m pip install discord-ext-ipcx

# On Windows
py -m pip install discord-ext-ipcx
```

To install the development version, do the following:

```bash
$ git clone https://github.com/No767/discord-ext-ipcx
$ cd discord-ext-ipcx
$ python3 -m pip install -U .
```

## Resources

- [Documentation](https://discord-ext-ipcx.readthedocs.io/en/stable)
- [Examples](https://github.com/No767/discord-ext-ipcx/tree/main/examples)

## Motivation and differences

I forked and upgraded the discord-ext-ipc library to now work with discord.py v2 or higher. The primary reason why is that most of the "IPC" libraries out there are slow and I desperately needed a better IPC library for myself. The core has been kept almost intact, but here are some the changes worth noting:

- The `start` method is now an coroutine and needs to be awaited.
- Actually type hinting the library

More in the future may be added or deleted.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "discord-ext-ipcx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "No767 <73260931+No767@users.noreply.github.com>",
    "keywords": "discord.py,asyncio,networking,discord-ext-ipcx,discord-ext-ipc",
    "author": "",
    "author_email": "No767 <73260931+No767@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/2a/a0/fc332e1fe957afdfaa55688356c517e724c1f8c52c25f8256ee2baaebc6a/discord-ext-ipcx-0.2.2.tar.gz",
    "platform": null,
    "description": "<div align=center>\n\n# discord-ext-ipcx\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/discord-ext-ipcx?logo=python&logoColor=white&label=Python)](https://pypi.org/project/discord-ext-ipcx/) [![CodeQL](https://github.com/No767/discord-ext-ipcx/actions/workflows/codeql.yml/badge.svg)](https://github.com/No767/discord-ext-ipcx/actions/workflows/codeql.yml) [![Build and Publish](https://github.com/No767/discord-ext-ipcx/actions/workflows/build_and_publish.yml/badge.svg)](https://github.com/No767/discord-ext-ipcx/actions/workflows/build_and_publish.yml) [![Lint](https://github.com/No767/discord-ext-ipcx/actions/workflows/lint.yml/badge.svg)](https://github.com/No767/discord-ext-ipcx/actions/workflows/lint.yml) [![PyPI - License](https://img.shields.io/pypi/l/discord-ext-ipcx?logo=github&logoColor=white&label=License)](https://github.com/No767/discord-ext-ipcx/blob/main/LICENSE) [![PyPI - Version](https://img.shields.io/pypi/v/discord-ext-ipcx?logo=pypi&logoColor=white&label=Version&link=https%3A%2F%2Fpypi.org%2Fproject%2Fdiscord-ext-ipcx%2F)](https://pypi.org/project/discord-ext-ipcx/)\n\nAn maintained discord.py extension for inter-process communication\n\n<div align=left>\n\n## Installation\n\n**Python 3.8 or higher is required**\n\nTo install the library, you can just run the following command:\n\n```bash\n# On Linux/MacOS\npython3 -m pip install discord-ext-ipcx\n\n# On Windows\npy -m pip install discord-ext-ipcx\n```\n\nTo install the development version, do the following:\n\n```bash\n$ git clone https://github.com/No767/discord-ext-ipcx\n$ cd discord-ext-ipcx\n$ python3 -m pip install -U .\n```\n\n## Resources\n\n- [Documentation](https://discord-ext-ipcx.readthedocs.io/en/stable)\n- [Examples](https://github.com/No767/discord-ext-ipcx/tree/main/examples)\n\n## Motivation and differences\n\nI forked and upgraded the discord-ext-ipc library to now work with discord.py v2 or higher. The primary reason why is that most of the \"IPC\" libraries out there are slow and I desperately needed a better IPC library for myself. The core has been kept almost intact, but here are some the changes worth noting:\n\n- The `start` method is now an coroutine and needs to be awaited.\n- Actually type hinting the library\n\nMore in the future may be added or deleted.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Maintained and updated version of discord-ext-ipc for discord.py v2",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://discord-ext-ipcx.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/No767/discord-ext-ipcx",
        "Issues": "https://github.com/No767/discord-ext-ipcx/issues",
        "Repository": "https://github.com/No767/discord-ext-ipcx"
    },
    "split_keywords": [
        "discord.py",
        "asyncio",
        "networking",
        "discord-ext-ipcx",
        "discord-ext-ipc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be04eaab81fed3d10c54760d2f4238d382402f222776c8a51b704fd823c3ba47",
                "md5": "43dbcbb4e8a1ff2f3a45f93e48c9f528",
                "sha256": "4a65c5b0878ae2e30784094c40fb45a60e7165bb1af1973c61d8cb1b9fad1376"
            },
            "downloads": -1,
            "filename": "discord_ext_ipcx-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43dbcbb4e8a1ff2f3a45f93e48c9f528",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12068,
            "upload_time": "2023-12-09T02:48:03",
            "upload_time_iso_8601": "2023-12-09T02:48:03.657542Z",
            "url": "https://files.pythonhosted.org/packages/be/04/eaab81fed3d10c54760d2f4238d382402f222776c8a51b704fd823c3ba47/discord_ext_ipcx-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aa0fc332e1fe957afdfaa55688356c517e724c1f8c52c25f8256ee2baaebc6a",
                "md5": "b664ea465787da4ad7f07eee14c3d6d6",
                "sha256": "5d315bc96a56c452bed3cef3a2e10eecd58391dbc580d6b5a7faf433cf11be82"
            },
            "downloads": -1,
            "filename": "discord-ext-ipcx-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b664ea465787da4ad7f07eee14c3d6d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12600,
            "upload_time": "2023-12-09T02:48:05",
            "upload_time_iso_8601": "2023-12-09T02:48:05.174721Z",
            "url": "https://files.pythonhosted.org/packages/2a/a0/fc332e1fe957afdfaa55688356c517e724c1f8c52c25f8256ee2baaebc6a/discord-ext-ipcx-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 02:48:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "No767",
    "github_project": "discord-ext-ipcx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "discord.py",
            "specs": [
                [
                    ">=",
                    "2"
                ],
                [
                    "<",
                    "3"
                ]
            ]
        }
    ],
    "lcname": "discord-ext-ipcx"
}
        
Elapsed time: 0.15027s