Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcord/nextcord-ext-ipc
🌐 A Nextcord extension for inter-process communication
https://github.com/nextcord/nextcord-ext-ipc
asyncio discord hacktoberfest ipc nextcord python
Last synced: about 9 hours ago
JSON representation
🌐 A Nextcord extension for inter-process communication
- Host: GitHub
- URL: https://github.com/nextcord/nextcord-ext-ipc
- Owner: nextcord
- License: apache-2.0
- Created: 2021-09-02T05:53:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T17:28:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T02:48:25.549Z (about 1 month ago)
- Topics: asyncio, discord, hacktoberfest, ipc, nextcord, python
- Language: Python
- Homepage: https://ipc.docs.nextcord.dev
- Size: 158 KB
- Stars: 19
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextcord-ext-ipc
[![Discord server invite](https://img.shields.io/discord/881118111967883295?color=blue&label=Discord)](https://discord.gg/ZebatWssCB)
[![PyPI version info](https://img.shields.io/pypi/v/nextcord-ext-ipc.svg)](https://pypi.python.org/pypi/nextcord-ext-ipc)
[![Analyze Status](https://github.com/nextcord/nextcord-ext-ipc/workflows/Analyze/badge.svg?event=push)](https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3AAnalyze+event%3Apush)
[![Build Status](https://github.com/nextcord/nextcord-ext-ipc/workflows/Build/badge.svg?event=push)](https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3ABuild+event%3Apush)
[![Lint Status](https://github.com/nextcord/nextcord-ext-ipc/workflows/Lint/badge.svg?event=push)](https://github.com/Ext-Creators/nextcord-ext-ipc/actions?query=workflow%3ALint+event%3Apush)## About
A Nextcord extension for inter-process communication.
## Installation
**Python 3.8 or higher is required**
It is necessary to first install [Nextcord](https://github.com/nextcord/nextcord)
Then install the extension by running one of the following commands:
```py
# Linux/macOS
python3 -m pip install -U nextcord-ext-ipc# Windows
py -3 -m pip install -U nextcord-ext-ipc
```## Links
- [Documentation](https://ipc.docs.nextcord.dev/)
- [Usage Examples](https://github.com/nextcord/nextcord-ext-ipc/tree/master/examples)
- [Support Discord Server](https://discord.gg/nextcord)## License
Copyright (c) 2020 Ext-Creators
Copyright (c) 2021 Nextcord Developers