Metadata-Version: 2.1
Name: nextcord-ext-ipc-dev
Version: 0.1.1
Summary: A nextcord extension for ipc server.
Home-page: 
Author: japandotorg
License: MIT
Project-URL: Issues, https://github.com/japandotorg/nextcord-ext-ipc/issues
Project-URL: Source, https://github.com/japandotorg/nextcord-ext-ipc
Keywords: nextcord,extension,ipc-server
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.5
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.8.0
Description-Content-Type: text/markdown
License-File: LICENSE

# nextcord/ext/ipc

![discord](https://img.shields.io/discord/772708529744248842?color=red&label=discord&style=flat-square)
![license](https://img.shields.io/github/license/japandotorg/nextcord-ext-ipc?style=flat-square)

## Installation

**Python >= 3.8.0 is required.**

```bash
python3.8 -m pip install -U nextcord-ext-ipc-dev
```

