No plans, for YAML right now that I know of, no.
- C
I think YAML was brought up earlier as a configuration format, but it
hasn't been pursued.
YAML might be a superior format for PasteDeploy, in which case it
could replace the INI file, but Paste is a separate package from
Pyramid so the changes would have to be made there. And of course,
we'd have to define a YAML format and test it. Also, in the current
system, the same INI file can contain both Paste settings and Python
logging settings (and repoze.who settings, etc). Python logging can't
parse a YAML file directly.
--
Mike Orr <slugg...@gmail.com>
https://bitbucket.org/chrism/marco/src/tip/examples/sample.yaml
It does work, but to be honest, I'm not sure I want to maintain such a
thing. ;-) Maybe someone else could make something of it though...
- C
Not by me, I don't really have the bandwidth. But someone else is free
to pick it up and run.
- C
> --
> You received this message because you are subscribed to the Google Groups "pylons-devel" group.
> To post to this group, send email to pylons...@googlegroups.com.
> To unsubscribe from this group, send email to pylons-devel...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.
>
I'd like to see some ideas for modern alternatives to Paste. But it's
not high priority for me. Paste does what it needs to do.
Also, "Marco" to many of us means Pyramid. so if this
launcher-with-a-YAML format is to be called Marco, that'll need to be
distinguished. But I think the reason we left the name Marco (Polo)
was that an existing project was already using the name. (Ditto for
Pypes.)
--
Mike Orr <slugg...@gmail.com>
> > Not by me, I don't really have the bandwidth. But someone else is free
> > to pick it up and run.
>
> I'd like to see some ideas for modern alternatives to Paste. But it's
> not high priority for me. Paste does what it needs to do.
>
> Also, "Marco" to many of us means Pyramid. so if this
> launcher-with-a-YAML format is to be called Marco, that'll need to be
> distinguished. But I think the reason we left the name Marco (Polo)
> was that an existing project was already using the name. (Ditto for
> Pypes.)
Yes, if someone takes Marco and publishes a Paste replacement using its
code, please rename the result.
- C