New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

search_in_files

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

search_in_files

A tool for find text in files.

pipPyPI
Version
0.0.6
Maintainers
1

search_in_files

This is a tool for search text in files.

  • It is smart enough to run in parallel on multi-core computers and run thread mode on single-core computers

  • Handles different types character encodings

  • Handles big files as well

  • It is fast ;)

.. figure:: https://github.com/danielgatis/search_in_files/blob/master/demo.gif?raw=true

::

For more information see here: https://github.com/danielgatis/search_in_files/blob/master/notebooks/search_in_files.ipynb

How to install

::

pip install search_in_files

How to run the tests

::

python -m search_in_files.search_test

How to run

::

search_in_files <pattern> <folder>

Keywords

python file-search text-search fast

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts