Metadata-Version: 2.4
Name: paillcord
Version: 2.7.0a2
Summary: A Python wrapper for the Discord API
Project-URL: Homepage, https://pycord.dev
Project-URL: Changelog, https://docs.pycord.dev/en/master/changelog.html
Project-URL: Source, https://github.com/Pycord-Development/pycord
Project-URL: Documentation, https://docs.pycord.dev
Project-URL: Tracker, https://github.com/Pycord-Development/pycord/issues
Project-URL: Funding, https://patreon.com/pycord
Author: Pycord Development
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
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 :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: aiohttp<4.0,>=3.6.0
Requires-Dist: typing-extensions<5,>=4
Provides-Extra: speed
Requires-Dist: aiohttp[speedups]>=3.11.18; extra == 'speed'
Requires-Dist: msgspec~=0.19.0; extra == 'speed'
Provides-Extra: voice
Requires-Dist: pynacl<1.6,>=1.3.0; extra == 'voice'
Description-Content-Type: text/x-rst

.. image:: https://raw.githubusercontent.com/Pycord-Development/pycord/master/pycord.png
   :alt: Pycord v3

Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.

**Please use the main version of pycord instead: https://pypi.org/project/py-cord/.**