Re: [pylons-discuss] Re: Pyramid application as authentication and datas provider

2017-03-14 Thread Randall Leeds
I started an oauthlib integration a while back. It's not feature complete and it's light on documentation, but if there's interest I would love to see it grow. It is meant to make it easy to create an oauth provider. https://github.com/tilgovi/pyramid-oauthlib On Tue, Mar 14, 2017, 18:01 Jonathan

[pylons-discuss] Re: Hello world and Starter Pyramid on AWS

2017-03-14 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2017 07:52 PM, Michael Merickel wrote: > I have one small request and that would be to figure out why > zope.deprecation was causing you issues and add an update mentioning > that it's fixed for . I've just looked at the diff between zope.de

[pylons-discuss] Re: Pyramid application as authentication and datas provider

2017-03-14 Thread Jonathan Vanasco
We do the same thing. A few notes: * I run the authorization API as a standalone app/service, and also run the read/write APIs as a third service. Our services have hit the api with their endpoint in their path (ie /api/v1/app1 /api/v1/app2) so they can be partitioned out later if needed and

Re: [pylons-discuss] Pyramid build error

2017-03-14 Thread Steve Piercy
You are following documentation for an unsupported version of Pyramid. See that little red button in the corner, "> Read the latest version of this page"? Click it. You will have a much better experience. http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html --steve O

Re: [pylons-discuss] Pyramid build error

2017-03-14 Thread Bert JW Regeer
I would highly recommend also using a virtualenv in production for the same reason. Bert > On Mar 14, 2017, at 13:02, vacationjunkm...@gmail.com wrote: > > Thanks Bert > I will go the virtual environment way. I just wanted everything the same as > it would be in production. > > On Tuesday, M

Re: [pylons-discuss] Pyramid build error

2017-03-14 Thread vacationjunkmail
Thanks Bert I will go the virtual environment way. I just wanted everything the same as it would be in production. On Tuesday, March 14, 2017 at 1:55:19 PM UTC-4, Bert JW Regeer wrote: > > The version of waitress is not in-line with a version that supports the > listen attribute. > > Please see

[pylons-discuss] GSOC Application Help

2017-03-14 Thread Lekan Wahab
Hello, I'm attempting to apply to Pyramid for GSOC 2017. I've gone through the project ideas page at https://github.com/Pylons/pyramid/wiki/GSoC-2017 and I have a question about the SPA example project. The page says: "Create a new example project that demonstrates how to use Pyramid as a REST back

Re: [pylons-discuss] Pyramid build error

2017-03-14 Thread Bert JW Regeer
The version of waitress is not in-line with a version that supports the listen attribute. Please see http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.html for installing Pyramid and it’s dependenc

[pylons-discuss] Pyramid build error

2017-03-14 Thread vacationjunkmail
I am very new to Pyramid new as in I only heard of it a couple of days ago. I installed it using pip and was creating my first app. but I received the following error when I used the following command. pserve development.ini I am not sure what to do. Any help and thanks in advanced. I used th

Re: [pylons-discuss] Deform sequences - add in automatically or in 'batches' rather than one at a time

2017-03-14 Thread tonthon
Hi, Le 12/03/2017 à 18:47, ngoonee.t...@gmail.com a écrit : > So I'm using a sequence to allow the user to input qr code data (using > a scanner). There's a lot of variability in terms of exactly how many > rows I'll need (enough so I don't want to have a precursor page > specifying the number, as

[pylons-discuss] Pyramid application as authentication and datas provider

2017-03-14 Thread tonthon
Hi, We've got a Pyramid application providing many company management tools (CRM, invoice management, calendar ...). We'd like to develop an api to allow the other company web tools (wordpress website, nodejs based apps ...) to : - Authenticate against our Pyramid app; - Access datas (Read/Writ