Metadata-Version: 2.4
Name: secretsweeper
Version: 0.0.1a1
Summary: Fast, in-memory secret-sanitizing CPython module written in Zig, designed for speed.
License-File: LICENSE
Author: Vitaliy Demidov
Author-email: notifications.recipient@gmail.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

# Secretsweeper

[![CI](https://github.com/recipe/secretsweeper/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/recipe/secretsweeper/actions/workflows/ci.yml)

Secretsweeper is a fast, in-memory secret-sanitizing Python module written in Zig, designed for speed.

```shell 
» python          
>>> import secretsweeper
>>> print(secretsweeper.mask(b"Hello, Secret Sweeper!", (b'Secret', b'Sweeper'])))
>>>  b'Hello, ****** *******!' 
```

