Metadata-Version: 2.4
Name: fumestop-ext-ipc
Version: 1.0.0
Summary: High-performance inter-process communication library for discord.py bots.
Project-URL: Homepage, https://github.com/fumestop/fumestop-ext-ipc
Project-URL: Repository, https://github.com/fumestop/fumestop-ext-ipc
Project-URL: Documentation, https://fumestop-ext-ipc.readthedocs.io
Project-URL: Issues, https://github.com/fumestop/fumestop-ext-ipc/issues
Author-email: Sayan Bhattacharyya <sayan@sn1f3rt.dev>
License-Expression: AGPL-3.0-only
License-File: LICENSE
Keywords: discord,discord.py,fumestop,ipc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: discord-py>=2.0
Requires-Dist: websockets>=14.0
Description-Content-Type: text/markdown

# fumestop-ext-ipc

[![ci/gh-actions/lint](https://github.com/fumestop/fumestop-ext-ipc/actions/workflows/lint.yml/badge.svg)](https://github.com/fumestop/fumestop-ext-ipc/actions/workflows/lint.yml)
[![ci/gh-actions/typecheck](https://github.com/fumestop/fumestop-ext-ipc/actions/workflows/typecheck.yml/badge.svg)](https://github.com/fumestop/fumestop-ext-ipc/actions/workflows/typecheck.yml)
[![ci/gh-actions/build](https://github.com/fumestop/fumestop-ext-ipc/actions/workflows/build.yml/badge.svg)](https://github.com/fumestop/fumestop-ext-ipc/actions/workflows/build.yml)
[![PyPI](https://img.shields.io/pypi/v/fumestop-ext-ipc)](https://pypi.org/project/fumestop-ext-ipc/)

> High-performance inter-process communication library for discord.py bots.

`fumestop-ext-ipc` keeps the `discord.ext.ipc` import namespace, so it is a drop-in replacement.

## Installation

```sh
pip install fumestop-ext-ipc
```

## Acknowledgements

This project is a fork of [`better-ipc`](https://github.com/MiroslavRosenov/better-ipc), which is itself a fork of [`discord-ext-ipc`](https://github.com/Ext-Creators/discord-ext-ipc).

## License

[GNU Affero General Public License v3.0](LICENSE)

Copyright &copy; 2025 [Sayan "sn1f3rt" Bhattacharyya](https://sn1f3rt.dev)
