All Projects → Aioauth → Similar Projects or Alternatives

860 Open source projects that are alternatives of or similar to Aioauth

trellio
Python3 asyncio based microframework for microservice architecture
Stars: ✭ 19 (-81.37%)
Mutual labels:  aiohttp, asyncio
website
PySlackers website for invites and learning resources
Stars: ✭ 61 (-40.2%)
Mutual labels:  aiohttp, asyncio
feedsearch-crawler
Crawl sites for RSS, Atom, and JSON feeds.
Stars: ✭ 23 (-77.45%)
Mutual labels:  aiohttp, asyncio
Aiohttp admin
admin interface for aiohttp application http://aiohttp-admin.readthedocs.io
Stars: ✭ 207 (+102.94%)
Mutual labels:  asyncio, aiohttp
Raven Aiohttp
An aiohttp transport for raven-python
Stars: ✭ 92 (-9.8%)
Mutual labels:  asyncio, aiohttp
aioScrapy
基于asyncio与aiohttp的异步协程爬虫框架 欢迎Star
Stars: ✭ 34 (-66.67%)
Mutual labels:  aiohttp, asyncio
Python Dependency Injector
Dependency injection framework for Python
Stars: ✭ 1,203 (+1079.41%)
Mutual labels:  asyncio, aiohttp
stream video server
demonstrates how to create video streaming server with the help of aiohttp and opencv
Stars: ✭ 15 (-85.29%)
Mutual labels:  aiohttp, asyncio
Web Main
🎉 Ultimate Emoji Generator
Stars: ✭ 261 (+155.88%)
Mutual labels:  asyncio, aiohttp
Diy Async Web Framework
Learn how modern async web frameworks work, by writing simple clone from scratch
Stars: ✭ 309 (+202.94%)
Mutual labels:  asyncio, aiohttp
Fooproxy
稳健高效的评分制-针对性- IP代理池 + API服务,可以自己插入采集器进行代理IP的爬取,针对你的爬虫的一个或多个目标网站分别生成有效的IP代理数据库,支持MongoDB 4.0 使用 Python3.7(Scored IP proxy pool ,customise proxy data crawler can be added anytime)
Stars: ✭ 195 (+91.18%)
Mutual labels:  asyncio, aiohttp
Heroku Aiohttp Web
A project starter template for deploying an aiohttp app to Heroku
Stars: ✭ 14 (-86.27%)
Mutual labels:  asyncio, aiohttp
Aiohttp Security
auth and permissions for aiohttp
Stars: ✭ 195 (+91.18%)
Mutual labels:  asyncio, aiohttp
Tokio
Asyncio event loop written in Rust language
Stars: ✭ 236 (+131.37%)
Mutual labels:  asyncio, aiohttp
Create Aio App
The boilerplate for aiohttp. Quick setup for your asynchronous web service.
Stars: ✭ 207 (+102.94%)
Mutual labels:  asyncio, aiohttp
tomodachi
💻 Microservice library / framework using Python's asyncio event loop with full support for HTTP + WebSockets, AWS SNS+SQS, RabbitMQ / AMQP, middleware, etc. Extendable for GraphQL, protobuf, gRPC, among other technologies.
Stars: ✭ 170 (+66.67%)
Mutual labels:  aiohttp, asyncio
netunnel
A tool to create network tunnels over HTTP/S written in Python 3
Stars: ✭ 19 (-81.37%)
Mutual labels:  aiohttp, asyncio
fbemissary
A bot framework for the Facebook Messenger platform, built on asyncio and aiohttp
Stars: ✭ 30 (-70.59%)
Mutual labels:  aiohttp, asyncio
yutto
🧊 一个可爱且任性的 B 站视频下载器(bilili V2)
Stars: ✭ 383 (+275.49%)
Mutual labels:  aiohttp, asyncio
aiohttp-socks
Proxy (HTTP, SOCKS) connector for aiohttp
Stars: ✭ 147 (+44.12%)
Mutual labels:  aiohttp, asyncio
aiohttp traversal
Traversal based router for aiohttp.web
Stars: ✭ 21 (-79.41%)
Mutual labels:  aiohttp, asyncio
Python Slack Sdk
Slack Developer Kit for Python
Stars: ✭ 3,307 (+3142.16%)
Mutual labels:  asyncio, aiohttp
Python3 Concurrency Pics 02
爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
Stars: ✭ 275 (+169.61%)
Mutual labels:  asyncio, aiohttp
Aioslacker
slacker wrapper for asyncio
Stars: ✭ 23 (-77.45%)
Mutual labels:  asyncio, aiohttp
V3n0m Scanner
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
Stars: ✭ 847 (+730.39%)
Mutual labels:  asyncio, aiohttp
Bolt Python
A framework to build Slack apps using Python
Stars: ✭ 190 (+86.27%)
Mutual labels:  asyncio, aiohttp
Ruia
Async Python 3.6+ web scraping micro-framework based on asyncio
Stars: ✭ 1,366 (+1239.22%)
Mutual labels:  asyncio, aiohttp
Aiohttp Debugtoolbar
aiohttp_debugtoolbar is library for debugtoolbar support for aiohttp
Stars: ✭ 183 (+79.41%)
Mutual labels:  asyncio, aiohttp
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (+98.04%)
Mutual labels:  asyncio, aiohttp
Aiohttp Jinja2
jinja2 template renderer for aiohttp.web
Stars: ✭ 180 (+76.47%)
Mutual labels:  asyncio, aiohttp
Arsenic
Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Stars: ✭ 209 (+104.9%)
Mutual labels:  asyncio, aiohttp
Python Mocket
a socket mock framework - for all kinds of socket animals, web-clients included
Stars: ✭ 209 (+104.9%)
Mutual labels:  asyncio, aiohttp
aioneo4j
asyncio client for neo4j
Stars: ✭ 29 (-71.57%)
Mutual labels:  aiohttp, asyncio
Owllook
owllook-小说搜索引擎
Stars: ✭ 2,163 (+2020.59%)
Mutual labels:  asyncio, aiohttp
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (-51.96%)
Mutual labels:  aiohttp, asyncio
python-logi-circle
Python 3.6+ API for Logi Circle cameras
Stars: ✭ 23 (-77.45%)
Mutual labels:  aiohttp, asyncio
fastapi-azure-auth
Easy and secure implementation of Azure AD for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.
Stars: ✭ 174 (+70.59%)
Mutual labels:  oauth2, asyncio
pytest-aiohttp
pytest plugin for aiohttp support
Stars: ✭ 110 (+7.84%)
Mutual labels:  aiohttp, asyncio
pyladies-courseware
Homework/task submit and review web app · based on React and Python aiohttp
Stars: ✭ 14 (-86.27%)
Mutual labels:  aiohttp, asyncio
aiohttp-mako
mako template renderer for aiohttp.web
Stars: ✭ 32 (-68.63%)
Mutual labels:  aiohttp, asyncio
glQiwiApi
The ultrarapid and multifunctional wrapper over QIWI and YooMoney
Stars: ✭ 44 (-56.86%)
Mutual labels:  aiohttp, asyncio
Aiohttp Cors
CORS support for aiohttp
Stars: ✭ 173 (+69.61%)
Mutual labels:  asyncio, aiohttp
rigor
HTTP-based DSL for for validating RESTful APIs
Stars: ✭ 65 (-36.27%)
Mutual labels:  aiohttp, asyncio
aiodogstatsd
An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension
Stars: ✭ 26 (-74.51%)
Mutual labels:  aiohttp, asyncio
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (-78.43%)
Mutual labels:  aiohttp, asyncio
waio
Is a pretty simple and fully asynchronous framework for WhatsApp Business API written in Python 3.7 with asyncio and aiohttp.
Stars: ✭ 18 (-82.35%)
Mutual labels:  aiohttp, asyncio
Aiodocker
Python Docker API client based on asyncio and aiohttp
Stars: ✭ 288 (+182.35%)
Mutual labels:  asyncio, aiohttp
Aioresponses
Aioresponses is a helper for mock/fake web requests in python aiohttp package.
Stars: ✭ 278 (+172.55%)
Mutual labels:  asyncio, aiohttp
Sanic Ms
基于sanic的微服务基础架构
Stars: ✭ 336 (+229.41%)
Mutual labels:  asyncio, aiohttp
aiohttp-jwt
aiohttp middleware and helper utils for working with JSON web token.
Stars: ✭ 70 (-31.37%)
Mutual labels:  aiohttp, asyncio
Aiomixcloud
Mixcloud API wrapper for Python and Async IO
Stars: ✭ 23 (-77.45%)
Mutual labels:  asyncio, aiohttp
Aiobotocore
asyncio support for botocore library using aiohttp
Stars: ✭ 630 (+517.65%)
Mutual labels:  asyncio, aiohttp
Pyfailsafe
Simple failure handling. Failsafe implementation in Python
Stars: ✭ 70 (-31.37%)
Mutual labels:  asyncio, aiohttp
Aiohttp Demos
Demos for aiohttp project
Stars: ✭ 517 (+406.86%)
Mutual labels:  asyncio, aiohttp
Linkedin Learning Downloader
Linkedin Learning videos downloader
Stars: ✭ 171 (+67.65%)
Mutual labels:  asyncio, aiohttp
Aiohttp Apispec
Build and document REST APIs with aiohttp and apispec
Stars: ✭ 172 (+68.63%)
Mutual labels:  asyncio, aiohttp
dvhb-hybrid
A package to mix django and asyncio in one application
Stars: ✭ 45 (-55.88%)
Mutual labels:  aiohttp, asyncio
Aiojobs
Jobs scheduler for managing background task (asyncio)
Stars: ✭ 492 (+382.35%)
Mutual labels:  asyncio, aiohttp
Rocketgram
Modern and powerful asynchronous telegram bot framework.
Stars: ✭ 37 (-63.73%)
Mutual labels:  asyncio, aiohttp
Rororo
Implement aiohttp.web OpenAPI 3 server applications with schema first approach.
Stars: ✭ 95 (-6.86%)
Mutual labels:  asyncio, aiohttp
1-60 of 860 similar projects