Metadata-Version: 2.1
Name: string-locator
Version: 1.0.1
Summary: A Python package to get weather reports for any location.
Home-page: https://github.com/sriragjayakumar/string-locator.git
Author: Srirag Jayakumar
Author-email: sriragjayakumar@gmail.com
License: MIT
Description: # String Locator
        
        A simple code to find the file containing a given string inside a given path.
        
        At times in the programming world, we might need to change a certain code but don't know which file it is in. The string locator helps the user find the desired file by entering the text and the path to the folder containing all the documents.
        
        ## Usage
        
        input:- text,path
        return:- a list containing the paths of files that has the given string
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
