Metadata-Version: 2.4
Name: numscan
Version: 0.1.4
Summary: Count interesting number patterns in text files
Author: Christian Rabenstein
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# numscan

**numscan** is a lightweight Python package that scans text files for interesting number patterns.  
It’s perfect for exploring numerical structures in logs, datasets, source code, or any kind of plain text.

---

## ✨ Features

- 🔢 Detect Fibonacci numbers
- 🔲 Detect perfect squares
- 🧮 Identify prime numbers
- 🔁 Recognize repeating digits and sequences
- 🎬 Easter eggs for pop culture fans

---

## 📦 Installation

Install from [PyPI](https://pypi.org/project/numscan/):

```bash
pip install numscan
