Metadata-Version: 2.4
Name: pycord-inter-process
Version: 0.1.0
Summary: A pycord extension for inter-process communication.
Home-page: https://github.com/ParrotXray/pycord-ipc
Author: ParrotXray
Author-email: 
License: MIT
Project-URL: Homepage, https://github.com/ParrotXray/pycord-ipc
Project-URL: Repository, https://github.com/ParrotXray/pycord-ipc
Project-URL: Issue Tracker, https://github.com/ParrotXray/pycord-ipc/issues
Project-URL: Source, https://github.com/ParrotXray/pycord-ipc
Keywords: discord,ipc,websocket,asyncio,py-cord
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: typing-extensions; python_version < "3.11"
Requires-Dist: py-cord
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-trio; extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Provides-Extra: speed
Requires-Dist: aiohttp[speedups]; extra == "speed"
Requires-Dist: cchardet; extra == "speed"
Requires-Dist: aiodns; extra == "speed"
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# pycord-ipc
A pycord extension for inter-process communication.
