Asynchronous HTTP client/server framework for asyncio and Python
-
Updated
Sep 3, 2020 - Python
{{ message }}
Asynchronous HTTP client/server framework for asyncio and Python
Async Python 3.6+ web scraping micro-framework based on asyncio(Python3.6+异步爬虫框架)
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Dependency injection framework for Python
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
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
基于sanic的微服务基础架构
Python Docker API client based on asyncio and aiohttp
爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
Pickled pure Python MultiDicts should be unpickled as Cythonized if unpicker is executed on machine with Cython support.
And vise versa.
admin interface for aiohttp application http://aiohttp-admin.readthedocs.io
dev tools for aiohttp
Async WebDriver implementation for asyncio and asyncio-compatible frameworks
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
Add a description, image, and links to the aiohttp topic page so that developers can more easily learn about it.
To associate your repository with the aiohttp topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Related to a problem surfaced by @Shanoir on Gitter.
Describe the solution you'd like
I think that it would be a good idea for us to let users set the filename and content-type headers through the Part annotation. Maybe like so:
@multip