https://github.com/rithinch/filequery.py
:mag_right: Flexible utility package to query content in your local files and get back results in a friendly format.
https://github.com/rithinch/filequery.py
Last synced: 3 months ago
JSON representation
:mag_right: Flexible utility package to query content in your local files and get back results in a friendly format.
- Host: GitHub
- URL: https://github.com/rithinch/filequery.py
- Owner: rithinch
- Created: 2019-10-04T11:16:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T15:25:35.000Z (over 5 years ago)
- Last Synced: 2025-03-21T22:11:27.030Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :mag_right: filequery.py
Search for content in your local files and get results in a friendly format.
[](https://sonarcloud.io/dashboard?id=rithinch_filequery.py)
### Motivation
### Uses
- Get matches as a pandas dataframe - can conduct further analysis on file content directly in jupyter notebook
- Find and report content matches in a format of your choice (csv, excel, json, sql)
- Hackable/Flexible
### Roadmap
- Add support mac/linux file systems in findal all method when getting globs
- Results merge
- Excluding certain filenames, or foldernames. - Exclusions list
- Pass custom query function return i.e. list of tuples, with flexible column names.
- Ability to find and replace regex matching strings with custom functions.
- Regex groups support - when returning to csv.
- Make this pip installable package - With Github open source project style.
- Add an suitable project name.
- Pandas DF lets you save to save to csv, excel, json etc. with all df functionality.
- CLI - call directly from command line.