Metadata-Version: 2.1
Name: coding-parse
Version: 1.0.2
Summary: Finding substrings in the lines of a file.
Author: Laura Pérez Vera
Author-email: lpvera22@gmail.com
License: MIT
Keywords: search keyword substring research substring
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: black (==22.3.0)
Requires-Dist: click (==8.1.0)
Requires-Dist: coding-parse (==1.0.0)
Requires-Dist: flake8 (==4.0.1)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: mypy-extensions (==0.4.3)
Requires-Dist: pathspec (==0.9.0)
Requires-Dist: platformdirs (==2.5.1)
Requires-Dist: pycodestyle (==2.8.0)
Requires-Dist: pyflakes (==2.4.0)
Requires-Dist: tomli (==2.0.1)
Requires-Dist: typing-extensions (==4.1.1)

Package that takes as command-line input a file path specifying a source text and a search term and return the words in lines that contain the substring

