aiohttp
Here are 718 public repositories matching this topic...
-
Updated
May 7, 2021 - Python
-
Updated
May 7, 2021 - Python
-
Updated
Apr 27, 2021 - Python
-
Updated
May 1, 2021 - Python
-
Updated
Mar 13, 2021 - Python
-
Updated
Apr 20, 2021 - Vue
Should be easy to do and good exercise. Would be cool to have some sort of social auth via github/twitter/google integration.
Some examples:
https://github.com/skftn/flask-pastebin
https://github.com/mitsuhiko/flask-pastebin
-
Updated
Nov 30, 2018 - Python
-
Updated
May 5, 2021 - Python
-
Updated
Aug 27, 2019 - Python
-
Updated
May 9, 2021 - Python
In docs/customization.py (https://github.com/brettcannon/gidgethub/blob/bdd98606438a311e2d16189222c381b0eda4547e/docs/customization.py#L2), we use PyClassmember, which is being deprecated and will be removed in Sphinx 4.0.
It would be great to address that.
Additionally, Sphinx 2.1 supports async and await keywords: https://github.com/sphinx-doc/sphinx/pull/6295/files
Pickled pure Python MultiDicts should be unpickled as Cythonized if unpicker is executed on machine with Cython support.
And vise versa.
Refactor test suite
-
Updated
Apr 7, 2021 - Python
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
-
Updated
Feb 21, 2021 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
May 1, 2021 - Python
Improve this page
Add a description, image, and links to the aiohttp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aiohttp topic, visit your repo's landing page and select "manage topics."
I noticed that the sphinx docs use a non-scalable png file as a logo. It needs to be changed.
Use https://github.c