Re: [pylons-devel] Announcing Montague: replace INI with YAML, JSON, etc

2015-07-03 Thread Jon Rosebaugh
On 7/2/15 6:35 PM, Mike Orr wrote: I found an issue with TOML files. It says you can't have a dot in a key name, but some consumers look for dotted keys (pyramid.reload_templates, debugtoolbar.enabled). Can those settings not be used without postprocessing the settings? Dots are prohibited in

Re: [pylons-devel] Announcing Montague: replace INI with YAML, JSON, etc

2015-06-28 Thread Jon Rosebaugh
On 6/28/15 3:39 AM, Domen Kožar wrote: ConfigParser does allow file inheritance, but sadly PasteDeploy never used the feature: https://docs.python.org/2/library/configparser.html#ConfigParser.RawConfigParser.read Logging configuration isn't actually done with PasteDeploy; logging.config

[pylons-devel] Announcing Montague: replace INI with YAML, JSON, etc

2015-06-27 Thread Jon Rosebaugh
Around last December, I got annoyed with the way PasteDeploy combines the INI file parsing with the WSGI object loading. INI files are awfully clumsy and there are many alternatives that offer features such as lists and nested dicts, but as long as WSGI object loading was done through

Re: [pylons-devel] wsgi server of choice?

2015-09-24 Thread Jon Rosebaugh
I generally set up with nginx (as ssl terminator, etc) reverse-proxying to gunicorn. Waitress would work just as well as gunicorn for quite a lot of deployments. On Thu, Sep 24, 2015, at 12:25 PM, Chris Withers wrote: > Hi All, > > What's the recommended wsgi server for Pyramid apps nowadays? >

Re: [pylons-devel] PasteDeploy in the Pylons GitHub org?

2016-03-09 Thread Jon Rosebaugh
On 3/9/16 12:29 PM, Karl O. Pinc wrote: On Wed, 9 Mar 2016 03:18:49 -0600 "Karl O. Pinc" wrote: On Tue, 8 Mar 2016 20:26:36 -0800 Mike Orr wrote: On Tue, Mar 8, 2016 at 4:22 PM, Michael Merickel wrote: I think with the advent of