{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"Troposphere is a Python library that generates AWS CloudFormation templates by writing Python code instead of hand-crafting JSON or YAML, with built-in property and type validation to catch errors early.","skillfed_tags":["infrastructure-as-code","aws-cloudformation","template-generation"],"use_cases":["Generate CloudFormation templates programmatically for repeatable infrastructure deployments across environments","Catch CloudFormation configuration errors at development time through property and type validation","Build infrastructure templates using Python control flow, functions, and version control-friendly code","Convert between CloudFormation JSON and YAML formats during template generation and deployment","Define reusable infrastructure components as Python classes and functions for consistent resource patterns"],"what_it_does":"Troposphere lets you write AWS CloudFormation templates as Python code instead of JSON or YAML. You define AWS resources using Python classes, set their properties, and the library generates valid CloudFormation JSON or YAML output. The library validates resource properties and types as you build the template, catching configuration errors before deployment rather than during stack creation.\n\nIt's designed for teams that prefer programmatic infrastructure definition and want type safety and early error detection. The library includes support for AWS resources and basic OpenStack Heat resources. A single optional dependency (cfn_flip) handles output format conversion.","worth_installing":"Yes. Troposphere is actively maintained, has no known vulnerabilities, installs with minimal friction, and solves a real problem for teams managing AWS infrastructure as code. The permissive license and broad Python version support (3.8+) make it low-risk to adopt. Install it if you prefer writing infrastructure in Python over hand-editing CloudFormation templates."},"id":"troposphere","links":{"html":"https://skillfed.io/packages/troposphere","md":"https://skillfed.io/packages/troposphere.md","pypi":"https://pypi.org/project/troposphere/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-16","license_spdx":null,"license_treatment":"permissive","name":"troposphere","python_support":"supports_current","summary":"AWS CloudFormation creation library"},"popularity":{"monthly_downloads":1281350,"position":4116,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.10.2"}
