mainprocess


Namemainprocess JSON
Version 0.11 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/mainprocess
SummaryRuns EXE-files as independent main processes
upload_time2023-09-04 22:35:44
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords subprocess run os
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Runs EXE-files as independent main processes

## pip install mainprocess


```python
from mainprocess import mainprocess
# cmd.exe and notepad.exe won't be subprocesses of python.exe
# If you close python.exe, they won't be closed automatically
mainprocess(["cmd.exe"])
mainprocess(["notepad.exe", r"C:\ipconfigdata.txt"])
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/mainprocess",
    "name": "mainprocess",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "subprocess,run,os",
    "author": "Johannes Fischer",
    "author_email": "aulasparticularesdealemaosp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/fe/26283b01ea8b93116e9be703e2318584db572c7ca96d49bd92a6632cba2f/mainprocess-0.11.tar.gz",
    "platform": null,
    "description": "\r\n# Runs EXE-files as independent main processes\r\n\r\n## pip install mainprocess\r\n\r\n\r\n```python\r\nfrom mainprocess import mainprocess\r\n# cmd.exe and notepad.exe won't be subprocesses of python.exe\r\n# If you close python.exe, they won't be closed automatically\r\nmainprocess([\"cmd.exe\"])\r\nmainprocess([\"notepad.exe\", r\"C:\\ipconfigdata.txt\"])\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Runs EXE-files as independent main processes",
    "version": "0.11",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/mainprocess"
    },
    "split_keywords": [
        "subprocess",
        "run",
        "os"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67d1ca97d285432e5bca237308dea80c47f4b5f9762a79ab505cdc0553cae054",
                "md5": "d19a2cc4984aae0021c2045dbf313678",
                "sha256": "54b937ce2cc6335532d2533ae09cfd7584d1843078234387d1c00e5f4f6ccb42"
            },
            "downloads": -1,
            "filename": "mainprocess-0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d19a2cc4984aae0021c2045dbf313678",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4501,
            "upload_time": "2023-09-04T22:35:43",
            "upload_time_iso_8601": "2023-09-04T22:35:43.033111Z",
            "url": "https://files.pythonhosted.org/packages/67/d1/ca97d285432e5bca237308dea80c47f4b5f9762a79ab505cdc0553cae054/mainprocess-0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1fe26283b01ea8b93116e9be703e2318584db572c7ca96d49bd92a6632cba2f",
                "md5": "d3c00842da195c9ae2092e9519878ab6",
                "sha256": "fa7dd537d608f2ea06f6371e1314082d4812635001b90dd937e46573acdca87d"
            },
            "downloads": -1,
            "filename": "mainprocess-0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "d3c00842da195c9ae2092e9519878ab6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3400,
            "upload_time": "2023-09-04T22:35:44",
            "upload_time_iso_8601": "2023-09-04T22:35:44.653398Z",
            "url": "https://files.pythonhosted.org/packages/f1/fe/26283b01ea8b93116e9be703e2318584db572c7ca96d49bd92a6632cba2f/mainprocess-0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-04 22:35:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "mainprocess",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "mainprocess"
}
        
Elapsed time: 0.10936s