{"id":18076225,"url":"https://github.com/scivision/pyfindfiles","last_synced_at":"2025-04-12T08:12:22.006Z","repository":{"id":62580327,"uuid":"176534364","full_name":"scivision/pyfindfiles","owner":"scivision","description":"Concurrently find files containing text, or project language with codemeta.json","archived":false,"fork":false,"pushed_at":"2025-03-09T21:01:15.000Z","size":108,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T08:12:16.189Z","etag":null,"topics":["asyncio","codemeta","find-files","find-text-in-files"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scivision.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-19T14:50:38.000Z","updated_at":"2025-03-09T21:01:19.000Z","dependencies_parsed_at":"2023-02-01T04:01:10.738Z","dependency_job_id":null,"html_url":"https://github.com/scivision/pyfindfiles","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scivision%2Fpyfindfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scivision%2Fpyfindfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scivision%2Fpyfindfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scivision%2Fpyfindfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scivision","download_url":"https://codeload.github.com/scivision/pyfindfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537142,"owners_count":21120711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncio","codemeta","find-files","find-text-in-files"],"created_at":"2024-10-31T11:09:17.670Z","updated_at":"2025-04-12T08:12:21.983Z","avatar_url":"https://github.com/scivision.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyFindFiles\n\n![ci](https://github.com/scivision/pyfindfiles/workflows/ci/badge.svg)\n[![PyPi Download stats](http://pepy.tech/badge/pyfindfiles)](http://pepy.tech/project/pyfindfiles)\n\nFind files (text or binary) containing text or patterns efficiently with Python, cross-platform.\nDefault is to only search files smaller than 10 MBytes.\nUses pipelining and asyncio to speed up operations.\n\n## Install\n\nNormally install by\n\n```sh\npip install pyfindfiles\n```\n\nfor latest development code\n\n```sh\ngit clone https://github.com/scivision/pyfindfiles\n\npip install -e pyfindfiles\n```\n\n## Usage\n\n`findtext` looks for strings inside text or binary files, and reports filename text is found in.\n\n* `-v`: filename, line number, and text found\n* `-t`: search for files newer than date, or between dates if two dates given.\n\n```sh\npython -m pyfindfiles.text Pattern \"*.ext\" root\n```\n\nPattern\n: text to search for\n\n\"*.ext\"\n: file extension(s) to search for\n\nroot\n: top-level directory to search under\n\n---\n\n\n```sh\npython -m pyfindfiles.video top\n```\n\nlooks under top-level directory \"top\" for video files (by common file extensions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscivision%2Fpyfindfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscivision%2Fpyfindfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscivision%2Fpyfindfiles/lists"}