Will asgi become a PEP like wsgi is ?

2017-03-12 Thread Sebastian Haase
(sorry for cross-posting - post should like be here rather than in django-users) Hi, wsgi is specified by PEP 333 -- Python Web Server Gateway Interface v1.0 https://www.python.org/dev/peps/pep-0333/ Django channels rely on asgi instead. So far ASGI specs appear only here: http://channels.readt

SQLAlchemy integration - More details

2017-03-12 Thread stamatis . iliass
Hello. I would like to request a bit more information about the SQLAlchemy integration project listed on the GSoC ideas: https://code.djangoproject.com/wiki/SummerOfCode2017#SQLAlchemyNoSQLintegration Even though, I don't feel that I have the time to prepare a proper GSoC application (since it

Re: Will asgi become a PEP like wsgi is ?

2017-03-12 Thread Andrew Godwin
Hi Sebastian, The proposal is certainly written like a PEP, and that is somewhat on purpose, but the scope and need for it are still a bit up in the air. In particular, ASGI currently specifies two parts: - An interface for talking to channel-based message queues and a set of guarantees and non-