micropython-aioschedule
Task scheduler
A task scheduler with asynchronous support and persistence for MicroPython-based devices
Task scheduler with persistence for MicroPython
8 stars
2 watching
4 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fizista/micropython-mcron | A time-based task scheduling library for Python on microcontrollers with hardware timers | 35 |
aio-libs/aiojobs | A library that provides a controlled way to manage and schedule background tasks in asynchronous applications | 856 |
fizista/micropython-scron | A simple time-based task scheduling program inspired by the well-known CRON program. | 9 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
dano/aioprocessing | A Python library that integrates asyncio with multiprocessing for concurrent task execution | 653 |
uditarora/paralleltweepy | Enables parallel Twitter data collection using multiple API keys to bypass rate limits. | 7 |
masoniteframework/scheduler | Provides a Python package to manage and execute scheduled tasks | 0 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,424 |
rajasimon/beatserver | Periodic task scheduler for Django channels | 142 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
joelittlejohn/t | A command-line todo list manager that focuses on simplicity and flexibility | 0 |
att-innovate/charmander-scheduler | A Mesos framework written in Go for scheduling and managing tasks | 9 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |