# nextcord-ext-menus
[](https://discord.gg/ZebatWssCB)
[](https://pypi.python.org/pypi/nextcord-ext-menus)
[](https://pypi.python.org/pypi/nextcord)
[](https://menus.docs.nextcord.dev)
A Nextcord extension that makes working with reaction menus and button component menus a bit easier.

## Installing
### Requirements
**Python 3.8 or higher is required**
It is necessary to first install [Nextcord](https://github.com/nextcord/nextcord)
Then install the extension by running one of the following commands:
```py
# Linux/macOS
python3 -m pip install -U nextcord-ext-menus
# Windows
py -3 -m pip install -U nextcord-ext-menus
```
## Links
- [Documentation](https://menus.docs.nextcord.dev/en/latest/)
- [Usage Examples](https://github.com/nextcord/nextcord-ext-menus/tree/master/examples)
- [Official Discord server](https://discord.gg/ZebatWssCB)
## License
Copyright (c) 2021 The Nextcord Developers
Copyright (c) 2020-2021 Danny Y. (Rapptz)
Raw data
{
"_id": null,
"home_page": "https://github.com/nextcord/nextcord-ext-menus",
"name": "nextcord-ext-menus",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.0",
"maintainer_email": "",
"keywords": "",
"author": "Nextcord Developers",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/ed/34/92534cb531f4e32835e50fff1c1e2ea6909d809d861c404aa68005f8a640/nextcord-ext-menus-1.5.7.tar.gz",
"platform": null,
"description": "# nextcord-ext-menus\n\n[](https://discord.gg/ZebatWssCB)\n[](https://pypi.python.org/pypi/nextcord-ext-menus)\n[](https://pypi.python.org/pypi/nextcord)\n[](https://menus.docs.nextcord.dev)\n\nA Nextcord extension that makes working with reaction menus and button component menus a bit easier.\n\n\n\n## Installing\n\n### Requirements\n\n**Python 3.8 or higher is required**\n\nIt is necessary to first install [Nextcord](https://github.com/nextcord/nextcord)\n\nThen install the extension by running one of the following commands:\n\n```py\n# Linux/macOS\npython3 -m pip install -U nextcord-ext-menus\n\n# Windows\npy -3 -m pip install -U nextcord-ext-menus\n```\n\n## Links\n\n- [Documentation](https://menus.docs.nextcord.dev/en/latest/)\n- [Usage Examples](https://github.com/nextcord/nextcord-ext-menus/tree/master/examples)\n- [Official Discord server](https://discord.gg/ZebatWssCB)\n\n## License\n\nCopyright (c) 2021 The Nextcord Developers \nCopyright (c) 2020-2021 Danny Y. (Rapptz)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An extension module to make reaction and button component menus with nextcord",
"version": "1.5.7",
"project_urls": {
"Bug Tracker": "https://github.com/nextcord/nextcord-ext-menus/issues",
"Homepage": "https://github.com/nextcord/nextcord-ext-menus"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a80596e2ac10acce1b808429c0c8c6d9def9f30ab43bc4ca64e1e6ab15f2a4f6",
"md5": "ecba317bdac1e734045d7f863cd44f02",
"sha256": "8615e6489cacdbe79a4b4a0ee71a1c59c6d1d1f165970d604394ee43d4d66fba"
},
"downloads": -1,
"filename": "nextcord_ext_menus-1.5.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ecba317bdac1e734045d7f863cd44f02",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.0",
"size": 20019,
"upload_time": "2023-08-04T11:51:39",
"upload_time_iso_8601": "2023-08-04T11:51:39.951460Z",
"url": "https://files.pythonhosted.org/packages/a8/05/96e2ac10acce1b808429c0c8c6d9def9f30ab43bc4ca64e1e6ab15f2a4f6/nextcord_ext_menus-1.5.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed3492534cb531f4e32835e50fff1c1e2ea6909d809d861c404aa68005f8a640",
"md5": "fce34f265a6208140e10a7f9754980ec",
"sha256": "a222426b917f99765f85e5201d1d0139c411701f1b445a71c2c90ae1c328f6a1"
},
"downloads": -1,
"filename": "nextcord-ext-menus-1.5.7.tar.gz",
"has_sig": false,
"md5_digest": "fce34f265a6208140e10a7f9754980ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.0",
"size": 19467,
"upload_time": "2023-08-04T11:51:40",
"upload_time_iso_8601": "2023-08-04T11:51:40.968722Z",
"url": "https://files.pythonhosted.org/packages/ed/34/92534cb531f4e32835e50fff1c1e2ea6909d809d861c404aa68005f8a640/nextcord-ext-menus-1.5.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-04 11:51:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nextcord",
"github_project": "nextcord-ext-menus",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "nextcord",
"specs": [
[
">=",
"2.0.0b1"
]
]
}
],
"lcname": "nextcord-ext-menus"
}