{ "info": { "author": "whoami", "author_email": "whoami@systemli.org", "bugtrack_url": null, "classifiers": [ "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7" ], "description": "```\n#!/usr/bin/env python3.7\n\nfrom shell_scripting import run, shell, shell_list\n\nrun(\"date | sed s/2018/2019/ > test.out\")\n\nprint(shell(\"env | grep USER\").stdout.split(\"\\n\"))\n\nprint(shell(\"cat /root/file\"))\n\nr = shell(\"cat /root/file\")\nprint(\n f\"\"\"\\\n args: {r.args}\n returncode: {r.returncode}\n stdout: {r.stdout}\n stderr: {r.stderr}\\\n\"\"\",\n end=\"\",\n)\n\nfor x in shell_list(\"env\"):\n print(x)\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/whoizit/shell-scripting", "keywords": "", "license": "UNLICENSE", "maintainer": "", "maintainer_email": "", "name": "shell-scripting", "package_url": "https://pypi.org/project/shell-scripting/", "platform": "", "project_url": "https://pypi.org/project/shell-scripting/", "project_urls": { "Homepage": "https://github.com/whoizit/shell-scripting" }, "release_url": "https://pypi.org/project/shell-scripting/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "Shortcut functions for shell scripting on Python 3.7+", "version": "0.0.4" }, "last_serial": 4927806, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e3d2cb84558388f41c30d2a87ee0bc83", "sha256": "190f3150c1003630c39b52047e6726f80c8d5bf965ac8023f4a489929fced722" }, "downloads": -1, "filename": "shell_scripting-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e3d2cb84558388f41c30d2a87ee0bc83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1791, "upload_time": "2018-12-14T23:34:49", "url": "https://files.pythonhosted.org/packages/85/09/804d62a842d21e1039d3d674ee8ab9dfde300a76f1615d4caaa7e839e96a/shell_scripting-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc7c4a7c68781f30e40078e246d739f3", "sha256": "76d69acfe9631e2f7600ad67d6a13ab85b753c6565dbdd2b6d0957449f277a5d" }, "downloads": -1, "filename": "shell-scripting-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fc7c4a7c68781f30e40078e246d739f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1402, "upload_time": "2018-12-14T23:34:51", "url": "https://files.pythonhosted.org/packages/59/8e/eea1a654eafc90f7828bff616ccfcd296bddcec34cc72089ef88b28479d8/shell-scripting-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "607a1f362730ab6538889f97ba786f49", "sha256": "16320c414b3cd34ae3bc4ef8b5aee8b9626a70e14c706acb87ec9045d088b168" }, "downloads": -1, "filename": "shell_scripting-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "607a1f362730ab6538889f97ba786f49", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1788, "upload_time": "2018-12-21T06:38:35", "url": "https://files.pythonhosted.org/packages/0c/5d/7dd4bbb7426da31addeda8124238602937536559854e7d16aba2ab6ad56f/shell_scripting-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "876b47ff9556e16de7d18fa71f59b16a", "sha256": "209e62bfd88691adab05d88174511153f5ea53371fb859519e7500228eb72570" }, "downloads": -1, "filename": "shell-scripting-0.0.2.tar.gz", "has_sig": false, "md5_digest": "876b47ff9556e16de7d18fa71f59b16a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1406, "upload_time": "2018-12-21T06:38:36", "url": "https://files.pythonhosted.org/packages/81/7b/2fb0faa40786a755501780d22ad16cb0229398c5c706ac4367bfe2943a57/shell-scripting-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4767c6e0478e11eace0f3022504b9c2a", "sha256": "2f512d17e09d693093cfbe5963691ced4e2103fa100e1e156cb59a466da63861" }, "downloads": -1, "filename": "shell-scripting-0.0.3.tar.gz", "has_sig": false, "md5_digest": "4767c6e0478e11eace0f3022504b9c2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1440, "upload_time": "2019-03-10T13:46:21", "url": "https://files.pythonhosted.org/packages/8a/62/3ba1f78113203f94dd2e529e57a9f86343619dc897255e855400fe2b04bc/shell-scripting-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "d0ab4febdd4315b18f3fb5dd1ef610ab", "sha256": "81e62cea52ea585356723a1aae7e31d99eeea657fdc557cdf5a09be59a99893b" }, "downloads": -1, "filename": "shell-scripting-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d0ab4febdd4315b18f3fb5dd1ef610ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1399, "upload_time": "2019-03-12T00:49:15", "url": "https://files.pythonhosted.org/packages/7e/fa/4e317008132ecd2f76ef7fd7caf5d5359533023c109f6fbee68213870e88/shell-scripting-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0ab4febdd4315b18f3fb5dd1ef610ab", "sha256": "81e62cea52ea585356723a1aae7e31d99eeea657fdc557cdf5a09be59a99893b" }, "downloads": -1, "filename": "shell-scripting-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d0ab4febdd4315b18f3fb5dd1ef610ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1399, "upload_time": "2019-03-12T00:49:15", "url": "https://files.pythonhosted.org/packages/7e/fa/4e317008132ecd2f76ef7fd7caf5d5359533023c109f6fbee68213870e88/shell-scripting-0.0.4.tar.gz" } ] }