Metadata-Version: 2.4
Name: justfotforforfan
Version: 1.0.1
Summary: Fast cross-platform filesystem scanner for Python
Author: Valhalla803
License-Expression: MIT
License-File: LICENSE
Keywords: files,filesystem,python,scanner,search
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

````md
# justfotforforfan

Simple and fast filesystem scanner for Python.

## Features
- Scan files recursively
- Filter by extension
- Find by name
- Glob support
- Ignore system folders
- Count files
- List extensions

## Installation

```bash
pip install justfotforforfan
````

## Usage

```python
import justfotforforfan

for f in pyscajustfotforforfannner.scan_py():
    print(f)

print(justfotforforfan.count(".py"))
print(justfotforforfan.extensions())
```