Skip to content
#

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...

ajhynes7
ajhynes7 commented Oct 11, 2021

Hello, I wanted to try out this package but I can't install the extra dependency debug-server.

pip install strawberry-graphql is successful, but pip install strawberry-graphql[debug-server] is not.

❯ pip install strawberry-graphql[debug-server]
zsh: no matches found: strawberry-graphql[debug-server]

Environment

  • Python version: 3.10.0 (installed with pyenv)
  • OS:
MrNaif2018
MrNaif2018 commented Oct 1, 2021

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