Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML configuration file support #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kpinc
Copy link

@kpinc kpinc commented Apr 21, 2024

The sample YAML config files do not have %(here)s, or any other
interpolation.  (The plaster-yaml interpolation code is broken,
and, in any case, should probably be removed and replaced with
template substitution.)

The %(here)s are removed from testing.ini, in favor of a relative path.

This is the version that does not need the plaster.Loader.get_settings() 
"raw" parameter patch.

    The sample YAML config files do not have %(here)s, or any other
    interpolation.  (The plaster-yaml interpolation code is broken,
    and, in any case, should probably be removed and replaced with
    template substitution.)

    The %(here)s are removed from testing.ini, in favor of a relative path.

    At the time of this writing the plaster-yaml package must be the
    HEAD of the "main" branch.  It contains a bug fix that has not
    been released.  The plan is to not submit these changes as a PR
    until there is a new plaster-yaml release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant