-
Updated
Oct 17, 2021 - Python
ASGI
ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
Here are 206 public repositories matching this topic...
-
Updated
Oct 18, 2021 - Python
-
Updated
Oct 8, 2021 - Python
-
Updated
Oct 18, 2021 - Python
-
Updated
Sep 26, 2021 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Oct 12, 2021 - Python
Should add a section to the docs for third-party examples and guides using Mangum
Piccolo uses dataclasses extensively, all over the code base.
It's worth investigating if any noticeable performance improvement can be achieved by using Pydantic models instead.
-
Updated
Mar 14, 2020 - Python
-
Updated
Oct 8, 2021 - Python
-
Updated
Oct 17, 2021 - Python
-
Updated
Sep 27, 2021 - Python
-
Updated
Sep 4, 2021 - Python
-
Updated
Sep 22, 2021 - Python
-
Updated
Sep 16, 2021 - Python
-
Updated
Oct 16, 2021 - Python
-
Updated
Sep 23, 2021 - Python
-
Updated
Jun 1, 2021 - Python
As we are going to implement theming support in BitcartCC store, see bitcartcc/bitcart-store#319, we need to extend the API to allow storing css url.
CSS url for the theme is just an url which will be loaded by the frontend.
Ideally in the future we will allow to host css right on the server and use a permanent link to server storage, for that #161 and file storage support should be implemented
-
Updated
Oct 8, 2021 - Python
Hello, I wanted to try out this package but I can't install the extra dependency
debug-server.pip install strawberry-graphqlis successful, butpip install strawberry-graphql[debug-server]is not.Environment