Metadata-Version: 2.1
Name: disnake-components
Version: 1.0.2
Summary: An unofficial library for disnake components.
Home-page: https://github.com/LOCUS-TEAM/disnake-components
Author: Team Locus
Author-email: me@sskate.me
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
Provides-Extra: lint
Provides-Extra: readthedocs
Provides-Extra: dev
License-File: LICENSE

<div align="center">
    <a href="https://pypi.org/project/disnake-components"><img src="https://raw.githubusercontent.com/LOCUS-TEAM/disnake-components/master/.github/logo.png" alt="disnake-components logo" height="128" style="border-radius: 50%"></a>
    <h1>disnake-components</h1>
</div>
<div align="center">
        <a href="https://www.codefactor.io/repository/github/LOCUS-TEAM/disnake-components"><img src="https://www.codefactor.io/repository/github/LOCUS-TEAM/disnake-components/badge" alt="CodeFactor" /></a>
        <a href="https://discord.gg/BmuYyug3vd"><img alt="Discord" src="https://img.shields.io/discord/866331113512370186?logo=discord&style=flat-square"></a>
        <a href="https://pepy.tech/project/disnake-components"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/v/disnake-components?style=flat-squareh"></a>
        <a href="https://pypi.org/project/disnake-components/"><img src="https://pepy.tech/badge/disnake-components/month" /></a>
        <a href=""><img src="https://img.shields.io/pypi/l/disnake-components?style=flat-square" /></a>
</div>
<p align="center">
    <h3>An unofficial third party library of disnake for discord components.</h3>
</p>

## 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/BmuYyug3vd), 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 disnake.

## Docs

- [Gitbook version](https://kms0219kms.gitbook.io/disnake-components) (Up to
  date)
- [Wiki Version](https://github.com/LOCUS-TEAM/disnake-components/wiki)
  (Up to date)

## Install

```sh
# GitHub (Develop)
pip install --upgrade git+https://github.com/LOCUS-TEAM/disnake-components.git

# Pypi (Current)
pip install --upgrade disnake-components
```

## Example

You can see many examples
[here](https://github.com/LOCUS-TEAM/disnake-components/tree/master/examples).

## License

This project is under the MIT License.

## Repos using DisnakeComponents

## How-to use
 * Every discord.py, discord, DiscordComponent, discord_components mention should be changed to<br />
 disnake, disnake, disnakeComponent, disnake_component


