معرفی شرکت ها


dpyhr-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

dpyhr. A discord.py module reloader written in pure python!
ویژگی مقدار
سیستم عامل -
نام فایل dpyhr-0.1.1
نام dpyhr
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده timelessnesses
ایمیل نویسنده mooping3roblox@gmail.com
آدرس صفحه اصلی https://github.com/timelessnesses/dpyhr
آدرس اینترنتی https://pypi.org/project/dpyhr/
مجوز MIT
# dpyhr dpyhr is a hot cog reloader (that uses discord.py cog's implementation) to reload anytime you wanted to save! ## Setup 1. Install dpyhr with pip (`pip install dpyhr`) 2. Import dpyhr and run it with ```py import dpyhr dpyhr.run( *paths: str, bot: commands.Bot = None, selection: Selection = Selection.normal, reloader: typing.Callable = None, conditional: typing.Callable = None, recursive: bool = False, **kwargs ) ``` `dpyhr.run` have a documentation as this > Run dphyr in another thread. > Args: > *paths (str): Paths you want to watch for cogs. Supply those as argument > bot (commands.Bot, Optional): For reloading extensions (if reloader doesn't exists) > selection (Selection, optional): Observer selection. Defaults to Selection.normal. > reloader (typing.Callable, optional): Reload module with your own function. Defaults to None. > conditional (typing.Callable, optional): Conditional when event is triggered. Defaults to None. > recursive (bool, optional): Recursive reloading. Defaults to False. > **kwargs: Other arguments for observer. > Returns: > None: No returns. ## Caution dpyhr wouldn't work if you called your bot outside of the entrypoint starter so nested path wouldn't work in this case. you need to run it inside directory where you want python file to run else reloader might get wrong path and spits errors out. ## Why you don't shipped discord.py with this package? Because dpyhr is trying to be able to compatible with any discord.py versions that have `discord.ext.commands` (other discord.py forks should works if they have `commands.Bot.reload_extension` and their package name is `discord`)


نیازمندی

مقدار نام
>=2.2.1,<3.0.0 watchdog
>=1.0.7,<2.0.0 decohints


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl dpyhr-0.1.1:

    pip install dpyhr-0.1.1.whl


نصب پکیج tar.gz dpyhr-0.1.1:

    pip install dpyhr-0.1.1.tar.gz