Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielgatis/search_in_files
This is a tool for search text in files.
https://github.com/danielgatis/search_in_files
fast file-search python text-search
Last synced: 3 months ago
JSON representation
This is a tool for search text in files.
- Host: GitHub
- URL: https://github.com/danielgatis/search_in_files
- Owner: danielgatis
- Created: 2017-11-01T21:38:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T18:52:37.000Z (about 7 years ago)
- Last Synced: 2024-10-13T18:07:42.423Z (3 months ago)
- Topics: fast, file-search, python, text-search
- Language: Jupyter Notebook
- Homepage:
- Size: 2.55 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- project-awesome - danielgatis/search_in_files - This is a tool for search text in files. (Jupyter Notebook)
README
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 of 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.ipynbHow 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