Subtask


NameSubtask JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/MiguelGuthridge/Subtask
Summary"A simple wrapper around `subprocess.Popen` to reduce the painfulness of running multiple processes concurrently."
upload_time2023-02-11 09:32:35
maintainer
docs_urlNone
authorMiguel Guthridge
requires_python>=3.9.1
license
keywords subprocess
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Subtask

A simple wrapper around `subprocess.Popen` to reduce the painfulness of running multiple processes concurrently.

```py
task = Subtask(['python', 'hello.py'])
task.wait()
assert task.read_stdout().strip() == "Hello, world!"
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MiguelGuthridge/Subtask",
    "name": "Subtask",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.1",
    "maintainer_email": "",
    "keywords": "subprocess",
    "author": "Miguel Guthridge",
    "author_email": "hdsq@outlook.com.au",
    "download_url": "https://files.pythonhosted.org/packages/70/7d/530aed2e0956b7bfdc0f03f8808a96faa79b0d78d6add15529c0595f64a5/Subtask-0.1.0.tar.gz",
    "platform": null,
    "description": "# Subtask\n\nA simple wrapper around `subprocess.Popen` to reduce the painfulness of running multiple processes concurrently.\n\n```py\ntask = Subtask(['python', 'hello.py'])\ntask.wait()\nassert task.read_stdout().strip() == \"Hello, world!\"\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "\"A simple wrapper around `subprocess.Popen` to reduce the painfulness of running multiple processes concurrently.\"",
    "version": "0.1.0",
    "split_keywords": [
        "subprocess"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "deb294dd7a0e33d990d35c3bd2f7a825138c12537939b2fa585521f81bfc42f5",
                "md5": "7ffd5c7b0859c94b66ac31bd4f85e6ec",
                "sha256": "af16805f4e694e1534b693e04657791a8890948cd2e92d7da620e8b4c0abd129"
            },
            "downloads": -1,
            "filename": "Subtask-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ffd5c7b0859c94b66ac31bd4f85e6ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.1",
            "size": 4261,
            "upload_time": "2023-02-11T09:32:34",
            "upload_time_iso_8601": "2023-02-11T09:32:34.338548Z",
            "url": "https://files.pythonhosted.org/packages/de/b2/94dd7a0e33d990d35c3bd2f7a825138c12537939b2fa585521f81bfc42f5/Subtask-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "707d530aed2e0956b7bfdc0f03f8808a96faa79b0d78d6add15529c0595f64a5",
                "md5": "281504b150b8c7d33ae6ae0a897dff76",
                "sha256": "d4a8882d811d9231c2bc719cc8947df134e7a5fd66d17be5eae11507cb90f6ee"
            },
            "downloads": -1,
            "filename": "Subtask-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "281504b150b8c7d33ae6ae0a897dff76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.1",
            "size": 3922,
            "upload_time": "2023-02-11T09:32:35",
            "upload_time_iso_8601": "2023-02-11T09:32:35.935672Z",
            "url": "https://files.pythonhosted.org/packages/70/7d/530aed2e0956b7bfdc0f03f8808a96faa79b0d78d6add15529c0595f64a5/Subtask-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 09:32:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "MiguelGuthridge",
    "github_project": "Subtask",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "subtask"
}
        
Elapsed time: 0.04153s