معرفی شرکت ها


Office365-REST-with-timeout-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A small example package
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Office365-REST-with-timeout-0.1.1
نام Office365-REST-with-timeout
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Office365
ایمیل نویسنده author@example.com
آدرس صفحه اصلی https://github.com/mmitjansc/Office365-REST-with-timeout
آدرس اینترنتی https://pypi.org/project/Office365-REST-with-timeout/
مجوز -
This is the same project as Office365-REST (https://github.com/vgrem/Office365-REST-Python-Client), but with the addition of a timeout_ variable in execute_query(), which gets passed down to requests.get. This prevents the execution from hanging indefinitely. To execute a query with a timeout, simply add the following argument at the end: ``` >>> TIMEOUT=10 >>> my_query.execute_query(timeout_=TIMEOUT) or >>> my_query.execute_query_retry(timeout_=TIMEOUT) ``` Remember to do `$ python3 -m pip uninstall office365-rest-python-client` first if you have the original module installed, since both modules have the same name. Under the MIT License, as the original Office365-REST-Python-Client. <br /> And I take no credit for this module, sine 99.99% of the code comes from the original project.


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

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


نحوه نصب


نصب پکیج whl Office365-REST-with-timeout-0.1.1:

    pip install Office365-REST-with-timeout-0.1.1.whl


نصب پکیج tar.gz Office365-REST-with-timeout-0.1.1:

    pip install Office365-REST-with-timeout-0.1.1.tar.gz