Metadata-Version: 2.4
Name: infracanvas
Version: 0.1.0
Summary: Interactive Terraform architecture diagrams with security findings, drift detection, and cost estimates
Project-URL: Homepage, https://infracanvas.dev
Project-URL: Repository, https://github.com/infracanvas/infracanvas
Project-URL: Documentation, https://docs.infracanvas.dev
Project-URL: Bug Tracker, https://github.com/infracanvas/infracanvas/issues
License: MIT
Keywords: architecture,devops,infrastructure,security,terraform
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.12
Requires-Dist: click<8.2,>=8.1.0
Requires-Dist: networkx==3.3
Requires-Dist: pydantic==2.7.1
Requires-Dist: python-hcl2==4.3.4
Requires-Dist: pyyaml==6.0.1
Requires-Dist: rich==13.7.1
Requires-Dist: typer==0.12.3
Requires-Dist: watchdog==4.0.1
Provides-Extra: flowmap
Requires-Dist: azure-identity<2,>=1.20; extra == 'flowmap'
Requires-Dist: azure-mgmt-network<31,>=28; extra == 'flowmap'
Requires-Dist: azure-mgmt-resource<26,>=23; extra == 'flowmap'
Requires-Dist: boto3-stubs[directconnect,ec2,rds,s3]>=1.40; extra == 'flowmap'
Requires-Dist: boto3<2,>=1.40; extra == 'flowmap'
Provides-Extra: shadow
Requires-Dist: boto3-stubs[ec2,rds,s3]>=1.34; extra == 'shadow'
Requires-Dist: boto3>=1.34; extra == 'shadow'
Provides-Extra: test
Requires-Dist: moto<6,>=5.1; extra == 'test'
Requires-Dist: placebo>=0.10; extra == 'test'
Requires-Dist: pytest-cov<8,>=5; extra == 'test'
Description-Content-Type: text/markdown

# InfraCanvas CLI

Parse Terraform code and generate annotated resource graphs with security findings.
