Metadata-Version: 2.4
Name: localmask
Version: 0.9.9
Summary: Privacy-first secret & PII masking for code — 100% local, no phone-home.
Author-email: Shai Gury <feedback@localmaskpro.com>
License-Expression: MIT
Project-URL: Homepage, https://www.localmaskpro.com
Project-URL: Source, https://github.com/sgury/localmask
Project-URL: Issues, https://github.com/sgury/localmask/issues
Keywords: secrets,secret-scanning,pii,masking,security,credentials,detect-secrets,privacy,mcp,devsecops
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: gitpython>=3.1.40
Requires-Dist: mcp<2,>=1.28.0

# LocalMask — FREE edition (v0.9.9)

**100% local.** Secrets never leave your machine.

## What's included (Free / open source)
- 27+ credential/PII regex patterns + entropy scanner
- Masking, rehydrate, and publish-masked-repo
- Git sync with stable tokens
- CLI + MCP server

## Not included (Pro)
- Local AI classifier (Ollama) that learns from your feedback
- Web dashboard UI
- Ask-AI over masked repos

Upgrade: https://localmaskpro.com

## Install
    pip install .
    localmask scan ./my-repo

