معرفی شرکت ها


elibs-epython-2021.1045


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A set of modules that help with QA
ویژگی مقدار
سیستم عامل -
نام فایل elibs-epython-2021.1045
نام elibs-epython
نسخه کتابخانه 2021.1045
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ray Gomez
ایمیل نویسنده codenomad@gmail.com
آدرس صفحه اصلی https://github.com/elibs/epython
آدرس اینترنتی https://pypi.org/project/elibs-epython/
مجوز -
# EPython The purpose of this library is to provide helper abstractions on top of well known libraries. The idea is to harden existing technologies and build easy-to-use wrappers for incorporation in test or production python code. ## Overrides There are instances when retry logic needs to be tweaked to make tests more performant, or more hardened. For this purpose, there are environmental variables that can be set to change the retry behavior. Below are the current overrides that are available: Env Variable | Default | Description ------------ | ------- | ------------- EPYTHON_LOG_LEVEL | INFO | Control the epython logging level EPYTHON_LOG_FILE | None | Set this to have all epython output logging to a file EPYTHON_REQUEST_ID | "epython-poke" | Set this to control what X-Request-ID is presented using poke EPYTHON_REQUEST_INTERVAL | 5 | The length of time between subsequent request retries EPYTHON_REQUEST_RETRIES | 5 | The number of request retries to make EPYTHON_SSH_KEY | None | Private SSH key to use EPYTHON_SSH_RETRIES | 3 | The number of times to retry an ssh login operation EPYTHON_SSH_RETRY_INTERVAL | 5 | The time to wait before a new ssh attempt ## Requests Headers: EPYTHON_REQUEST_ID defaults to "epython-poke" POKE_HEADERS = { "Content-Type": "application/json", "Accept": "application/json", "X-Request-ID": EPYTHON_REQUEST_ID }


نیازمندی

مقدار نام
- paramiko
- requests
- scp


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

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl elibs-epython-2021.1045:

    pip install elibs-epython-2021.1045.whl


نصب پکیج tar.gz elibs-epython-2021.1045:

    pip install elibs-epython-2021.1045.tar.gz