subprocess32


Namesubprocess32 JSON
Version 3.5.4 PyPI version JSON
download
home_pagehttps://github.com/google/python-subprocess32
SummaryA backport of the subprocess module from Python 3 for use on 2.x.
upload_time2019-05-20 22:14:18
maintainerGregory P. Smith
docs_urlNone
author
requires_python>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4
licensePSF license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            This is a backport of the subprocess standard library module from
Python 3.2 - 3.5 for use on Python 2.

It includes bugfixes and some new features.  On POSIX systems it is
guaranteed to be reliable when used in threaded applications.
It includes timeout support from Python 3.3 and the run() API from 3.5
but otherwise matches 3.2's API.

It has not been tested by the author on Windows.

On Python 3, it merely redirects the subprocess32 name to subprocess.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/python-subprocess32",
    "name": "subprocess32",
    "maintainer": "Gregory P. Smith",
    "docs_url": null,
    "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4",
    "maintainer_email": "greg@krypto.org",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/32/c8/564be4d12629b912ea431f1a50eb8b3b9d00f1a0b1ceff17f266be190007/subprocess32-3.5.4.tar.gz",
    "platform": "",
    "description": "This is a backport of the subprocess standard library module from\nPython 3.2 - 3.5 for use on Python 2.\n\nIt includes bugfixes and some new features.  On POSIX systems it is\nguaranteed to be reliable when used in threaded applications.\nIt includes timeout support from Python 3.3 and the run() API from 3.5\nbut otherwise matches 3.2's API.\n\nIt has not been tested by the author on Windows.\n\nOn Python 3, it merely redirects the subprocess32 name to subprocess.\n\n",
    "bugtrack_url": null,
    "license": "PSF license",
    "summary": "A backport of the subprocess module from Python 3 for use on 2.x.",
    "version": "3.5.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "dca79b2d24da4e69528e5ab9d79c02a0",
                "sha256": "88e37c1aac5388df41cc8a8456bb49ebffd321a3ad4d70358e3518176de3a56b"
            },
            "downloads": -1,
            "filename": "subprocess32-3.5.4-cp27-cp27m-macosx_10_6_intel.whl",
            "has_sig": false,
            "md5_digest": "dca79b2d24da4e69528e5ab9d79c02a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4",
            "size": 34015,
            "upload_time": "2019-05-20T22:14:16",
            "upload_time_iso_8601": "2019-05-20T22:14:16.726177Z",
            "url": "https://files.pythonhosted.org/packages/35/f3/7cdeeef9cb05c42fadcc8aa040dd3b80d94e0f6a8dedc4bacebf796c2385/subprocess32-3.5.4-cp27-cp27m-macosx_10_6_intel.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "107bd5e412fdcdeab66b1acd43855d44",
                "sha256": "e45d985aef903c5b7444d34350b05da91a9e0ea015415ab45a21212786c649d0"
            },
            "downloads": -1,
            "filename": "subprocess32-3.5.4-cp27-cp27mu-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "107bd5e412fdcdeab66b1acd43855d44",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4",
            "size": 69401,
            "upload_time": "2020-06-16T21:37:28",
            "upload_time_iso_8601": "2020-06-16T21:37:28.226848Z",
            "url": "https://files.pythonhosted.org/packages/93/dc/3a0ae313f1cf0f59b582e8e14891196e51fca5db193558b7661bd32b8801/subprocess32-3.5.4-cp27-cp27mu-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "748844d560be5f0c707931cba1cdb48b",
                "sha256": "eb2937c80497978d181efa1b839ec2d9622cf9600a039a79d0e108d1f9aec79d"
            },
            "downloads": -1,
            "filename": "subprocess32-3.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "748844d560be5f0c707931cba1cdb48b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4",
            "size": 97373,
            "upload_time": "2019-05-20T22:14:18",
            "upload_time_iso_8601": "2019-05-20T22:14:18.490178Z",
            "url": "https://files.pythonhosted.org/packages/32/c8/564be4d12629b912ea431f1a50eb8b3b9d00f1a0b1ceff17f266be190007/subprocess32-3.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-05-20 22:14:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "google",
    "github_project": "python-subprocess32",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "lcname": "subprocess32"
}
        
Elapsed time: 0.01520s