Metadata-Version: 2.4
Name: discordcn
Version: 0.0.1a3
Summary: An unofficial, community-driven implementation for Discord app interface patterns.
Project-URL: Homepage, https://github.com/nicebots-xyz/discordcn-py
Project-URL: source_archive, https://github.com/nicebots-xyz/discordcn-py/archive/3d2717cc3b78e67dfbbef52df1bc92f0406e734d.zip
Author-email: Paillat-dev <me@paillat.dev>
License-Expression: MIT
License-File: LICENSE
Keywords: discord
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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 :: 3.14
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.10
Requires-Dist: typing-extensions>=4.15.0
Provides-Extra: dpy
Requires-Dist: discord-py==2.6.4; extra == 'dpy'
Provides-Extra: pycord
Requires-Dist: py-cord==2.7; extra == 'pycord'
Description-Content-Type: text/markdown

# discordcn-py

Python library implementations for [DiscordCN](https://discordcn.dev) - an unofficial, community-driven reference for
Discord app interface patterns.

> \**NOTE**:
> This project is NOT made by Discord and does NOT represent official Discord UI guidelines. For official resources, see
> the [Discord Developer Docs](https://discord.com/developers/docs/components/overview).

## Installation

```bash
pip install discordcn
```

### With Optional Dependencies

For Pycord:

```bash
pip install discordcn[pycord]
```

For discord.py:

```bash
pip install discordcn[dpy]
```

## Requirements

* Python >=3.10, <3.15
* typing-extensions >=4.15.0

## Status

This project is currently in alpha development. Features and API may change.

## Related Projects

* [discordcn](https://github.com/nicebots-xyz/discordcn) - Main project with documentation and examples
* [discord.builders](https://github.com/StartITBot/discord.builders) - Code generation engine and SDK

## Community & Support

* **Website:** [discordcn.dev](https://discordcn.dev)
* **Issues:** [GitHub Issues](https://github.com/nicebots-xyz/discordcn-py/issues)
* **Discord:** [NiceBots Discord](https://discord.gg/4Rj2bcZ7MD)

## Contributing & Governance

For contributing guidelines, security policies, and code of conduct, please refer to the
main [discordcn repository](https://github.com/nicebots-xyz/discordcn):

* [CONTRIBUTING.md](https://github.com/nicebots-xyz/discordcn/blob/master/CONTRIBUTING.md)
* [SECURITY.md](https://github.com/nicebots-xyz/discordcn/blob/master/SECURITY.md)
* [CODE\_OF\_CONDUCT.md](https://github.com/nicebots-xyz/discordcn/blob/master/CODE_OF_CONDUCT.md)
* [SUPPORT.md](https://github.com/nicebots-xyz/discordcn/blob/master/SUPPORT.md)

## License

MIT License - see [LICENSE](https://github.com/nicebots-xyz/discordcn-py/tree/masterLICENSE) file for details.

Discord is a trademark of Discord Inc. and is not affiliated with DiscordCN or NiceBots.
