معرفی شرکت ها


classifyawsetsjsonbyregion-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Classifies AWSets JSON by region.
ویژگی مقدار
سیستم عامل -
نام فایل classifyawsetsjsonbyregion-0.1.0
نام classifyawsetsjsonbyregion
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده ['Yukihiko Shinoda <yuk.hik.future@gmail.com>']
نویسنده -
ایمیل نویسنده Yukihiko Shinoda <yuk.hik.future@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/classifyawsetsjsonbyregion/
مجوز MIT License Copyright (c) 2023 Yukihiko Shinoda 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.
# Classify AWSets JSON by Region [![Test](https://github.com/yukihiko-shinoda/classify-awsets-json-by-region/workflows/Test/badge.svg)](https://github.com/yukihiko-shinoda/classify-awsets-json-by-region/actions?query=workflow%3ATest) [![Test Coverage](https://api.codeclimate.com/v1/badges/d3006b43fedc1ffd5db7/test_coverage)](https://codeclimate.com/github/yukihiko-shinoda/classify-awsets-json-by-region/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/d3006b43fedc1ffd5db7/maintainability)](https://codeclimate.com/github/yukihiko-shinoda/classify-awsets-json-by-region/maintainability) [![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/yukihiko-shinoda/classify-awsets-json-by-region)](https://codeclimate.com/github/yukihiko-shinoda/classify-awsets-json-by-region) [![Python versions](https://img.shields.io/pypi/pyversions/classifyawsetsjsonbyregion.svg)](https://pypi.org/project/classifyawsetsjsonbyregion) [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fyukihiko-shinoda%2Fclassify-awsets-json-by-region)](http://twitter.com/share?text=Classify%20AWSets%20JSON%20by%20Region&url=https://pypi.org/project/classifyawsetsjsonbyregion/&hashtags=python) Classifies AWSets JSON by AWS region. ## Advantage - Output the list of AWS resources as CSV files classified by AWS region - Enable filter to exclude AWS resources not in question ### Output the list of AWS resources as CSV files classified by AWS region You can check the states of AWS resources by AWS region. It's also useful to compare the states of AWS resources between AWS regions by using text diff tools like [Visual Studio Code]. ### Enable filter to exclude AWS resources not in question You can exclude AWS resources not in question by using `config.yml`. It's useful to reduce the number of AWS resources to be checked, such like the one AWS created by default. You can focus on AWS resources in question. ## Quickstart 1.\ Install `classifyawsetsjsonbyregion` with pip: ```console pip install classifyawsetsjsonbyregion ``` 2.\ Create following directories: - `input` - `output` - `intermediate` 3.\ Put AWSets JSON files in it and rename it as `awsets.json`: ```plaintext your_working_directory/ +---input/ +---awsets.json +---intermediate/ +---output/ ``` 4.\ Run `classify-awsets-json-by-region`: ```console classify-awsets-json-by-region ``` <!-- markdownlint-disable no-trailing-punctuation --> ## How do I... <!-- markdownlint-enable no-trailing-punctuation --> <!-- markdownlint-disable no-trailing-punctuation --> ### Use intermediate directory for? <!-- markdownlint-enable no-trailing-punctuation --> This directory is for intermediate files. These files are useful for debugging. The contents of these files are the classifying result of AWSets JSON before filtering AWS resources. Note that the file for excluded AWS regions is not created. ## Credits This package was created with [Cookiecutter] and the [yukihiko-shinoda/cookiecutter-pypackage] project template. [Cookiecutter]: https://github.com/audreyr/cookiecutter [Visual Studio Code]: https://code.visualstudio.com/ [yukihiko-shinoda/cookiecutter-pypackage]: https://github.com/audreyr/cookiecutter-pypackage


نیازمندی

مقدار نام
>=7.0 click
- yamldataclassconfig
- typing-extensions


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

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


نحوه نصب


نصب پکیج whl classifyawsetsjsonbyregion-0.1.0:

    pip install classifyawsetsjsonbyregion-0.1.0.whl


نصب پکیج tar.gz classifyawsetsjsonbyregion-0.1.0:

    pip install classifyawsetsjsonbyregion-0.1.0.tar.gz