{ "info": { "author": "PYBC_2", "author_email": "mmothuku@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": "unix-pyshell-pybc2", "package_url": "https://pypi.org/project/unix-pyshell-pybc2/", "platform": "", "project_url": "https://pypi.org/project/unix-pyshell-pybc2/", "project_urls": null, "release_url": "https://pypi.org/project/unix-pyshell-pybc2/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "This Package contains the commands of UNIX shell", "version": "0.0.1" }, "last_serial": 5665632, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "97f9bdf2bb86d53bb174f753ec934249", "sha256": "f424790c64ea14a9a81c0f3aa40cde7c5226263fc4d1724bf72c722f37647c10" }, "downloads": -1, "filename": "unix_pyshell_pybc2-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "97f9bdf2bb86d53bb174f753ec934249", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4342, "upload_time": "2019-08-12T11:09:50", "url": "https://files.pythonhosted.org/packages/fd/f7/a1ef7d93fe67bcaf005e7feb32ebf5dcb5e320d36798c921a334399a4450/unix_pyshell_pybc2-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "054a7c7c0eff2b02e5d5c2f5abe834f5", "sha256": "5ae8060feb6f81accdf91facd3f0356ac5a3f4cce14ba461d540faa19d23c89e" }, "downloads": -1, "filename": "unix-pyshell-pybc2-0.0.1.tar.gz", "has_sig": false, "md5_digest": "054a7c7c0eff2b02e5d5c2f5abe834f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3799, "upload_time": "2019-08-12T11:09:53", "url": "https://files.pythonhosted.org/packages/c6/c9/68008f1ca5d5e65ed206741362f58cbdab119c859f137a4a706f65cdb440/unix-pyshell-pybc2-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97f9bdf2bb86d53bb174f753ec934249", "sha256": "f424790c64ea14a9a81c0f3aa40cde7c5226263fc4d1724bf72c722f37647c10" }, "downloads": -1, "filename": "unix_pyshell_pybc2-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "97f9bdf2bb86d53bb174f753ec934249", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4342, "upload_time": "2019-08-12T11:09:50", "url": "https://files.pythonhosted.org/packages/fd/f7/a1ef7d93fe67bcaf005e7feb32ebf5dcb5e320d36798c921a334399a4450/unix_pyshell_pybc2-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "054a7c7c0eff2b02e5d5c2f5abe834f5", "sha256": "5ae8060feb6f81accdf91facd3f0356ac5a3f4cce14ba461d540faa19d23c89e" }, "downloads": -1, "filename": "unix-pyshell-pybc2-0.0.1.tar.gz", "has_sig": false, "md5_digest": "054a7c7c0eff2b02e5d5c2f5abe834f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3799, "upload_time": "2019-08-12T11:09:53", "url": "https://files.pythonhosted.org/packages/c6/c9/68008f1ca5d5e65ed206741362f58cbdab119c859f137a4a706f65cdb440/unix-pyshell-pybc2-0.0.1.tar.gz" } ] }