-
Updated
Jun 11, 2022 - 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 233 public repositories matching this topic...
We only have documentation for schema directives, we should document query directives, here's an example of how they work: https://github.com/strawberry-graphql/strawberry/blob/main/tests/schema/test_directives.py
-
Updated
Jun 9, 2022 - Python
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
Jun 10, 2022 - Python
Should add a section to the docs for third-party examples and guides using Mangum
-
Updated
May 22, 2022 - Python
It would be nice if there was a new clause which can be added to queries called callback.
For example:
def callback_handler(success, value):
if success:
print(f'The query was successful and returned {value}')
else:
print("The query failed")
Band.select().callback(callback_handler).run_sync()The callback could be a function or coroutine, wh
-
Updated
May 23, 2022 - Python
Starlette's ASGI types use MutableMapping[str, Any] which is not too different from just typing them dict. This package is fully spec compliant and would help in implementing additional ASGI functionality, as it would allow us to see exactly which keys are available/required to support a feature. There is currently a PR for Starlette that addres
Checklist
- There are no similar issues or pull requests for this yet.
Is your feature related to a problem? Please describe.
No response
Describe the solution you would like.
eg how FastAPI-Admin can specify tabler icons https://tablericons.com/
Describe alternatives you considered
No response
Additional context
No response
-
Updated
Jun 9, 2022 - Python
-
Updated
Mar 14, 2020 - Python
-
Updated
May 30, 2022 - Python
-
Updated
Feb 22, 2022 - Python
-
Updated
May 6, 2022 - Python
-
Updated
Jun 13, 2022 - Python
-
Updated
May 27, 2022 - Python
-
Updated
Apr 23, 2022 - Python
Would you like to contribute to BitcartCC on a regular basis in a team of people, discussing the best ways of implementation and learning something new?
You can join the BitcartCC team!
We are a team of volunteers maintaining this project in our free time.
I will guide you through project setup and answer all the questions to help you onboard
The project uses many different technologies so y


Sometimes it might be handy to easily get a header's value as
int, where validation errors would automatically result in an HTTP 400, along the lines ofreq.get_header_as_datetime& [req.get_param_as_int](https://falcon.readthedocs.io/en/stable/api/request_and_response_wsgi.ht