Metadata-Version: 2.1
Name: searchophile
Version: 1.0.2
Summary: Command line file search tools
Home-page: https://github.com/Tails86/searchophile
Author: James Smith
Author-email: jmsmith86@gmail.com
Project-URL: Documentation, https://github.com/Tails86/searchophile
Project-URL: Bug Reports, https://github.com/Tails86/searchophile/issues
Project-URL: Source Code, https://github.com/Tails86/searchophile
Keywords: find,sed,grep,files,regex,print
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: greplica >=1.2.6
Requires-Dist: sedeuce >=1.0.7
Requires-Dist: refind >=1.0.6
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'

# searchophile

Contains file search functionality, combining find, grep, and sed commands.

## Install Requirements

This package installs
[refind](https://pypi.org/project/refind/),
[greplica](https://pypi.org/project/greplica/), and
[sedeuce](https://pypi.org/project/sedeuce/).
This allows the package to be OS-independent.
