{ "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-new-pybc2", "package_url": "https://pypi.org/project/pyshell-new-pybc2/", "platform": "", "project_url": "https://pypi.org/project/pyshell-new-pybc2/", "project_urls": null, "release_url": "https://pypi.org/project/pyshell-new-pybc2/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "This Package contains the commands of UNIX shell", "version": "0.0.1" }, "last_serial": 5670202, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5b7b51e51f7d3699020c2e8f35a94ac2", "sha256": "f00d06e561c0d81c5c21f2c18148948a149a04c724bc9f16a98a10da92adee0f" }, "downloads": -1, "filename": "pyshell_new_pybc2-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5b7b51e51f7d3699020c2e8f35a94ac2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4340, "upload_time": "2019-08-13T05:56:33", "url": "https://files.pythonhosted.org/packages/1a/9e/d66f7df073b016737cd8a219e7e8407cbe1045c09497576309ae298b202b/pyshell_new_pybc2-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68b11bb468104305306d7e50396ce448", "sha256": "39c6736316a2a8f40b8a977be08b6ec5aff46043b31fae9122b4d45a4c28a22b" }, "downloads": -1, "filename": "pyshell_new_pybc2-0.0.1.tar.gz", "has_sig": false, "md5_digest": "68b11bb468104305306d7e50396ce448", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3801, "upload_time": "2019-08-13T06:02:37", "url": "https://files.pythonhosted.org/packages/c1/c9/42c01d83a40813ff17377d99468fb07f860aca4d7f79eb51c6c81d2ee8f8/pyshell_new_pybc2-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b7b51e51f7d3699020c2e8f35a94ac2", "sha256": "f00d06e561c0d81c5c21f2c18148948a149a04c724bc9f16a98a10da92adee0f" }, "downloads": -1, "filename": "pyshell_new_pybc2-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5b7b51e51f7d3699020c2e8f35a94ac2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4340, "upload_time": "2019-08-13T05:56:33", "url": "https://files.pythonhosted.org/packages/1a/9e/d66f7df073b016737cd8a219e7e8407cbe1045c09497576309ae298b202b/pyshell_new_pybc2-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68b11bb468104305306d7e50396ce448", "sha256": "39c6736316a2a8f40b8a977be08b6ec5aff46043b31fae9122b4d45a4c28a22b" }, "downloads": -1, "filename": "pyshell_new_pybc2-0.0.1.tar.gz", "has_sig": false, "md5_digest": "68b11bb468104305306d7e50396ce448", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3801, "upload_time": "2019-08-13T06:02:37", "url": "https://files.pythonhosted.org/packages/c1/c9/42c01d83a40813ff17377d99468fb07f860aca4d7f79eb51c6c81d2ee8f8/pyshell_new_pybc2-0.0.1.tar.gz" } ] }