{ "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-updated", "package_url": "https://pypi.org/project/pyshell-pybc2-updated/", "platform": "", "project_url": "https://pypi.org/project/pyshell-pybc2-updated/", "project_urls": null, "release_url": "https://pypi.org/project/pyshell-pybc2-updated/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "This Package contains the commands of UNIX shell", "version": "0.0.1" }, "last_serial": 5670242, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "09f0ac0fb2f39d7b0ec3ec11af56a905", "sha256": "3c7d7e2ea6ae51dc189b169baceaaaac61553e0e6440c33ffbcd89ca33dfc9b4" }, "downloads": -1, "filename": "pyshell_pybc2_updated-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "09f0ac0fb2f39d7b0ec3ec11af56a905", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4370, "upload_time": "2019-08-13T06:19:27", "url": "https://files.pythonhosted.org/packages/21/97/96fe7b5f4b96bf1e95d3f43068bb9e2d25da35b04dc4205013f0b9fe536e/pyshell_pybc2_updated-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b17833a47e07b241ff0eefb732c6fd33", "sha256": "6d5a06493c4a09a48f70c4c142f4303cceec0ecb54d47a3433101e2c801f19d4" }, "downloads": -1, "filename": "pyshell_pybc2_updated-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b17833a47e07b241ff0eefb732c6fd33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3805, "upload_time": "2019-08-13T06:19:30", "url": "https://files.pythonhosted.org/packages/c5/9f/7d4504d4a8da7a2fdbdbbb4526c38774af3eb61483e61d5b846e7dcc5f02/pyshell_pybc2_updated-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09f0ac0fb2f39d7b0ec3ec11af56a905", "sha256": "3c7d7e2ea6ae51dc189b169baceaaaac61553e0e6440c33ffbcd89ca33dfc9b4" }, "downloads": -1, "filename": "pyshell_pybc2_updated-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "09f0ac0fb2f39d7b0ec3ec11af56a905", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4370, "upload_time": "2019-08-13T06:19:27", "url": "https://files.pythonhosted.org/packages/21/97/96fe7b5f4b96bf1e95d3f43068bb9e2d25da35b04dc4205013f0b9fe536e/pyshell_pybc2_updated-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b17833a47e07b241ff0eefb732c6fd33", "sha256": "6d5a06493c4a09a48f70c4c142f4303cceec0ecb54d47a3433101e2c801f19d4" }, "downloads": -1, "filename": "pyshell_pybc2_updated-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b17833a47e07b241ff0eefb732c6fd33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3805, "upload_time": "2019-08-13T06:19:30", "url": "https://files.pythonhosted.org/packages/c5/9f/7d4504d4a8da7a2fdbdbbb4526c38774af3eb61483e61d5b846e7dcc5f02/pyshell_pybc2_updated-0.0.1.tar.gz" } ] }