Metadata-Version: 2.4
Name: pipeek
Version: 0.1.0
Summary: A search tool for compressed and uncompressed files.
Author-email: Danilo Patrial <danilopatriali@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/danilopatrial/pipeek
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: click
Requires-Dist: platformdirs
Dynamic: license-file

pipeek is a fast, stream-based CLI, for searching digit patterns (like in Pi) inside large text or compressed files. It highlights matches with surrounding context, shows their absolute position. Designed for performance, it processes gigabytes efficiently using buffered reads and byte-level filtering.
