SkillAgentSearch skills...

Anonymizer

A Python module that provides multiple anonymization techniques for text (This is only a prototype) ➡️ The project has moved to: https://gitlab.opencode.de/bmbf/datenlabor/openredact

Install / Use

/learn @openredact/Anonymizer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Anonymizer

A Python module that provides multiple anonymization techniques for text.

Code style: Black Moved

⚠️ Moved

This project has moved to: https://gitlab.opencode.de/bmbf/datenlabor/openredact

This repository is archived and no longer maintained.


⚠️ Disclaimer ⚠️: This is a prototype. Do not use for anything critical.

Install requirements

You can install all requirements using:

pip install -r requirements.txt

Compared to installation with setup.py, requirements.txt additionally installs developer dependencies.

To install the package using setup.py run:

pip install .

Install the pre-commit hooks for developing

pre-commit install
git config --bool flake8.strict true  # Makes the commit fail if flake8 reports an error

To run the hooks:

pre-commit run --all-files

Testing

The tests can be executed with:

pytest --doctest-modules --cov-report term --cov=anonymizer

License

MIT

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated16d ago
Forks3

Languages

Python

Security Score

90/100

Audited on Mar 20, 2026

No findings