subprocessnoconsole


Namesubprocessnoconsole JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/subprocessnoconsole
SummaryRuns a process using subprocess without console output
upload_time2023-03-12 06:14:38
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords subprocess noconsole
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Runs a process using subprocess without console output 



## pip install subprocessnoconsole





```python

from subprocessnoconsole import popen_start,popen_start_devnull,popen_start_stdout_read

popen_start(['cmd.exe'])

Out[3]: <Popen: returncode: None args: ['cmd.exe']>

popen_start_devnull(['cmd.exe'])

Out[4]: <Popen: returncode: None args: ['cmd.exe']>

popen_start_stdout_read(['cmd.exe'])



```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/subprocessnoconsole",
    "name": "subprocessnoconsole",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "subprocess,noconsole",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9c/e7/588e307ef8b3fe7e3f4bebec6cde637643b560987ab830c9ff401cef5bb1/subprocessnoconsole-0.10.tar.gz",
    "platform": null,
    "description": "\n# Runs a process using subprocess without console output \n\n\n\n## pip install subprocessnoconsole\n\n\n\n\n\n```python\n\nfrom subprocessnoconsole import popen_start,popen_start_devnull,popen_start_stdout_read\n\npopen_start(['cmd.exe'])\n\nOut[3]: <Popen: returncode: None args: ['cmd.exe']>\n\npopen_start_devnull(['cmd.exe'])\n\nOut[4]: <Popen: returncode: None args: ['cmd.exe']>\n\npopen_start_stdout_read(['cmd.exe'])\n\n\n\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Runs a process using subprocess without console output",
    "version": "0.10",
    "split_keywords": [
        "subprocess",
        "noconsole"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ce008f18cba8ef9091d0c76dbffd75523288029c1f9f56c2ac9f4c43de21c03",
                "md5": "9503486124a394e3776d4cf85dc46e2b",
                "sha256": "a96142244ff06a22c170e09181e3c1c0d32c37881f78d32b874515704dd3cae8"
            },
            "downloads": -1,
            "filename": "subprocessnoconsole-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9503486124a394e3776d4cf85dc46e2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4505,
            "upload_time": "2023-03-12T06:14:36",
            "upload_time_iso_8601": "2023-03-12T06:14:36.833325Z",
            "url": "https://files.pythonhosted.org/packages/7c/e0/08f18cba8ef9091d0c76dbffd75523288029c1f9f56c2ac9f4c43de21c03/subprocessnoconsole-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ce7588e307ef8b3fe7e3f4bebec6cde637643b560987ab830c9ff401cef5bb1",
                "md5": "8a82524f70401b3b2df08a368ed2b863",
                "sha256": "e3594a6a11c578e4988ee926cb91fe7c04fc6246fb5a1ecac2c2ab0cb2e4bdef"
            },
            "downloads": -1,
            "filename": "subprocessnoconsole-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "8a82524f70401b3b2df08a368ed2b863",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3149,
            "upload_time": "2023-03-12T06:14:38",
            "upload_time_iso_8601": "2023-03-12T06:14:38.507460Z",
            "url": "https://files.pythonhosted.org/packages/9c/e7/588e307ef8b3fe7e3f4bebec6cde637643b560987ab830c9ff401cef5bb1/subprocessnoconsole-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 06:14:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "subprocessnoconsole",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "subprocessnoconsole"
}
        
Elapsed time: 0.06922s