{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content"}],"enrichment":{"capability":"Integrates the Mako templating engine with the Pyramid web framework, enabling server-side template rendering for dynamic web content.","skillfed_tags":["pyramid-integration","template-rendering"],"use_cases":["Render HTML templates in a Pyramid web application using Mako's template syntax and features.","Configure template search paths and rendering options through Pyramid's declarative configuration system.","Add custom Mako renderers for different file extensions using the add_mako_renderer directive.","Enable template reloading during development and preprocessor hooks for template customization.","Integrate Mako templating into existing Pyramid projects that need server-side rendering."],"what_it_does":"pyramid_mako is a bridge between the Pyramid web framework and the Mako templating system. It registers Mako as a template renderer within Pyramid's configuration system, allowing developers to write server-side templates using Mako's syntax and features. The package handles template lookup, caching, and integration with Pyramid's settings and configuration directives.\n\nWhen you include pyramid_mako in a Pyramid application, it becomes possible to render templates by name from your view functions, with support for caller-relative template lookup, preprocessor hooks, and configuration options like reload_templates and future_imports. The binding is lightweight and relies on two runtime dependencies: pyramid and Mako.","worth_installing":"Yes, if you are building a Pyramid application and prefer Mako as your templating engine. The package is stable, permissively licensed, has low install friction, and remains actively maintained. The 2019 release reflects maturity rather than abandonment; recent commits confirm ongoing support. Install only if Pyramid and Mako fit your project's architecture."},"id":"pyramid-mako","links":{"html":"https://skillfed.io/packages/pyramid-mako","md":"https://skillfed.io/packages/pyramid-mako.md","pypi":"https://pypi.org/project/pyramid-mako/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2019-08-18","license_spdx":null,"license_treatment":"permissive","name":"pyramid-mako","python_support":"unspecified","summary":"Mako template bindings for the Pyramid web framework"},"popularity":{"monthly_downloads":2005077,"position":3368,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
