معرفی شرکت ها


b3d-0.1.7


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Boto3 utility library that supports deletion of collections of AWS resources (such as temporary resources created during unit tests).
ویژگی مقدار
سیستم عامل -
نام فایل b3d-0.1.7
نام b3d
نسخه کتابخانه 0.1.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ben Getchell
ایمیل نویسنده bengetch@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/b3d/
مجوز MIT License Copyright (c) 2021 Nth Party, Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# b3d Boto3 utility library that supports deletion of collections of AWS resources (such as temporary resources created during unit tests). # Usage The function `b3d.delete_resources` is used to remove all AWS resources with a particular key / value tag pair. It can be called as follows: ```python from b3d import delete_resources reports = delete_resources("tag_key", "tag_value", "aws_region_name", dry=False) ``` The `delete_resources()` function returns an iterator whose elements are lists of reports for each single resource. A list of reports is yielded (rather than an individual report) because a delete procedure might involve detaching any number of resources from the target resource first. Each report will detail the type of action performed (e.g. detachment from another resource, deletion, noop), whether that action was successful, and an error message if appropriate. If `dry=True`, `delete_resources` will perform all the same queries on AWS resources, but all detach and delete operations will be skipped. The same reports list will therefore be produced, but the resources themselves will be unaffected.


نیازمندی

مقدار نام
~=0.4 b3q
~=1.24 boto3
~=1.0 jmespath
~=2.8 python-dateutil
~=0.6 s3transfer
~=1.16 six
~=1.26 urllib3
~=2.14.0 pylint
~=0.8 build
~=4.0 twine
~=7.0 pytest
~=0.2 terrorform


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

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


نحوه نصب


نصب پکیج whl b3d-0.1.7:

    pip install b3d-0.1.7.whl


نصب پکیج tar.gz b3d-0.1.7:

    pip install b3d-0.1.7.tar.gz