diffuse


Namediffuse JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://asandeep.github.io/diffuse/
SummaryPython Diffuse
upload_time2024-07-05 12:52:58
maintainerNone
docs_urlNone
authorSandeep Aggarwal
requires_python<4.0,>=3.8
licenseMIT
keywords python3 concurrency asyncio threading multiprocessing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Diffuse

[![Build & Test](https://github.com/asandeep/diffuse/actions/workflows/build.yml/badge.svg)](https://github.com/asandeep/diffuse/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/asandeep/diffuse/graph/badge.svg?token=HOVZU54T7V)](https://codecov.io/gh/asandeep/diffuse)
[![license](https://img.shields.io/pypi/l/diffuse.svg)](https://github.com/asandeep/diffuse/blob/master/LICENSE)
[![Python Versions](https://img.shields.io/pypi/pyversions/diffuse.svg)](https://pypi.org/project/diffuse/)
[![Package Version](https://img.shields.io/pypi/v/diffuse.svg)](https://pypi.org/project/diffuse/)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Diffuse is yet another python library to run concurrent code.

The library builds upon standard library's `concurrent.futures` module and provides a consistent interface to run your code in separate Threads, Processes or ASyncIO coroutines.

            

Raw data

            {
    "_id": null,
    "home_page": "https://asandeep.github.io/diffuse/",
    "name": "diffuse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "python3, concurrency, asyncio, threading, multiprocessing",
    "author": "Sandeep Aggarwal",
    "author_email": "asandeep.me@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/53/13/5d691b22d4ec06e7f73597b883631f6fb6e7a87c4265db11ee9099f3e1c4/diffuse-0.3.1.tar.gz",
    "platform": null,
    "description": "# Python Diffuse\n\n[![Build & Test](https://github.com/asandeep/diffuse/actions/workflows/build.yml/badge.svg)](https://github.com/asandeep/diffuse/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/asandeep/diffuse/graph/badge.svg?token=HOVZU54T7V)](https://codecov.io/gh/asandeep/diffuse)\n[![license](https://img.shields.io/pypi/l/diffuse.svg)](https://github.com/asandeep/diffuse/blob/master/LICENSE)\n[![Python Versions](https://img.shields.io/pypi/pyversions/diffuse.svg)](https://pypi.org/project/diffuse/)\n[![Package Version](https://img.shields.io/pypi/v/diffuse.svg)](https://pypi.org/project/diffuse/)\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nDiffuse is yet another python library to run concurrent code.\n\nThe library builds upon standard library's `concurrent.futures` module and provides a consistent interface to run your code in separate Threads, Processes or ASyncIO coroutines.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Diffuse",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://asandeep.github.io/diffuse/",
        "Repository": "https://github.com/asandeep/diffuse.git"
    },
    "split_keywords": [
        "python3",
        " concurrency",
        " asyncio",
        " threading",
        " multiprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b50785023044cdc75d56bb11da2f2c92453d2fb197667805d0f71df2f8aaa0b7",
                "md5": "37c90e80c40df87437c2198af0eb3df7",
                "sha256": "fdcb0fb3e35ccf6cf049e97910ff47d35de60a939237daae348a12620640e6c6"
            },
            "downloads": -1,
            "filename": "diffuse-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37c90e80c40df87437c2198af0eb3df7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 21457,
            "upload_time": "2024-07-05T12:52:57",
            "upload_time_iso_8601": "2024-07-05T12:52:57.632343Z",
            "url": "https://files.pythonhosted.org/packages/b5/07/85023044cdc75d56bb11da2f2c92453d2fb197667805d0f71df2f8aaa0b7/diffuse-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53135d691b22d4ec06e7f73597b883631f6fb6e7a87c4265db11ee9099f3e1c4",
                "md5": "37643988122e38f2efbcf59a2c86076d",
                "sha256": "2c41fba9adc9fcc384790287d12a5b7e5840649f5e3abdb409589ace7d4d6da1"
            },
            "downloads": -1,
            "filename": "diffuse-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "37643988122e38f2efbcf59a2c86076d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 13581,
            "upload_time": "2024-07-05T12:52:58",
            "upload_time_iso_8601": "2024-07-05T12:52:58.710792Z",
            "url": "https://files.pythonhosted.org/packages/53/13/5d691b22d4ec06e7f73597b883631f6fb6e7a87c4265db11ee9099f3e1c4/diffuse-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-05 12:52:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asandeep",
    "github_project": "diffuse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "diffuse"
}
        
Elapsed time: 0.58917s