معرفی شرکت ها


awsserviceendpoints-0.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Micropackage that changes boto3 to return the standard service endpoints
ویژگی مقدار
سیستم عامل -
نام فایل awsserviceendpoints-0.0.2
نام awsserviceendpoints
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joseph Wortmann
ایمیل نویسنده jwortmann@quinovas.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/awsserviceendpoints/
مجوز -
# awsserviceendpoints Micropackage that changes `boto3` to return the standard service endpoints This package will replace the legacy AWS endpoints for all services with the modern endpoints. Boto3 (really, botocore) is still using the legacy endpoints for some services (most notably SQS) in order to support Python 2.6/2.7. This is unnecessary for Python 3 (and some Python 2.7) users, and causes problems with other libraries (and VPC endpoints) that have moved to the new service endpoints. Note that this will only enable the modern endpoints if `ssl.HAS_SNI` returns `True`. To use, simply ensure that this library is imported prior to `boto3` being imported. ```python import awsserviceendpoints import boto3 ```


نحوه نصب


نصب پکیج whl awsserviceendpoints-0.0.2:

    pip install awsserviceendpoints-0.0.2.whl


نصب پکیج tar.gz awsserviceendpoints-0.0.2:

    pip install awsserviceendpoints-0.0.2.tar.gz