hymir


Namehymir JSON
Version 0.1.8 PyPI version JSON
download
home_pageNone
SummarySimple workflows.
upload_time2024-05-29 23:44:45
maintainerNone
docs_urlNone
authorTyler Kennedy
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hymir

Hymir is a python library for creating and running simple workflows by composing
together Chains (which run sequentially) and Groups (which run in parallel) of
jobs.

Hymir is built on top of [redis][] for intermediate storage and tracking
workflow state, and comes with an Executor for running the workflows using
[Celery][].

## Installation

```bash
pip install hymir
```

## Usage

See the latest documentation and examples at https://tkte.ch/hymir/.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hymir",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tyler Kennedy",
    "author_email": "tk@tkte.ch",
    "download_url": "https://files.pythonhosted.org/packages/40/77/3075ed5625f2093087eae867273c8b95155f0f66db030dc350e315b30a9c/hymir-0.1.8.tar.gz",
    "platform": null,
    "description": "# Hymir\n\nHymir is a python library for creating and running simple workflows by composing\ntogether Chains (which run sequentially) and Groups (which run in parallel) of\njobs.\n\nHymir is built on top of [redis][] for intermediate storage and tracking\nworkflow state, and comes with an Executor for running the workflows using\n[Celery][].\n\n## Installation\n\n```bash\npip install hymir\n```\n\n## Usage\n\nSee the latest documentation and examples at https://tkte.ch/hymir/.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple workflows.",
    "version": "0.1.8",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df62aefcaffaa04e0bbdf92c240fb78575216b0ad3093638464a1d5a40e4eaa5",
                "md5": "59427af601320fc3e36fe6e27a58ea55",
                "sha256": "44985314e89393b690e568e8b520f3c2f7785d4061a89985b4113349c5fa7832"
            },
            "downloads": -1,
            "filename": "hymir-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59427af601320fc3e36fe6e27a58ea55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 15123,
            "upload_time": "2024-05-29T23:44:43",
            "upload_time_iso_8601": "2024-05-29T23:44:43.342061Z",
            "url": "https://files.pythonhosted.org/packages/df/62/aefcaffaa04e0bbdf92c240fb78575216b0ad3093638464a1d5a40e4eaa5/hymir-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40773075ed5625f2093087eae867273c8b95155f0f66db030dc350e315b30a9c",
                "md5": "ca8a880dc5d85e38ab255f35208b2009",
                "sha256": "356becb299eb4ed251526c90bb7ace190b6e33c42d84bd14d08e3ea8822762ea"
            },
            "downloads": -1,
            "filename": "hymir-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "ca8a880dc5d85e38ab255f35208b2009",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 12221,
            "upload_time": "2024-05-29T23:44:45",
            "upload_time_iso_8601": "2024-05-29T23:44:45.109060Z",
            "url": "https://files.pythonhosted.org/packages/40/77/3075ed5625f2093087eae867273c8b95155f0f66db030dc350e315b30a9c/hymir-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-29 23:44:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hymir"
}
        
Elapsed time: 0.69707s