{ "info": { "author": "Carlos Eduardo Moreira dos Santos", "author_email": "cems@cemshost.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Installation/Setup", "Topic :: System :: Systems Administration" ], "description": "aioshell\n========\n\nRun single-threaded concurrent shell and SSH commands with few keystrokes.\n\n.. code:: python\n\n from aioshell import Executor, Shell\n exe = Executor()\n exe.add(Shell('date >/tmp/aioshell; sleep 1'))\n exe.add(Shell('sleep 1; date >>/tmp/aioshell'))\n exe.finish()\n # Check /tmp/aioshell file to see that only 1 sec has passed.\n\nFor more details, please, `Read the Docs\n`_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cemsbr/aioshell", "keywords": "shell ssh async asyncio asynchronous", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "aioshell", "package_url": "https://pypi.org/project/aioshell/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aioshell/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cemsbr/aioshell" }, "release_url": "https://pypi.org/project/aioshell/1.0/", "requires_dist": null, "requires_python": null, "summary": "Run single-threaded concurrent shell and ssh commands withfew keystrokes.", "version": "1.0" }, "last_serial": 1828098, "releases": { "1.0": [] }, "urls": [] }