plaster icon indicating copy to clipboard operation
plaster copied to clipboard

Application config settings abstraction layer.

Results 6 plaster issues
Sort by recently updated
recently updated
newest added

Hi, This makes it possible to copy configurations and avoid multiple interpolations, or interpolation errors. In a pyramid-cookiecutter-starter patch I pull out configuration from a yaml file and load it...

We should talk about creating a new file format around yaml and / or toml, possibly with some jinja2 templating to support macros and environment variables. The most useful thing...

enhancement
help wanted

FYI. Unless the flake8-bugbear PR #35 is applied before this PR, I expect that the lint problems PR #35 fixes will exist and the linting will fail.

flake8-bugbear declares: `B017 'assertRaises(Exception)' and 'pytest.raises(Exception)' should be considered evil.` This eliminates the complaint. --- Again, it is unclear what the best match re is, or the more specific exception...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

- https://github.com/benoitc/gunicorn/issues/1506 - https://github.com/unbit/uwsgi/blob/38c6e62930171b7e28784cce0f88fadbd3474b06/plugins/python/pyloader.c#L677

help wanted