{ "info": { "author": "Mike Bertram", "author_email": "contact@mibexx.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Threaded console command\n\nWith this package you can run your console commands in threads. This process can be used to run a command multiple times.\n\n## Usage as executable\n```\n# tcommand \n# example:\n\ntcommand 2 ls -la\n```\n\n## Usage as package\n```\nimport ThreadedCommand as tc\n\ntc.run(['ls', '-la'], 2)\n```\n\n**Output:**\n```\nEnter ctrl+c to stop...\nCommand: ['ls']\nStatus: 2/2 active threads\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mibexx/threaded_command", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ThreadedCommand", "package_url": "https://pypi.org/project/ThreadedCommand/", "platform": "", "project_url": "https://pypi.org/project/ThreadedCommand/", "project_urls": { "Homepage": "https://github.com/mibexx/threaded_command" }, "release_url": "https://pypi.org/project/ThreadedCommand/0.2/", "requires_dist": null, "requires_python": "", "summary": "Runs a console command in multiple threads", "version": "0.2" }, "last_serial": 5911501, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0af94e4a1dace2d766c41268fcf0ded5", "sha256": "9c7be010cbcc35a14c975f58c27881d2c15d8d8badfabadaa4a8225607e34d39" }, "downloads": -1, "filename": "ThreadedCommand-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0af94e4a1dace2d766c41268fcf0ded5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2857, "upload_time": "2019-09-30T15:04:05", "url": "https://files.pythonhosted.org/packages/36/8c/b6fd79a865bffab0fef1bef9f97ad052fd62b3da4cc5d517c3c98f4aadfe/ThreadedCommand-0.1-py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "3afc6f821e21b8b289c75ebd761be162", "sha256": "363d27701bbe0718b1c05697ae1a67e6bc4f784b3860e86f464bc1c9d946959e" }, "downloads": -1, "filename": "ThreadedCommand-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3afc6f821e21b8b289c75ebd761be162", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3378, "upload_time": "2019-10-01T10:07:31", "url": "https://files.pythonhosted.org/packages/48/1d/5a5f278c762dc738955b9be0b3d24aa75dcf8474e5bb9e8d29c4b8681ff1/ThreadedCommand-0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3afc6f821e21b8b289c75ebd761be162", "sha256": "363d27701bbe0718b1c05697ae1a67e6bc4f784b3860e86f464bc1c9d946959e" }, "downloads": -1, "filename": "ThreadedCommand-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3afc6f821e21b8b289c75ebd761be162", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3378, "upload_time": "2019-10-01T10:07:31", "url": "https://files.pythonhosted.org/packages/48/1d/5a5f278c762dc738955b9be0b3d24aa75dcf8474e5bb9e8d29c4b8681ff1/ThreadedCommand-0.2-py3-none-any.whl" } ] }