{ "info": { "author": "Indrajeet Singh", "author_email": "indrajeetsinghmaan@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# file_search\npython package to search any file having a string.\nfile search module will help you to find out the location of any file using a string.\n\nExample -\n\nimport file_search\n\nfile_search.set_root('D:\\\\') \nfiles = file_search.searchFile('library management')\n\n\n\nin files, searchFile() function will return a list of filenames with their respective locations.\nin above example, we're setting root as 'D:\\\\' , so the searching of file will be start from D:\\\\.\nthen we're passing 'library' inside the function, so it will return all the files that are having 'library' and 'management' keyword in its name.\n\n\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ismaan1998/file_search", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "file-search", "package_url": "https://pypi.org/project/file-search/", "platform": "", "project_url": "https://pypi.org/project/file-search/", "project_urls": { "Homepage": "https://github.com/ismaan1998/file_search" }, "release_url": "https://pypi.org/project/file-search/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "search file more easily", "version": "0.0.3" }, "last_serial": 4811873, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0f8131f789e8a7072e160d8a971ca5ed", "sha256": "a55cd5b83eeaf5452bd1395f39106ba6393ff5f7d1e5d19d00f4e09a4056c3d2" }, "downloads": -1, "filename": "file_search-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0f8131f789e8a7072e160d8a971ca5ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2240, "upload_time": "2019-02-12T16:35:51", "url": "https://files.pythonhosted.org/packages/77/0d/56a90cd93d49ef979e6f1b0b5abe4e8028e1f1cf7b3081411b55153c92ad/file_search-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d6a9a354d5a9cd1dd0e435ac1d2ac2f8", "sha256": "576f0f15941654034ac290bc428590ed545d3db905922ee8783d051cfe9d205f" }, "downloads": -1, "filename": "file_search-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d6a9a354d5a9cd1dd0e435ac1d2ac2f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1450, "upload_time": "2019-02-12T16:35:53", "url": "https://files.pythonhosted.org/packages/52/d3/13499e6579a1dbfe434c9ee7cee8270f1a3bf2a60a7dc280bc83ab2ed033/file_search-0.0.1.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "43e4d43d8193228f646d8253de91aa98", "sha256": "d30f7ee2f17cc69633d8bb6526cd1a853d9f1512ff165607cebf8fe1c7eb8943" }, "downloads": -1, "filename": "file_search-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "43e4d43d8193228f646d8253de91aa98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3149, "upload_time": "2019-02-12T17:02:09", "url": "https://files.pythonhosted.org/packages/72/30/47bf4c9db3872476f125303bfec82b7dcb122ff9f1654e0c528c8673a689/file_search-0.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43e4d43d8193228f646d8253de91aa98", "sha256": "d30f7ee2f17cc69633d8bb6526cd1a853d9f1512ff165607cebf8fe1c7eb8943" }, "downloads": -1, "filename": "file_search-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "43e4d43d8193228f646d8253de91aa98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3149, "upload_time": "2019-02-12T17:02:09", "url": "https://files.pythonhosted.org/packages/72/30/47bf4c9db3872476f125303bfec82b7dcb122ff9f1654e0c528c8673a689/file_search-0.0.3-py3-none-any.whl" } ] }