{ "info": { "author": "Rub\u00e9n de Celis Hern\u00e1ndez", "author_email": "contact@rdch106.hol.es", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "\"\n\nHidden Console Start \u2699\ufe0f\n-----------------------\n\nHide console and execute applications in background. HCS (Hidden Console\nStart) is a good alternative to simulate background process (process &)\nas in GNU/Linux systems.\n\n**GNU/Linux**\n\n::\n\n $ ping 127.0.0.1 > log.txt &\n\n**Windows**\n\n::\n\n $ hcs -e \"ping 127.0.0.1 > log.txt\"\n\nWhat can I do with HCS?\n~~~~~~~~~~~~~~~~~~~~~~~\n\n- Launch applications in background\n- Launch all the processes that you want with one call to HCS (one\n subprocess in one thread for each application)\n\nInstallation\n~~~~~~~~~~~~\n\nYou can install or upgrade HCS with:\n\n``$ pip install hcs --upgrade``\n\nOr you can install from source with:\n\n.. code:: bash\n\n $ git clone https://github.com/RDCH106/hidden_console_start.git --recursive\n $ cd hidden_console_start\n $ pip install .\n\nQuick example\n~~~~~~~~~~~~~\n\n.. code:: bash\n\n $ hcs -e \"ping 127.0.0.1 > log.txt\" \"mspaint\"\n\nThe example executes ping to ``127.0.0.1`` redirecting the result to\n``log.txt`` file and launch Microsoft Paint at the same time.\n ", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/RDCH106/hidden_console_start/archive/v0.1.16.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RDCH106/hidden_console_start", "keywords": "background console windows gnu-linux", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hcs", "package_url": "https://pypi.org/project/hcs/", "platform": "", "project_url": "https://pypi.org/project/hcs/", "project_urls": { "Download": "https://github.com/RDCH106/hidden_console_start/archive/v0.1.16.tar.gz", "Homepage": "https://github.com/RDCH106/hidden_console_start" }, "release_url": "https://pypi.org/project/hcs/0.1.16/", "requires_dist": null, "requires_python": "", "summary": "Hide console and execute applications in background", "version": "0.1.16" }, "last_serial": 3621433, "releases": { "0.1.16": [ { "comment_text": "", "digests": { "md5": "5e97e29a506687e03b2a5fa840ab39bd", "sha256": "4e3272c236823a12f9f06288e67ca66cea4b1d78ebec9dc643d32ac4d089d49c" }, "downloads": -1, "filename": "hcs-0.1.16.tar.gz", "has_sig": false, "md5_digest": "5e97e29a506687e03b2a5fa840ab39bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3515, "upload_time": "2018-02-27T12:22:10", "url": "https://files.pythonhosted.org/packages/fd/a4/e9d6da4fb7063d5eed226c3cf3c920bf3be693cce2b7146f81bd48ffd6ef/hcs-0.1.16.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e97e29a506687e03b2a5fa840ab39bd", "sha256": "4e3272c236823a12f9f06288e67ca66cea4b1d78ebec9dc643d32ac4d089d49c" }, "downloads": -1, "filename": "hcs-0.1.16.tar.gz", "has_sig": false, "md5_digest": "5e97e29a506687e03b2a5fa840ab39bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3515, "upload_time": "2018-02-27T12:22:10", "url": "https://files.pythonhosted.org/packages/fd/a4/e9d6da4fb7063d5eed226c3cf3c920bf3be693cce2b7146f81bd48ffd6ef/hcs-0.1.16.tar.gz" } ] }