aws-tag-a-day

View on PyPIReverse Dependencies (0)

0.1.10 aws_tag_a_day-0.1.10-py3-none-any.whl

Wheel Details

Project: aws-tag-a-day
Version: 0.1.10
Filename: aws_tag_a_day-0.1.10-py3-none-any.whl
Download: [link]
Size: 18302
MD5: b6b587a7d6aa5702a6f1f052d2c59924
SHA256: 21bff0824e13bd0528debe0836998cf083971445b72d120ba66c79df477170ff
Uploaded: 2018-10-16 15:15:35 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: aws-tag-a-day
Version: 0.1.10
Summary: A tool for simplifying swarming of fixing AWS tags
Author: Drew J. Sonne
Author-Email: drew.sonne[at]gmail.com
Home-Page: https://github.com/bliseng/aws-tag-a-day
License: Apache2
Requires-Dist: tabulate
Requires-Dist: hconf
Requires-Dist: pyyaml
Requires-Dist: boto3
Requires-Dist: setuptools (>=13)
Description-Content-Type: text/markdown
[Description omitted; length: 8009 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.32.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tag_a_day/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tag_a_day/cache.py sha256=nC1coc7A0K5Zg6lDhyhgGUNN9iwlHFjqAeAAIVvpOD4 2355
tag_a_day/cli.py sha256=oTgYT064ebsL-H7DH7hVZ8P7gVJMW8sLpS3alPUX24Y 4102
tag_a_day/config.py sha256=fny9FIRvRlqaOujDDA41go6eteQUCZcdgBkF7UoxtCw 2545
tag_a_day/log.py sha256=3EBalcVHd_YD257cnOYKtlN3uGI06ckdazV-eKFUuIg 152
tag_a_day/actions/__init__.py sha256=zBT1_KT_AI85T9ouWlKlaHtV5Kr8OXnCO5lxEYkbcrs 28
tag_a_day/actions/reconcile.py sha256=GxViK3vn97xKzTwI3FcY0nNBZGCMbRtTYdNs_Tg_UU4 629
tag_a_day/prompt/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tag_a_day/prompt/validators.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tag_a_day/services/__init__.py sha256=965ByKxRhg9_IsE0nBOYplappCPgG9JbIXetLk2KClc 935
tag_a_day/services/ec2.py sha256=WGO540cziv9qVzpDCaTWjq85tNkeNmCGYm_NrNc3i3Q 2096
tag_a_day/services/emr.py sha256=PdDuKSKjMOpsZYsfvP1TTHjEx59pVWCB7cwZ9OX7aSU 2177
tag_a_day/services/rds.py sha256=_5_Z0JD6nI28nSzWqRTysyAK9y1pae-tW51mnKSPQiI 2268
tag_a_day/services/s3.py sha256=PWxG4iyEkjM01Pz3j0al0UlKMMdDK_cELPMUbwF0jq0 1671
tag_a_day/services/service.py sha256=ubYU8vQfOTjX_n1iO3UycQ5wnP1vkEW_oRX8zvEZFQI 4016
aws_tag_a_day-0.1.10.dist-info/LICENSE sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY 11558
aws_tag_a_day-0.1.10.dist-info/METADATA sha256=mt40s9WsLJhzd12imVmG9NchU1YA4L-D4K61d0xsmvA 8433
aws_tag_a_day-0.1.10.dist-info/WHEEL sha256=ekss6qCJcIZ1jvsOZb3ewnzAyJD9JSfQQg87sLq_G8M 97
aws_tag_a_day-0.1.10.dist-info/entry_points.txt sha256=dcehfYIpfiPyPNXqSXu3I0iClEwkEebxTHxFo3tB-TU 338
aws_tag_a_day-0.1.10.dist-info/top_level.txt sha256=5Jc9rORZSWS1_HF5lg9D1RwSh2BxW-cFc2A_DcEY6Y4 10
aws_tag_a_day-0.1.10.dist-info/RECORD

top_level.txt

tag_a_day

entry_points.txt

tag-a-day = tag_a_day.cli:run
tag-a-day-initialise = tag_a_day.cli:initialise
tag-a-day-reconcile = tag_a_day.cli:reconcile
ec2 = tag_a_day.services.ec2:EC2TagHandler
emr = tag_a_day.services.emr:EMRTagHandler
rds = tag_a_day.services.rds:RDSTagHandler
s3 = tag_a_day.services.s3:S3TagHandler