taskshed


Nametaskshed JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryA high-performant, asynchronous and persistent scheduling library written in Python.
upload_time2025-07-25 22:18:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords scheduling scheduler tasks queue redis mysql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🏗️ Under Construction 


# TaskShed 🛖

`taskshed` is a performant, asynchronous task scheduling framework built with Python's `asyncio`. It allows you to schedule one-off or recurring (interval) coroutine tasks, with a modular architecture that separates execution, scheduling, and data storage.

---

## 🚀 Features

- ✅ Asynchronous execution and storage via `asyncio`.
- 📦 Schedule, update and remove multiple tasks in a single database transaction.
- 🙋‍♂️ Attach (indexable) groups to tasks, allowing for easy user-based management.
- ⏰ Supports both one-time (`date`) and recurring (`interval`) tasks.
- 🧱 Pluggable data stores (e.g. in-memory, MySQL and Redis)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "taskshed",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "scheduling, scheduler, tasks, queue, redis, mysql",
    "author": null,
    "author_email": "Jacob Strauss <jacob@meetchase.ai>",
    "download_url": "https://files.pythonhosted.org/packages/e3/5c/68845fa993f95353d9fa2e1d703ce030b209ede33e182f1c38191ac79e29/taskshed-0.5.0.tar.gz",
    "platform": null,
    "description": "# \ud83c\udfd7\ufe0f Under Construction \n\n\n# TaskShed \ud83d\uded6\n\n`taskshed` is a performant, asynchronous task scheduling framework built with Python's `asyncio`. It allows you to schedule one-off or recurring (interval) coroutine tasks, with a modular architecture that separates execution, scheduling, and data storage.\n\n---\n\n## \ud83d\ude80 Features\n\n- \u2705 Asynchronous execution and storage via `asyncio`.\n- \ud83d\udce6 Schedule, update and remove multiple tasks in a single database transaction.\n- \ud83d\ude4b\u200d\u2642\ufe0f Attach (indexable) groups to tasks, allowing for easy user-based management.\n- \u23f0 Supports both one-time (`date`) and recurring (`interval`) tasks.\n- \ud83e\uddf1 Pluggable data stores (e.g. in-memory, MySQL and Redis)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A high-performant, asynchronous and persistent scheduling library written in Python.",
    "version": "0.5.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/Chase-Labs/taskshed/issues",
        "Homepage": "https://github.com/Chase-Labs/taskshed"
    },
    "split_keywords": [
        "scheduling",
        " scheduler",
        " tasks",
        " queue",
        " redis",
        " mysql"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15d5c233b96531883529416395bd86027969e42ef62b0b998df5aa337b41e8f5",
                "md5": "4b0a7574136d687b3c67521db971421f",
                "sha256": "39ad868edec3569603f29f5541fc2e8330e9143c40e632d43f423774a99f2744"
            },
            "downloads": -1,
            "filename": "taskshed-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b0a7574136d687b3c67521db971421f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18126,
            "upload_time": "2025-07-25T22:18:45",
            "upload_time_iso_8601": "2025-07-25T22:18:45.802277Z",
            "url": "https://files.pythonhosted.org/packages/15/d5/c233b96531883529416395bd86027969e42ef62b0b998df5aa337b41e8f5/taskshed-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e35c68845fa993f95353d9fa2e1d703ce030b209ede33e182f1c38191ac79e29",
                "md5": "616b3a68d89a70cddc5e0e8ff3c19bb4",
                "sha256": "73ee0d77b92164ae59700e8224438edaf8cf580a45421fdcedbda7cd5f332562"
            },
            "downloads": -1,
            "filename": "taskshed-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "616b3a68d89a70cddc5e0e8ff3c19bb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13266,
            "upload_time": "2025-07-25T22:18:47",
            "upload_time_iso_8601": "2025-07-25T22:18:47.063492Z",
            "url": "https://files.pythonhosted.org/packages/e3/5c/68845fa993f95353d9fa2e1d703ce030b209ede33e182f1c38191ac79e29/taskshed-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-25 22:18:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Chase-Labs",
    "github_project": "taskshed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "taskshed"
}
        
Elapsed time: 0.85803s