معرفی شرکت ها


exception-with-retry-0.5.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Wait and retry calling an exception throwing method.
ویژگی مقدار
سیستم عامل -
نام فایل exception-with-retry-0.5.0
نام exception-with-retry
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Doru Irimescu
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/doruirimescu/exception-with-retry/
آدرس اینترنتی https://pypi.org/project/exception-with-retry/
مجوز MIT
exception-with-retry ==================== ![Pipeline status](https://github.com/doruirimescu/exception-with-retry/actions/workflows/main.yml/badge.svg?branch=master) Wraps any method which throws exceptions. Retries calls when exceptions are thrown. Description =========== - Check the [unit tests](https://github.com/doruirimescu/exception-with-retry/blob/master/tests/test_1.py) for usage. - Build and run tests locally: `tox` - Publish to [test pypi](https://test.pypi.org/): `tox -e clean && tox -e build && tox -e publish` - Publish to [pypi](https://pypi.org/project/exception-with-retry/): * `git tag MAJOR.MINOR[.PATCH]` * `tox -e clean && tox -e build` * `tox -e publish -- --repository pypi` Making Changes & Contributing ============================= This project uses [pre-commit](http://pre-commit.com/), please make sure to install it before making any changes:: pip install pre-commit cd exception-with-retry pre-commit install It is a good idea to update the hooks to the latest version:: pre-commit autoupdate Don't forget to tell your contributors to also install and use pre-commit. Note ==== This project has been set up using PyScaffold 4.0.2. For details and usage information on PyScaffold see https://pyscaffold.org/.


نیازمندی

مقدار نام
- importlib-metadata
- setuptools
- pytest
- pytest-cov


نحوه نصب


نصب پکیج whl exception-with-retry-0.5.0:

    pip install exception-with-retry-0.5.0.whl


نصب پکیج tar.gz exception-with-retry-0.5.0:

    pip install exception-with-retry-0.5.0.tar.gz