SystemCmd


NameSystemCmd JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttp://github.com/AndreaCensi/system_cmd
SummaryMy wrappers for subprocess.POpen
upload_time2019-03-21 12:49:25
maintainer
docs_urlNone
authorAndrea Censi
requires_python
license
keywords
VCS
bugtrack_url
requirements PyContracts six
Travis-CI No Travis.
coveralls test coverage No coveralls.
            system_cmd
==========

A wrapper for subprocess.Popen.
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/AndreaCensi/system_cmd",
    "name": "SystemCmd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Andrea Censi",
    "author_email": "censi@mit.edu",
    "download_url": "https://files.pythonhosted.org/packages/00/cb/02dc84f030cf6b7dcc056bd63dc651900764f2e0589de866b67448ac586f/SystemCmd-3.0.1.tar.gz",
    "platform": "",
    "description": "system_cmd\n==========\n\nA wrapper for subprocess.Popen.",
    "bugtrack_url": null,
    "license": "",
    "summary": "My wrappers for subprocess.POpen",
    "version": "3.0.1",
    "project_urls": {
        "Download": "http://github.com/AndreaCensi/system_cmd/tarball/3.0.1",
        "Homepage": "http://github.com/AndreaCensi/system_cmd"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00cb02dc84f030cf6b7dcc056bd63dc651900764f2e0589de866b67448ac586f",
                "md5": "9fc007414058278de2987265a3140600",
                "sha256": "aea36703900c46793c8362691d0f79e86c99e4a810eb04095fb0a693f01a477a"
            },
            "downloads": -1,
            "filename": "SystemCmd-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9fc007414058278de2987265a3140600",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6498,
            "upload_time": "2019-03-21T12:49:25",
            "upload_time_iso_8601": "2019-03-21T12:49:25.126365Z",
            "url": "https://files.pythonhosted.org/packages/00/cb/02dc84f030cf6b7dcc056bd63dc651900764f2e0589de866b67448ac586f/SystemCmd-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-03-21 12:49:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AndreaCensi",
    "github_project": "system_cmd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [
        {
            "name": "PyContracts",
            "specs": [
                [
                    "==",
                    "1.8.12"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.14.0"
                ]
            ]
        }
    ],
    "lcname": "systemcmd"
}
        
Elapsed time: 0.08004s