Metadata-Version: 2.1
Name: disnake-ext-ipc
Version: 2.2.1
Summary: A Disnake extension for inter-process communication.
Home-page: https://github.com/LukeFokin/disnake-ext-ipc
Author: Lukef
License: Apache Software License
Project-URL: Source, https://github.com/LukeFokin/disnake-ext-ipc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: docs
License-File: LICENSE

# disnake-ext-ipc

[![Discord server invite](https://img.shields.io/discord/808030843078836254?color=blue&label=Discord)](https://discord.gg/disnake)
[![PyPI version info](https://img.shields.io/pypi/v/disnake-ext-ipc.svg)](https://pypi.python.org/pypi/disnake-ext-ipc)

## About

A disnake extension for inter-process communication.

## Installation

**Python 3.8 or higher is required**

It is necessary to first install [Disnake](https://github.com/DisnakeDev/disnake)

Then install the extension by running one of the following commands:

```py 
# Linux/macOS
python3 -m pip install -U disnake-ext-ipc

# Windows
py -3 -m pip install -U disnake-ext-ipc
```

## Links 

- [Usage Examples](https://github.com/LukeFokin/disnake-ext-ipc/tree/master/examples)
- [Support Discord Server](https://discord.gg/disnake)

- [Original code Nextcord](https://github.com/nextcord/nextcord-ext-ipc)

## License

Copyright (c) 2020 Ext-Creators  
Copyright (c) 2021 Nextcord Developers  
Copyright (c) 2022 Lukef  


