All Projects → waiter → Similar Projects or Alternatives

574 Open source projects that are alternatives of or similar to waiter

Backoff
Python library providing function decorators for configurable backoff and retry
Stars: ✭ 1,670 (+9723.53%)
Mutual labels:  asyncio, retry, backoff, exponential
Retry
A simple, stateless, functional mechanism to perform actions repetitively until successful.
Stars: ✭ 406 (+2288.24%)
Mutual labels:  delay, incremental, retry
Failsafe
Fault tolerance and resilience patterns for the JVM
Stars: ✭ 3,541 (+20729.41%)
Mutual labels:  timeout, retry
Resty
Simple HTTP and REST client library for Go
Stars: ✭ 5,368 (+31476.47%)
Mutual labels:  retry, backoff
sleepover
💤 Sleep, snooze & step methods
Stars: ✭ 13 (-23.53%)
Mutual labels:  delay, sleep
retries
Forget about your retry boilerplate
Stars: ✭ 14 (-17.65%)
Mutual labels:  retry, wait
Elixirretry
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
Stars: ✭ 314 (+1747.06%)
Mutual labels:  delay, retry
Riprova
Versatile async-friendly library to retry failed operations with configurable backoff strategies
Stars: ✭ 106 (+523.53%)
Mutual labels:  asyncio, retry
awsretry
Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
Stars: ✭ 42 (+147.06%)
Mutual labels:  retry, backoff
php-backoff
Simple back off / retry functionality
Stars: ✭ 24 (+41.18%)
Mutual labels:  retry, backoff
backoff
PHP library providing retry functionality with multiple backoff strategies and jitter support
Stars: ✭ 132 (+676.47%)
Mutual labels:  retry, backoff
mitm
👨🏼‍💻 ‎‎‎‏‏ A customizable man-in-the-middle TCP proxy.
Stars: ✭ 44 (+158.82%)
Mutual labels:  asyncio
perseverance
Make your functions 💪 resilient and 🚥 fail-fast to 💩 failures or ⌚ delays
Stars: ✭ 12 (-29.41%)
Mutual labels:  retry
aiolimiter
An efficient implementation of a rate limiter for asyncio.
Stars: ✭ 121 (+611.76%)
Mutual labels:  asyncio
automate-home
Yet another python home automation (iot) project. Because a smart light is more than just on or off.
Stars: ✭ 59 (+247.06%)
Mutual labels:  asyncio
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (+29.41%)
Mutual labels:  asyncio
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (+11.76%)
Mutual labels:  asyncio
aiodogstatsd
An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension
Stars: ✭ 26 (+52.94%)
Mutual labels:  asyncio
sanic-url-shortener
Example of how to use Sanic and asyncpg (PostgreSQL)
Stars: ✭ 16 (-5.88%)
Mutual labels:  asyncio
PepperBot
An intuitive multi-platform bot framework, write once, run everywhere. 一个符合直觉的跨社交平台机器人框架,轻松地在平台间传递消息,支持QQ、微信
Stars: ✭ 21 (+23.53%)
Mutual labels:  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 (+5.88%)
Mutual labels:  asyncio
aiohttp-jwt
aiohttp middleware and helper utils for working with JSON web token.
Stars: ✭ 70 (+311.76%)
Mutual labels:  asyncio
Pyot
AsyncIO based high-level Python Riot Games API framework which encourages rapid development and clean, pragmatic design.
Stars: ✭ 56 (+229.41%)
Mutual labels:  asyncio
aiohttp traversal
Traversal based router for aiohttp.web
Stars: ✭ 21 (+23.53%)
Mutual labels:  asyncio
deeppyer
Image deepfryer written in Python.
Stars: ✭ 36 (+111.76%)
Mutual labels:  asyncio
resilience4clj-circuitbreaker
Resilience4Clj circuit breaker lets you decorate a function call (usually with a potential of external failure) with a safety mechanism to interrupt the propagation of failures.
Stars: ✭ 40 (+135.29%)
Mutual labels:  retry
rigor
HTTP-based DSL for for validating RESTful APIs
Stars: ✭ 65 (+282.35%)
Mutual labels:  asyncio
ALT
Non-contact real-time heartbeats and respiration monitoring using Artificial Light Texture (ALT).
Stars: ✭ 41 (+141.18%)
Mutual labels:  sleep
AggressorScripts
A collection of Cobalt Strike aggressor scripts
Stars: ✭ 18 (+5.88%)
Mutual labels:  sleep
p3ui
C++ & Python User Interface Library
Stars: ✭ 21 (+23.53%)
Mutual labels:  asyncio
aiosqlite3
sqlite3 on asyncio use loop.run_in_executor proxy
Stars: ✭ 21 (+23.53%)
Mutual labels:  asyncio
chai
Don't let your Mac fall asleep, like a sir
Stars: ✭ 54 (+217.65%)
Mutual labels:  sleep
fastapi-boilerplate
FastAPI boilerplate for real world production
Stars: ✭ 145 (+752.94%)
Mutual labels:  asyncio
simple-matrix-bot-lib
An easy to use bot library for the Matrix ecosystem written in Python. https://matrix.to/#/#simplematrixbotlib:matrix.org
Stars: ✭ 27 (+58.82%)
Mutual labels:  asyncio
Lumos
😴 Smart Lighting for Better Sleep
Stars: ✭ 98 (+476.47%)
Mutual labels:  sleep
hypercorn-fastapi-docker
Docker image with Hypercorn for FastAPI apps in Python 3.7, 3.8, 3.9. Ready for HTTP2 and HTTPS
Stars: ✭ 18 (+5.88%)
Mutual labels:  asyncio
toyhttpd
I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 和 Java NIO 实现了简单的 HTTP Server
Stars: ✭ 43 (+152.94%)
Mutual labels:  poll
zero
Zero: A simple, fast, high performance and low latency Python framework (RPC + PubSub) for building microservices or distributed servers
Stars: ✭ 296 (+1641.18%)
Mutual labels:  asyncio
tally
🙋‍♀️Social voting app
Stars: ✭ 58 (+241.18%)
Mutual labels:  poll
fastapi-sqlalchemy-1.4-async
https://rogulski.it/blog/sqlalchemy-14-async-orm-with-fastapi/
Stars: ✭ 17 (+0%)
Mutual labels:  asyncio
java-retrying
java retry module, based on guava-retrying, support sync/async retry
Stars: ✭ 19 (+11.76%)
Mutual labels:  retry
Clickopolis
🏭 An incremental empire management game.
Stars: ✭ 15 (-11.76%)
Mutual labels:  incremental
virtnbdbackup
Backup utiliy for Libvirt / qemu / kvm supporting incremental and differencial backups.
Stars: ✭ 62 (+264.71%)
Mutual labels:  incremental
python-libmaas
Official python client library for MAAS
Stars: ✭ 45 (+164.71%)
Mutual labels:  asyncio
caligo
SelfBot for Telegram
Stars: ✭ 34 (+100%)
Mutual labels:  asyncio
pscale-workflow-helper-scripts
Workflows and helper scripts around the PlanetScale DB workflow to automate database branch creation, association, update and merge directly out of your pull/merge request or favourite CI/CD.
Stars: ✭ 42 (+147.06%)
Mutual labels:  wait
raid-sleep
Power down RAID disks after a specified timeout
Stars: ✭ 32 (+88.24%)
Mutual labels:  sleep
pomp
Screen scraping and web crawling framework
Stars: ✭ 61 (+258.82%)
Mutual labels:  asyncio
poll
Erstellt und verwaltet Umfragen in REDAXO 5, bei Bedarf mit E-Mailbestätigung.
Stars: ✭ 32 (+88.24%)
Mutual labels:  poll
aiorabbit
An AsyncIO RabbitMQ client for Python 3
Stars: ✭ 18 (+5.88%)
Mutual labels:  asyncio
dvhb-hybrid
A package to mix django and asyncio in one application
Stars: ✭ 45 (+164.71%)
Mutual labels:  asyncio
re-retrying
A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.
Stars: ✭ 36 (+111.76%)
Mutual labels:  retry
streamdelay
A delay + dump button for live streams, allowing screening and redaction of explict content.
Stars: ✭ 31 (+82.35%)
Mutual labels:  delay
aiohttp-socks
Proxy (HTTP, SOCKS) connector for aiohttp
Stars: ✭ 147 (+764.71%)
Mutual labels:  asyncio
findssh
Asyncio concurrent Python finds SSH servers (or other services with open ports) on an IPv4 subnet, WITHOUT NMAP
Stars: ✭ 36 (+111.76%)
Mutual labels:  asyncio
i2plib
🐍 i2plib: A modern asynchronous library for building I2P applications
Stars: ✭ 23 (+35.29%)
Mutual labels:  asyncio
python-insteonplm
Python 3 asyncio module for interfacing with Insteon Powerline modems
Stars: ✭ 34 (+100%)
Mutual labels:  asyncio
aioimaplib
Python asyncio IMAP4rev1 client library
Stars: ✭ 77 (+352.94%)
Mutual labels:  asyncio
go-simple-mail
Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
Stars: ✭ 298 (+1652.94%)
Mutual labels:  timeout
aiounittest
Test python asyncio-based code with ease.
Stars: ✭ 53 (+211.76%)
Mutual labels:  asyncio
1-60 of 574 similar projects