{ "info": { "author": "PYBC_2", "author_email": "lakshmip@adobe.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# This project implements the Command Line Interface like UNIX-shell\n\nThis project includes the following commands:\n\n\n## Directory commands:\n\n- **ls** (with support for -R)\n\n Lists the files and directories in the current directory\n\n -R lists the files and directories recursively\n\n- **pwd**\n\n Returns the present working directory\n\n- **mkdir**\n\n Creates a new directory\n\n- **rmdir**\n\n Removes the directory if it is empty\n\n- **cd**\n\n Changes the current directory to the directory mentioned in the argument\n\n\n## File Commands:\n\n- **grep**\n\n To find matching patterns\n\n- **find**\n\n Finds the given file in the given path\n\n- **cat**\n\n Used to display the contents of the given file. With '>' can be used to create and write into a new file\n\n- **cp**\n\n Copy contents from source to destination\n\n- **mv**\n\n Move contents from source to destionation\n\n- **rm** (with support for -r)\n\n Remove the file or directory with a confirmation to remove non empty items. \n\n -r Removes recursively\n\n- **sizeof**\n\n Returns the size of the file in the arguments\n\n- **head**\n\n -n for the number of lines it has to print since the beginning of file\n\n Default is 10\n\n- **tail**\n\n -n for the last n number of lines to print from the file\n\n Default is 10\n\n\n## Miscellaneous commands:\n\n- **date**\n\n Returns the current date and time\n\n- **whoami**\n\n Returns current user name\n\n- **hostname**\n\n Returns current host name\n\n- **timeit**\n\n Returns the time taken to run the command given\n\n- **exit**\n\n Exit from the shell\n\n- **history**\n\n Shows the history of commands executed so far\n\n # Installing the package\n\n To install and use, run the following command from your command line\n\n > pip install pyshell-pybc2\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyshell-pybc2-new", "package_url": "https://pypi.org/project/pyshell-pybc2-new/", "platform": "", "project_url": "https://pypi.org/project/pyshell-pybc2-new/", "project_urls": null, "release_url": "https://pypi.org/project/pyshell-pybc2-new/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "This Package contains the commands of UNIX shell", "version": "0.0.3" }, "last_serial": 5670200, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "360198fea2a69b047eca526e021dc265", "sha256": "2f219722137409d0b24c0f2b168c83d8e07c74779fac1afaa8c706a6174cec29" }, "downloads": -1, "filename": "pyshell_pybc2_new-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "360198fea2a69b047eca526e021dc265", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4336, "upload_time": "2019-08-12T12:17:58", "url": "https://files.pythonhosted.org/packages/a0/f8/8ce9b112f15aa2ed18b3ea301411615749ab12ecea64eb508d8fc0b005a2/pyshell_pybc2_new-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b52582a7a549baf680def1b29d5e7a27", "sha256": "20ca39968abdfad89790966b98f0e2f9eff1be2be352569a58bfad8537806c20" }, "downloads": -1, "filename": "pyshell-pybc2-new-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b52582a7a549baf680def1b29d5e7a27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3795, "upload_time": "2019-08-12T12:18:01", "url": "https://files.pythonhosted.org/packages/9f/28/717a7c1b7b9dc08556026dc20e5fbf7cce765529f68cbf8f613dc4388fd2/pyshell-pybc2-new-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4655f8943e3b10a0dee37bae216152d8", "sha256": "9670b2d0c6cd06b2f1cac0169707e1eb6d8a9dde2dec7e6165fd3850c4b72fd4" }, "downloads": -1, "filename": "pyshell_pybc2_new-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4655f8943e3b10a0dee37bae216152d8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4339, "upload_time": "2019-08-13T06:02:24", "url": "https://files.pythonhosted.org/packages/62/ae/f868038eff9a00ec297c93df3793cc4bf67db2b6977afd724d3996415cb3/pyshell_pybc2_new-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cdeee111f23db5ad25e900a242d68f85", "sha256": "7fa33ed4218d7fa16f1825ddce582dc0727a974d0ea6d39dbf0af4f7d85957bd" }, "downloads": -1, "filename": "pyshell-pybc2-new-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cdeee111f23db5ad25e900a242d68f85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3787, "upload_time": "2019-08-13T06:02:31", "url": "https://files.pythonhosted.org/packages/9c/a1/63ed93ea2c7a96c23689d97933585f33a7364f77b696c53be078c7ad6766/pyshell-pybc2-new-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "730383dc3bb334a10cc7cebd33ea062f", "sha256": "7f553017472eef0fb1ec859b21a105b7b67eda4ec3f64c5920e077104fa6ea91" }, "downloads": -1, "filename": "pyshell_pybc2_new-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "730383dc3bb334a10cc7cebd33ea062f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4334, "upload_time": "2019-08-13T06:02:26", "url": "https://files.pythonhosted.org/packages/0d/72/48592655cf957826a59df5189a58e85a9e1e9644ebda11962ffdc9097353/pyshell_pybc2_new-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3ca5111355819a9d48ca47828b7bcf0", "sha256": "53fe8e8a46f4b5ba5b4eb4c9016eb986a5b3b04bb91c7a2c20024cd51bcd6a73" }, "downloads": -1, "filename": "pyshell-pybc2-new-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c3ca5111355819a9d48ca47828b7bcf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3790, "upload_time": "2019-08-13T06:02:33", "url": "https://files.pythonhosted.org/packages/67/2a/df687a76f61902dd343b74704b636040ed455554f556a2cd07ac1e02c114/pyshell-pybc2-new-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "730383dc3bb334a10cc7cebd33ea062f", "sha256": "7f553017472eef0fb1ec859b21a105b7b67eda4ec3f64c5920e077104fa6ea91" }, "downloads": -1, "filename": "pyshell_pybc2_new-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "730383dc3bb334a10cc7cebd33ea062f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4334, "upload_time": "2019-08-13T06:02:26", "url": "https://files.pythonhosted.org/packages/0d/72/48592655cf957826a59df5189a58e85a9e1e9644ebda11962ffdc9097353/pyshell_pybc2_new-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3ca5111355819a9d48ca47828b7bcf0", "sha256": "53fe8e8a46f4b5ba5b4eb4c9016eb986a5b3b04bb91c7a2c20024cd51bcd6a73" }, "downloads": -1, "filename": "pyshell-pybc2-new-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c3ca5111355819a9d48ca47828b7bcf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3790, "upload_time": "2019-08-13T06:02:33", "url": "https://files.pythonhosted.org/packages/67/2a/df687a76f61902dd343b74704b636040ed455554f556a2cd07ac1e02c114/pyshell-pybc2-new-0.0.3.tar.gz" } ] }