Pyramid uses plaster to load files and hasn't depended on ini directly since 2017. See https://docs.pylonsproject.org/projects/pyramid/en/1.9-branch/whatsnew-1.9.html#major-feature-additions. Granted all tutorials etc still use plaster_pastedeploy as the primary connector, but anyone is free to replace it with their own binding to any format they wish.
On Thu, Apr 4, 2019 at 1:12 PM Chris Withers <[email protected]> wrote: > Hey Guys, > > I wanted to let Pyramid-y people know about a library I finally got > documented and released: > > https://configurator.readthedocs.io/en/latest/ > > Partly because you're some of the best software engineers I know, and > I'd really value your feedback. > > Partly because I wonder if Pyramid could make use of configurator (I > know, the name class is unfortunate...) for building the config object, > rather than being locked to .ini-ness? > > Anyway, any feedback very gratefully received. > > cheers, > > Chris > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/d443543f-ef3e-c810-992e-d4bd113a32ea%40withers.org > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwHzg-oLLDM80XiTzXa4a7xduDfe1%2BJg8yp9Rxmo5Pmc9g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
