Metadata-Version: 2.4
Name: discord-ext-modal-paginator
Version: 1.3.0
Summary: An extension for discord.py that allows you to paginate a Modal using buttons.
Author: Soheab_
License-Expression: MPL-2.0
Project-URL: homepage, https://github.com/Soheab/modal-paginator
Project-URL: documentation, https://discord-ext-modal-paginator.readthedocs.io/
Project-URL: repository, https://github.com/Soheab/modal-paginator
Keywords: discord.py,dpy,discord,extension,discord.ext,modal,forum
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Typing :: Typed
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: discord.py<3.0.0,>=2.2.0
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: typing_extensions; extra == "dev"
Provides-Extra: docs
Requires-Dist: Sphinx<9,>=8.2; extra == "docs"
Requires-Dist: furo<2025,>=2024.8; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints<4,>=3.2; extra == "docs"
Requires-Dist: enum-tools[sphinx]<0.14,>=0.13; extra == "docs"
Dynamic: license-file

Welcome to discord-ext-modal-paginator's documentation!
========================================================
An extension for discord.py that allows you to paginate a Modal using buttons.

*As seen in the discord.py server's Showcase* `channel <https://canary.discord.com/channels/336642139381301249/1147536267811225600>`_.

Installation
-------------
.. code-block:: sh

    python -m pip install -U discord-ext-modal-paginator

**PyPI**: https://pypi.org/project/discord-ext-modal-paginator/

**GitHub**: https://github.com/Soheab/modal-paginator

Example
-------
See `examples/verify_command.py <https://github.com/Soheab/modal-paginator/blob/main/examples/verify_command.py>`_ for a complete example.
And read the source code for more information, it has docstrings and comments.

Documentation
-------------
The documentation is available at https://discord-ext-modal-paginator.readthedocs.io/

Contributing
------------
Feel free to open an issue or a pull request if you have any problems or improvements. 
I would appreciate it if you could tell me on Discord first though, see my info below.

Contact
-----------
You can contact me on Discord, my username is ``Soheab_`` (#6240) and ID `150665783268212746`. \
I'm fairly active on the `discord.py server <https://discord.gg/dpy>`_. Feel free to ping me there.

My own server is at https://discord.gg/yCzcfju.

License
-------
This project is licensed under the ``MLP-2.0`` license. See the `LICENSE <https://github.com/Soheab/modal-paginator/blob/main/LICENSE>`_  file for more information.
