Metadata-Version: 2.1
Name: py-cord-components
Version: 2.1.32
Summary: An unofficial library for py-cord components.
Home-page: https://github.com/spacedev-official/py-cord-components
Author: SpaceDev
Author-email: support@spacedev.space
License: MIT License
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: py-cord
Requires-Dist: aiohttp
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: black ; extra == 'lint'
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: isort ; extra == 'lint'
Requires-Dist: sphinx ; extra == 'lint'
Requires-Dist: sphinx-rtd-theme ; extra == 'lint'
Provides-Extra: readthedocs
Requires-Dist: sphinx ; extra == 'readthedocs'
Requires-Dist: sphinx-rtd-theme ; extra == 'readthedocs'

![logo](https://raw.githubusercontent.com/spacedev-official/py-cord-components/master/.github/logo.png)
# py-cord-components
An unofficial third party library of py-cord for discord components.

## Welcome!

Discord components are cool, but discord.py will support it on version 2.0. It
is hard to recreate, so we made a third-party library for using components such as
buttons or selects!

This project is open source ⭐.

Also, there is an [official discord server](https://discord.gg/294KSUxcz2), so
if you have any questions, feel free to ask it on this server.

## Features

- You can use message components and handle component interactions easily!
- Third-party of py-cord.

## Docs

- [Gitbook version](https://devkiki7000.gitbook.io/discord-components) (Up to
  date)
- [Wiki Version](https://github.com/spacedev-official/py-cord-components/wiki)
  (Up to date)

## Install

```sh
# GitHub (Develop)
pip install --upgrade git+https://github.com/spacedev-official/py-cord-components.git

# Pypi (Current)
pip install --upgrade py-cord-components
```

## Example

You can see many examples
[here](https://github.com/spacedev-official/py-cord-components/tree/master/examples).

## License

This project is under the MIT License.

## Repos using PycordComponents
 * [PycordPaginator](https://pypi.org/project/PycordPaginator)

## How-to use
 * Every discord.py, discord, DiscordComponent, discord_components mention should be changed to\
 py-cord, pycord, PycordComponent, py_cord_component


