Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Mako <http://www.makotemplates.org/>
_ bindings for PyramidThese are bindings for the Mako templating system <https://www.makotemplates.org/>
_ for the Pyramid <https://trypyramid.com/>
_ web framework.
Documentation for pyramid_mako <https://docs.pylonsproject.org/projects/pyramid-mako/en/latest/>
_.
Add support for Python 3.5, 3.6, 3.7.
Require mako >= 1.1.0
.
Add a config option for preprocessor_wants_settings
. If set to true
,
the preprocessor
will be wrapped in a function that invokes the
preprocessor with pyramid's config settings as the second argument.
pyramid.reload_templates
using
mako.reload_templates
.nose-selecttests
.Add a new Configurator directive, config.add_mako_renderer
which
can be used to add a new mako renderer for a given extension. This
directive accepts an optional settings_prefix
to load settings and
configuration differently per-renderer as well.
Removed the private APIs, IMakoLookup
, MakoRendererFactoryHelper
,
and renderer_factory
. See the new config.add_mako_renderer
API
for updating offending code.
Remove dependency on pyramid.interfaces.ITemplateRenderer
from
Pyramid 1.5.
FAQs
Mako template bindings for the Pyramid web framework
We found that pyramid-mako demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.