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 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T17:28:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T10:39:20.130Z (9 months 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
[](https://discord.gg/ZebatWssCB)
[](https://pypi.python.org/pypi/nextcord-ext-ipc)
[](https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3AAnalyze+event%3Apush)
[](https://github.com/nextcord/nextcord-ext-ipc/actions?query=workflow%3ABuild+event%3Apush)
[](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