{ "info": { "author": "Viktor Kerkez", "author_email": "alefnula@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# tee-shell\n\nTee shell is a set of utilities for running other applications.\n\nIt enables you to run shell commands in various modes and has an api for fine\ntuning your running processes.\n\n\n## Usage\n\n```pycon\n>>> import tsh\n>>> ls = tsh.Command(\"ls\")\n>>> ls = ls.bake(\"-1\")\n>>> process = ls(\"tsh\")\n>>> process.wait()\nTrue\n>>> print(process.read())\n__init__.py\n__pycache__\ncommand.py\nconsts.py\ncontexts.py\ndecorators.py\nerrors.py\nprocess.py\nshell.py\ntypes.py\n```\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/alefnula/tsh", "keywords": "", "license": "Apache-2.0", "maintainer": "Viktor Kerkez", "maintainer_email": "alefnula@gmail.com", "name": "tsh", "package_url": "https://pypi.org/project/tsh/", "platform": "Windows", "project_url": "https://pypi.org/project/tsh/", "project_urls": { "Homepage": "https://github.com/alefnula/tsh" }, "release_url": "https://pypi.org/project/tsh/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "tea-shell - execute command line tools like python functions, while you sit back and sip on your tea.", "version": "0.0.1" }, "last_serial": 5534911, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "dc3704bd2c475535c14aa0adc4ef67ad", "sha256": "1250b76617cd3971be9d1f1e263ad8f60d20a4347b6d07b063d3d4fbd381ca21" }, "downloads": -1, "filename": "tsh-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "dc3704bd2c475535c14aa0adc4ef67ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12367, "upload_time": "2019-07-15T13:20:07", "url": "https://files.pythonhosted.org/packages/f1/96/e76b01bc5e55afada407433ab80580c3df8ec63ab9856d88efd24ae2631a/tsh-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ed7664b81229ce2b9c61991d23ad242", "sha256": "4b64fcc208de6a8014a9e8c03a79b01dbca764938928f869de92aaeaf3cd070a" }, "downloads": -1, "filename": "tsh-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5ed7664b81229ce2b9c61991d23ad242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6391, "upload_time": "2019-07-15T13:20:10", "url": "https://files.pythonhosted.org/packages/1d/b4/15c783252bff0864812c52c31d3a2c9b1e87b4bc1821320f0a2643925511/tsh-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc3704bd2c475535c14aa0adc4ef67ad", "sha256": "1250b76617cd3971be9d1f1e263ad8f60d20a4347b6d07b063d3d4fbd381ca21" }, "downloads": -1, "filename": "tsh-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "dc3704bd2c475535c14aa0adc4ef67ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12367, "upload_time": "2019-07-15T13:20:07", "url": "https://files.pythonhosted.org/packages/f1/96/e76b01bc5e55afada407433ab80580c3df8ec63ab9856d88efd24ae2631a/tsh-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ed7664b81229ce2b9c61991d23ad242", "sha256": "4b64fcc208de6a8014a9e8c03a79b01dbca764938928f869de92aaeaf3cd070a" }, "downloads": -1, "filename": "tsh-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5ed7664b81229ce2b9c61991d23ad242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6391, "upload_time": "2019-07-15T13:20:10", "url": "https://files.pythonhosted.org/packages/1d/b4/15c783252bff0864812c52c31d3a2c9b1e87b4bc1821320f0a2643925511/tsh-0.0.1.tar.gz" } ] }