معرفی شرکت ها


burgeon-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل burgeon-0.1.3
نام burgeon
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Uriel Mandujano
ایمیل نویسنده uriel.mandujano14@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/burgeon/
مجوز Apache-2.0
Burgeon - Python Code Reloading ------------------------------- This project exposes one function -- `with_reloading` -- which is used to run a single callable. This callable gets run in a separate thread which gets restarted whenever a Python source file from the current working directory down changes. This improves the development cycle by removing the need to manually restart long running services whenever its source code changes. > Burgeon: To grow or develop rapidly; expand or proliferate. Installation ============ .. code-block:: bash pip install burgeon Example Usage ============= .. code-block:: python from burgeon import with_reloading def my_function(): while True: print("hello") with_reloading(my_function) The function above demonstrates a minimal example of using `with_reloading`. Once the code is executed, any changes to the file (that get saved) will notify `burgeon` to restart the thread running the function and execute the new changes. Acknowledgements ================ This implementation of Python file reloading uses watchgod and is heavily based off the `BaseReload` class in the `uvicorn`_ repository. For context, this is how uvicorn implements its own development server reloading. This project simplifies the implementation and exposes the reloading functionality via a simple and opinionated interface. .. _uvicorn: https://github.com/encode/uvicorn


نیازمندی

مقدار نام
>=0.7,<0.8 watchgod


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

مقدار نام
>=3.6.2,<4.0.0 Python


نحوه نصب


نصب پکیج whl burgeon-0.1.3:

    pip install burgeon-0.1.3.whl


نصب پکیج tar.gz burgeon-0.1.3:

    pip install burgeon-0.1.3.tar.gz