Metadata-Version: 2.1
Name: awsjavakit-cfn-rules
Version: 0.0.1
Summary: My CFN rules
Author: Orestis Gkorgkas
Author-email: orestis.gorgas@gmail.com
Requires-Python: >=3.10.15,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: attrs (==24.2.0)
Requires-Dist: cfn-lint (==1.21.0)
Requires-Dist: flake8 (==7.1.1)
Description-Content-Type: text/markdown

# Some custom Cloud Formation rules

### Run the rules on sample template files:

    1. make .venv
    2. make local-install (installs the module in the .venv)
    3. make cfn-lint (runs cfn-lint from the .venv)

Currently there is only one rule (tags_rule) that runs on a sample template file.
